<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot save text file, &amp;quot;Unable to open in ReadWrite mode&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778088#M95971</link>
    <description>&lt;P&gt;Is the file path a web address (&lt;A href="https://.." target="_blank"&gt;https://..&lt;/A&gt;.)?&amp;nbsp; If so, that's the issue.&amp;nbsp; In Windows, if you can view the SP folder in File Explorer, right click on the file and "Copy as path."&amp;nbsp; That will give you the path you need.&amp;nbsp; It will start with "\\" like a network drive.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2024 16:54:12 GMT</pubDate>
    <dc:creator>mmarchandFSLR</dc:creator>
    <dc:date>2024-08-01T16:54:12Z</dc:date>
    <item>
      <title>Cannot save text file, "Unable to open in ReadWrite mode"</title>
      <link>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778069#M95966</link>
      <description>&lt;P&gt;Hello, I have a text file in a Sharepoint which I want to read, make changes to and then save back to its original location. I am able to open and make changes to it, but whenever I try to save it I get an error saying:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Unable to open in ReadWrite mode.&lt;BR /&gt;The filename, directory name, or volume label syntax is incorrect."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the same file path for loading and saving the text file, but only loading works. I have also tried saving the file locally and it works, so it is not an issue with the file. Here is my code (JMP 17.0):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

// load rule data
rules_path = file path in sharepoint
rules = Load Text File(rules_path, JSON);

Save Text File(rules_path, As JSON Expr(rules));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 14:34:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778069#M95966</guid>
      <dc:creator>RepeatedCoyote8</dc:creator>
      <dc:date>2024-08-01T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot save text file, "Unable to open in ReadWrite mode"</title>
      <link>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778088#M95971</link>
      <description>&lt;P&gt;Is the file path a web address (&lt;A href="https://.." target="_blank"&gt;https://..&lt;/A&gt;.)?&amp;nbsp; If so, that's the issue.&amp;nbsp; In Windows, if you can view the SP folder in File Explorer, right click on the file and "Copy as path."&amp;nbsp; That will give you the path you need.&amp;nbsp; It will start with "\\" like a network drive.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 16:54:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778088#M95971</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2024-08-01T16:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot save text file, "Unable to open in ReadWrite mode"</title>
      <link>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778098#M95973</link>
      <description>&lt;P&gt;That worked, thank you! I just deleted the 'https:' and kept the rest of the path.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 17:38:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cannot-save-text-file-quot-Unable-to-open-in-ReadWrite-mode-quot/m-p/778098#M95973</guid>
      <dc:creator>RepeatedCoyote8</dc:creator>
      <dc:date>2024-08-01T17:38:04Z</dc:date>
    </item>
  </channel>
</rss>

