<?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: SAS 9.4 /MuSQL: cannot load interface in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448622#M112865</link>
    <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I suggest that you open a track with our Technical Support Department:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;https://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;They can help you to resolve this issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2018 13:10:24 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2018-03-26T13:10:24Z</dc:date>
    <item>
      <title>SAS 9.4 /MySQL: cannot load interface</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448143#M112701</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to use mysql with libmysql.dll, but this does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the facts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have&amp;nbsp;a fresh install of SAS 9.4 (TS1M3) with SAS/ACCESS mysql (valid licence) on a fresh install of windows 10.&lt;/LI&gt;&lt;LI&gt;I have installed MySQL Workbench (6.3.10) and after that, because it was not working, I have installed MySQL server (5.7.21).&lt;/LI&gt;&lt;LI&gt;I have added to&amp;nbsp;system path&amp;nbsp;both folders (MySQL workbench and&amp;nbsp; server)&amp;nbsp;containing libmysql.dl, but&amp;nbsp;It still did not work.&lt;/LI&gt;&lt;LI&gt;The script is working on an older computer.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the&amp;nbsp;script used :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Libname tdm  mysql  user=genetiq password=bla server=crhsj104588 database=genetiq port = 3306 ;&lt;/PRE&gt;&lt;P&gt;And here is the error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ERROR: The SAS/ACCESS Interface to MYSQL cannot be loaded. The libmysql code appendage could not be
       loaded.
ERROR: Error in the LIBNAME statement&lt;/PRE&gt;&lt;P&gt;To verify the path :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data _null_;
   length result $10000;
   input env_var $;
   result=sysget(trim(env_var));
   put env_var= result=;
   datalines;
PATH&lt;BR /&gt;;&lt;/PRE&gt;&lt;P&gt;Output :&lt;/P&gt;&lt;PRE&gt;result=C:\Program Files\SASHome\x86\SASFoundation\9.4;C:\Program Files\Rtools\bin;C:\Program Files\R
tools\mingw_32\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\Sys
tem32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY\;C:\Program Files\SASH
ome\x86\SASFoundation\9.4\ets\sasexe;C:\Program Files\SASHome\Secure\ccme4;C:\Program Files\SASHome\
x86\Secure\ccme4;C:\Program Files\R\R-3.4.3\bin\x64;C:\Program Files\Java\jre1.8.0_161\bin;C:\Progra
m Files\MySQL\MySQL Server 5.7\lib;C:\Program Files\MySQL\MySQL Workbench 6.3 CE;C:\Users\demthi00\A
ppData\Local\Microsoft\WindowsApps;&lt;/PRE&gt;&lt;P&gt;I joined a&amp;nbsp; picture where I search for libmysql.dll in c:/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot from 2018-03-23 09-10-48.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19408i0EC4CC9DA453F643/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2018-03-23 09-10-48.png" alt="Screenshot from 2018-03-23 09-10-48.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THank you for your help.&lt;/P&gt;&lt;P&gt;Thibault&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit : title MuSQL -&amp;gt; MySQL&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 15:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448143#M112701</guid>
      <dc:creator>ThibaultM</dc:creator>
      <dc:date>2018-03-23T15:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 /MuSQL: cannot load interface</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448169#M112715</link>
      <description>&lt;P&gt;Run this code and examine the log to verify that the SAS/Access Interface&amp;nbsp;to MySQL was actually installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;proc&lt;/FONT&gt; &lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;product_status&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="SAS Monospace" size="2"&gt;run&lt;/FONT&gt;&lt;FONT face="SAS Monospace" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;Sometimes SAS products available to your license&amp;nbsp;aren't actually installed depending on a number of factors.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="SAS Monospace" size="2"&gt;Also, is your install local or a server? A server version would likely not see a dll installed on your machine but could need a somewhat different approach.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 14:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448169#M112715</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-23T14:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 /MuSQL: cannot load interface</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448191#M112722</link>
      <description>&lt;P&gt;I use local SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the code result :&lt;/P&gt;&lt;PRE&gt; proc product_status;run;

For Base SAS Software ...
   Custom version information: 9.4_M3
   Image version information: 9.04.01M3P062415
For SAS/STAT ...
   Custom version information: 14.1
For SAS/GRAPH ...
   Custom version information: 9.4_M3
For SAS/ETS ...
   Custom version information: 14.1
For SAS/FSP ...
   Custom version information: 9.4_M3
For SAS/OR ...
   Custom version information: 14.1
For SAS/AF ...
   Custom version information: 9.4_M3
For SAS/IML ...
   Custom version information: 14.1
For SAS/QC ...
   Custom version information: 14.1
For SAS/ASSIST ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
For SAS/CONNECT ...
   Custom version information: 9.4_M3
For SAS/GIS ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to Netezza ...
   Custom version information: 9.4_M3
For SAS/ACCESS to Hadoop ...
   Custom version information: 9.43
For SAS/ACCESS to Postgres ...
   Custom version information: 9.4_M3
For SAS/ACCESS to Impala ...
   Custom version information: 9.42
   Image version information: 9.04.01M0P062415
For SAS Integration Technologies ...
   Custom version information: 9.4_M3
For High Performance Suite ...
   Custom version information: 2.2_M4
For SAS/ACCESS Interface to DB2 ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to Oracle ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to Sybase ...
   Custom version information: 9.4_M2
For SAS/ACCESS Interface to PC Files ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to ODBC ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to OLE DB ...
   Custom version information: 9.4_M3
For SAS/ACCESS Interface to Teradata ...
   Custom version information: 9.43
For SAS/ACCESS Interface to MySQL ...
   Custom version information: 9.4_M3
NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):
      real time           0.10 seconds
      cpu time            0.04 seconds&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Mar 2018 15:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448191#M112722</guid>
      <dc:creator>ThibaultM</dc:creator>
      <dc:date>2018-03-23T15:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 /MuSQL: cannot load interface</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448622#M112865</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I suggest that you open a track with our Technical Support Department:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;https://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;They can help you to resolve this issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448622#M112865</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2018-03-26T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 /MuSQL: cannot load interface</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448633#M112870</link>
      <description>&lt;P&gt;Hello Vince,&lt;/P&gt;&lt;P&gt;I have juste solve it myself: I installed older version: MySQL Workbench 5.2.47 (the only 5.x version available for download).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My&amp;nbsp;libmysql.dll working with SAS:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;crc32 (windows 10): A9F1D85F&lt;/LI&gt;&lt;LI&gt;size: 4464640&amp;nbsp;bytes&lt;/LI&gt;&lt;LI&gt;version dll: 5.6.10.0&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;You should&amp;nbsp;amend your documentation to install MySQL version 5.2.X, whether Workbench or Server version or ship the &lt;EM&gt;libmysql.dll&lt;/EM&gt; along with &lt;EM&gt;SAS/access MySQL&lt;/EM&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that my post will avoid other people loosing time making it work SAS/access MySQL. (libmysql.dll is a lot faster than&amp;nbsp;ODBC connector)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Thibault.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-MySQL-cannot-load-interface/m-p/448633#M112870</guid>
      <dc:creator>ThibaultM</dc:creator>
      <dc:date>2018-03-26T13:47:16Z</dc:date>
    </item>
  </channel>
</rss>

