<?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: Data Export failure in Access in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825051#M325871</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387091"&gt;@FredBenta&lt;/a&gt;&amp;nbsp;If you're already on the path to migrate from MS Access to MySQL then I wouldn't spend much more time for debugging issues with a "Mickey Mouse" database but concentrate on the migration.&lt;/P&gt;
&lt;P&gt;If you still have to debug then it would be really good to know if the issues you observe are replicable - like: With the same source data do you always get an error or can you just re-run at a later time and things work?&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jul 2022 10:39:51 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2022-07-23T10:39:51Z</dc:date>
    <item>
      <title>Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/824904#M325813</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Hello, we are experiencing a problem exporting data from some of our SAS V9.4 tables (Unix server) to an Access database on a Windows PC via a Proc Export (and PCFile Server). Some tables pass very well and others do not (message: "ERROR: CLI execute error: [Microsoft][Microsoft Access ODBC Driver] System Resources Exceeded.")&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;What's also weird and frustrating is that we do not encounter the problem every time we run the exports... Some day they will run smoothly and every other day, they will systematically fail.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Have you ever encountered and solved a similar problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thanks for your expertise on the matter.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 14:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/824904#M325813</guid>
      <dc:creator>FredBenta</dc:creator>
      <dc:date>2022-07-22T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/824968#M325825</link>
      <description>&lt;P&gt;Are the failures with the exact same source data or different data sets?&lt;/P&gt;
&lt;P&gt;Same Access database or different ones?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the constraints on the Access side is the limit on variables and size. Access has a 255 variable/column limit per table, so I would not be surprised if you have a data set with many variables that there could be issues.&lt;/P&gt;
&lt;P&gt;Also the database may still have the 2GB limit referenced here: &lt;A href="https://support.microsoft.com/en-us/office/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c" target="_blank"&gt;https://support.microsoft.com/en-us/office/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c&lt;/A&gt;&amp;nbsp; which means the total size of ALL tables plus any of the objects such as forms and queries in the database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intermittent problems may also just be network traffic volume limiting how much can pass through the available ODBC driver.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 16:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/824968#M325825</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-22T16:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/824972#M325827</link>
      <description>&lt;P&gt;The failures are random, and they usually concern 1 or 2 "big" tables in 1 or 2 databases (we split our different tables into several databases to prevent them from getting to the 2GB limit).&lt;/P&gt;&lt;P&gt;Today, however, we had a bunch of those failures and nothing we tried could prevent them (emptying and compacting the databases, killing all other processes on the Windows machine to free up the memory and the CPU).&lt;/P&gt;&lt;P&gt;That's why I posted my question here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our tech support thought it could come from the SAS server (Unix machine) which could be overwhelmed by big working processes from other SAS users at the time.&lt;/P&gt;&lt;P&gt;It might well be but I think it's more a Microsoft problem...&lt;/P&gt;&lt;P&gt;I'll try to send my data into another stronger database system (we have a MySQL base available to us) and create ODBC external links to the MySQL tables in the existing Access Databases in replacement of the local tables that won't update. Hope that this solution will work and be effective enough.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 16:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/824972#M325827</guid>
      <dc:creator>FredBenta</dc:creator>
      <dc:date>2022-07-22T16:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825000#M325844</link>
      <description>&lt;P&gt;It might not hurt to show the code for the steps you attempt that sometimes fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With ODBC it never hurts to make sure you have the latest driver and check that no one changed settings on a particular link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have SAS/Access to PC Files available?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 18:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825000#M325844</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-22T18:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825051#M325871</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387091"&gt;@FredBenta&lt;/a&gt;&amp;nbsp;If you're already on the path to migrate from MS Access to MySQL then I wouldn't spend much more time for debugging issues with a "Mickey Mouse" database but concentrate on the migration.&lt;/P&gt;
&lt;P&gt;If you still have to debug then it would be really good to know if the issues you observe are replicable - like: With the same source data do you always get an error or can you just re-run at a later time and things work?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 10:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825051#M325871</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-07-23T10:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825071#M325882</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387091"&gt;@FredBenta&lt;/a&gt;&amp;nbsp;Your issue and possible solutions are here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://serverfault.com/questions/881262/system-resource-exceeded-what-resource-could-that-be" target="_blank"&gt;https://serverfault.com/questions/881262/system-resource-exceeded-what-resource-could-that-be&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 15:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825071#M325882</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-07-23T15:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825189#M325932</link>
      <description>&lt;P&gt;Thanks Patrick for your comments regarding the migration solution.&lt;/P&gt;&lt;P&gt;As for the recurrence of the issue, all of our Proc Exports to our Access databases ran smoothly during the week-end, just like they normally did unitl last friday...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm thinking the problem might be located on the Sas server's side after all, since I had rebooted the Windows machine on friday, which didn't make any difference, whereas everything went fine on saturday...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mysteries of the digital world...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 08:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825189#M325932</guid>
      <dc:creator>FredBenta</dc:creator>
      <dc:date>2022-07-25T08:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825191#M325933</link>
      <description>Hi Sajid01, thanks for the tip and the precious link, this one I'll be keeping safely. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 25 Jul 2022 08:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825191#M325933</guid>
      <dc:creator>FredBenta</dc:creator>
      <dc:date>2022-07-25T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Export failure in Access</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825285#M325969</link>
      <description>&lt;P&gt;Hello &lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387091"&gt;@FredBenta&lt;/a&gt; Good idea to check on SAS Server. &lt;BR /&gt;Under your situation I would check the option memsize, and if the error can be replicated run htop/top on the UNIX/Linux server and see what's going on.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 15:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Export-failure-in-Access/m-p/825285#M325969</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-07-25T15:59:28Z</dc:date>
    </item>
  </channel>
</rss>

