<?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: I/O error when close a data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252958#M49654</link>
    <description>&lt;P&gt;Have you tried updating to JMP 15.1?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 14:50:35 GMT</pubDate>
    <dc:creator>pmroz</dc:creator>
    <dc:date>2020-03-18T14:50:35Z</dc:date>
    <item>
      <title>I/O error when close a data table</title>
      <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252808#M49629</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently I just installed JMP 15. Whenever I attempted to close a non-empty data table, the log will pop up with the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;"Save changes to the JMP Data Table Untitled 25?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;I/O problem.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;Untitled 25.jmp&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;Unable to open in ReadWrite mode. &lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#993300"&gt;&lt;EM&gt;The system cannot find the file specified."&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The table has nothing special. I just created a new one and type in random words in the cols;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I have tried reinstall jmp, no help; tried to change directory folders I am sure to have access with, no help; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;This problem is really annoying and not sure how to get rid of it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Any suggestions will be appreciated!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 17:38:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252808#M49629</guid>
      <dc:creator>kanpiner</dc:creator>
      <dc:date>2020-03-17T17:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error when close a data table</title>
      <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252821#M49632</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17977"&gt;@kanpiner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would contact technical support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;They can best help you come to a resolution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 18:01:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252821#M49632</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2020-03-17T18:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error when close a data table</title>
      <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252958#M49654</link>
      <description>&lt;P&gt;Have you tried updating to JMP 15.1?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:50:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/252958#M49654</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-03-18T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error when close a data table</title>
      <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/268064#M52190</link>
      <description>&lt;P&gt;In JMP 15 there are some extra parameters for the Close(); function that were not required in JMP 14. I just found this out today as well and it is quite frustrating... broke all my scripts :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JMP 14 syntax:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Close( "Table1" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;JMP 15 syntax:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Close( "Table1", NoSave );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hopefully this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 23:26:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/268064#M52190</guid>
      <dc:creator>Zahti</dc:creator>
      <dc:date>2020-05-20T23:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error when close a data table</title>
      <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/268103#M52196</link>
      <description>&lt;P&gt;The nosave parameter has been part of the close() function since at least JMP 11, if not earlier.&amp;nbsp;&amp;nbsp;I tried creating a table and then calling close(dt) in JMP 14 and 15, and the table closed no problem.&amp;nbsp; Interesting though - the table was automatically saved to my desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a rule I call close() with the nosave argument if I've got some temporary work tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How did this break your scripts?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 11:52:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/268103#M52196</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-05-21T11:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error when close a data table</title>
      <link>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/607178#M80891</link>
      <description>&lt;P&gt;Had the same issue, adding the nosave argument fixed it (JMP15).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 12:50:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/I-O-error-when-close-a-data-table/m-p/607178#M80891</guid>
      <dc:creator>rcookie</dc:creator>
      <dc:date>2023-03-02T12:50:57Z</dc:date>
    </item>
  </channel>
</rss>

