<?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: sas9.4 (windows10) only can read the 1st folder in path, but fail in reaching other folders in p in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296353#M62062</link>
    <description>&lt;P&gt;I suggest you track this issue to SAS Tech Support if you haven't already done so. The SAS/ACCESS to MySQL configuration instructions for Windows states the MySQL DLL must be in the Windows PATH list, not necessarily the first.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Sep 2016 03:48:50 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-09-04T03:48:50Z</dc:date>
    <item>
      <title>sas9.4 (windows10) only can read the 1st folder in path, but fail in reaching other folders in path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296310#M62035</link>
      <description>&lt;P&gt;it seems my SAS cannot access all folders in the path, i am running sas9.4 on windows10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in sas9.4, when i run below code:&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;format x $10000.;&lt;BR /&gt;x=sysget('path');&lt;BR /&gt;put x=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;it returns full path of various folders: x=C:\Program Files\SASHome\SASFoundation\9.4;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\MySQL\MySQL Connector C 6.1\lib; C:\xampp\mysql\bin;C:\xampp\mysql\lib; ......(and other folders' path)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then, in sas, when i run libname mysqllib mysql user=xxxxx .....&lt;/P&gt;&lt;P&gt;return errors:&lt;/P&gt;&lt;P&gt;ERROR: The SAS/ACCESS Interface to MYSQL cannot be loaded. The libmysql code appendage could not be loaded.&lt;BR /&gt;Actually, I already have libmysql.dll under my ...\MySQL\MySQL Connector C 6.1\ (i.e. the 3rd folder in the path)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyway, i try putting the libmysql.dll under the first folder in path (i.e. C:\Program Files\SASHome\SASFoundation\9.4;) and run again this "libname mysqllib mysql user=xxx" ..... , it works successfully!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i deleted this dll under above \9.4 and now try putting this libmysql.dll in the 2nd folder in path (i.e. C:\ProgramData\Oracle\Java\javapath;), and run this "libname mysqllib mysql user=xxx", it fails again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, i doubt SAS cannot successfully load in other folders in the path, except only able to load the 1st folder, am i right?&lt;/P&gt;&lt;P&gt;any suggestion? thanks very much.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2016 16:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296310#M62035</guid>
      <dc:creator>Alanchow</dc:creator>
      <dc:date>2016-09-03T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: sas9.4 (windows10) only can read the 1st folder in path, but fail in reaching other folders in p</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296315#M62037</link>
      <description>&lt;P&gt;It's hard to see the issue the way you've formatted your question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please include the exact code you've run - mask any details, and the log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2016 19:15:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296315#M62037</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-03T19:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: sas9.4 (windows10) only can read the 1st folder in path, but fail in reaching other folders in p</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296353#M62062</link>
      <description>&lt;P&gt;I suggest you track this issue to SAS Tech Support if you haven't already done so. The SAS/ACCESS to MySQL configuration instructions for Windows states the MySQL DLL must be in the Windows PATH list, not necessarily the first.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 03:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas9-4-windows10-only-can-read-the-1st-folder-in-path-but-fail/m-p/296353#M62062</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-04T03:48:50Z</dc:date>
    </item>
  </channel>
</rss>

