<?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: Configure SQL anywhere ODBC on AIX to connect sybase database in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/433015#M12114</link>
    <description>&lt;P&gt;The datasrc=in your libname must match the name you used in odbc.ini&lt;/P&gt;
&lt;P&gt;In this case they are different:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LIBNAME:&amp;nbsp;&lt;SPAN&gt;SQLAnywhere_Butterfly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ODBC.INI:&amp;nbsp;&lt;SPAN&gt;SQLAnywhere_Butterfly_ini&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It doesn't really matter what you call them, but they must match.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 06:33:45 GMT</pubDate>
    <dc:creator>nhvdwalt</dc:creator>
    <dc:date>2018-02-01T06:33:45Z</dc:date>
    <item>
      <title>Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430869#M12043</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed SQL anywhere ODBC 17 driver on my AIX system. I want to connect from SAS to sybase database by creating odbc library. Could you please guide me? I have done below steps-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. installation of driver&lt;/P&gt;&lt;P&gt;2. create symlink --&amp;gt; i am not sure about this step, for now i have created symlinks of&amp;nbsp;libodbc.so,&amp;nbsp;libdbodbc_r.so and&amp;nbsp;libdbodbc_n.so, like below,&lt;/P&gt;&lt;P&gt;libodbc.so -&amp;gt; libdbodbc17.so&lt;BR /&gt;lrwxrwxrwx 1 root system 16 Jan 22 16:45 libdbodbc_r.so -&amp;gt; libdbodbc17_r.so&lt;BR /&gt;lrwxrwxrwx 1 root system 16 Jan 22 16:46 libdbodbc_n.so -&amp;gt; libdbodbc17_n.so&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;tested connection&amp;nbsp; on OS,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[sas@xxxx]&amp;lt;/local/apps/SAS94/thirdparty&amp;gt; dbping -d -c "uid=xxxxxx;pwd=xxxxxxx;eng=xxxxxx;links=tcpip(host=xxxxxx;port=2638);dbn=xxxxxxx"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL Anywhere Server Ping Utility Version 17.0.0.1063&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Connected to SQL Anywhere 17.0.8.4043 server "xxxxxx" and database "xxxxxx"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at address xxxxxxx.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ping database successful.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;4. made entry in odbc.ini and odbcinst.ini&lt;/P&gt;&lt;P&gt;5. created ODBC library&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. library testing--&amp;gt; its failing with below error,&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Data source name not found and no default driver specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell me post installation steps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430869#M12043</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-25T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430876#M12044</link>
      <description>&lt;P&gt;Have you pointed&amp;nbsp;&amp;lt;&amp;lt;SASHome&amp;gt;&amp;gt;/SASFoundation/9.4/bin/sasenv_local to your odbc.ini file ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, make sure the spelling of the DSN in your libname matches the entry in the odbc.ini EXACTLY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using an ODBC driver manager too i.e. do you have multiple ODBC drivers on your system ?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430876#M12044</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-01-25T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430878#M12045</link>
      <description>&lt;P&gt;I have made below entry in sasenv_local from SAS foundation/bin/,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#---------------------------------------------------------------------------------------------------&lt;BR /&gt;$ LIBPATH=/local/apps/SAS94/thirdparty/butterfly/lib64:$LIBPATH&lt;BR /&gt;$ export LIBPATH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have made below entry in odbc.ini from data direct folder,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Description = Sybase ODBC Data Source&lt;BR /&gt;UID =&amp;nbsp;xxxxx&lt;BR /&gt;PWD =&amp;nbsp;xxxxx&lt;BR /&gt;Driver = /shared/thirdparty/butterfly/lib64/libodbc.so&lt;BR /&gt;ENG =&amp;nbsp;xxxxx&lt;BR /&gt;DBN =&amp;nbsp;xxxxx&lt;BR /&gt;LINKS = tcpip(host=xxxxx;port=2638)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and below entry in odbcinst.ini,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[SQL Anywhere ODBC]&lt;BR /&gt;Driver=/shared/thirdparty/butterfly/lib64/libodbc.so&lt;BR /&gt;APILevel=0&lt;BR /&gt;ConnectFunctions=YYY&lt;BR /&gt;DriverODBCVer=17.0.0.1063&lt;BR /&gt;FileUsage=0&lt;BR /&gt;HelpRootDirectory=/shared/thirdparty/DataDirect/help&lt;BR /&gt;SQLLevel=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is i did something wrong here? My SAS does not have sybase license that is the reason i am using ODBC driver to connect sybase. Yes, on my system there are multiple SQL/ODBC drivers are installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430878#M12045</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-25T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430881#M12046</link>
      <description>&lt;P&gt;You need to set ODBCHOME and ODBCINI as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODBCHOME need to point to the driver's installation directory e.g.&amp;nbsp;&lt;SPAN&gt;/shared/thirdparty/butterfly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ODBCINI needs to point to your odbc.ini file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS needs this in order to find the db driver at runtime.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 12:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430881#M12046</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-01-25T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430885#M12048</link>
      <description>&lt;P&gt;could you please tell me which file should i refer to point, and what is the meaning of_r and _n?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;libodbc.so&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;libdbodbc17_r.so&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;libdbodbc17_n.so&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430885#M12048</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-25T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430886#M12049</link>
      <description>&lt;P&gt;Just point to the directory those files are in. Probably ../lib64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS will automatically look for libodbc.so when it reads the directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No idea what the other two are, but not important for now.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430886#M12049</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-01-25T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430888#M12051</link>
      <description>&lt;P&gt;i have done changes as per your instructions, but still same error-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Data source name not found and no default driver specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;odbc.ini-&lt;BR /&gt;Description = Sybase ODBC Data Source&lt;BR /&gt;UID =&amp;nbsp;xxxxx&lt;BR /&gt;PWD =&amp;nbsp;xxxxx&lt;BR /&gt;Driver = /shared/thirdparty/butterfly/lib64/libodbc.so----&amp;gt;this path is where from actual driver installation path&lt;BR /&gt;ENG =&amp;nbsp;xxxxx&lt;BR /&gt;DBN =&amp;nbsp;xxxxx&lt;BR /&gt;LINKS = tcpip(host=xxxxxx;port=2638)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;odbcinst.ini-&lt;/P&gt;&lt;P&gt;[SQL Anywhere ODBC]&lt;BR /&gt;Driver=/shared/thirdparty/DataDirect/lib/libodbc.so---&amp;gt; i have copied my libodbc.so in lib folder of data direct and mentioned same path here now&lt;BR /&gt;APILevel=0&lt;BR /&gt;ConnectFunctions=YYY&lt;BR /&gt;DriverODBCVer=17.0.0.1063&lt;BR /&gt;FileUsage=0&lt;BR /&gt;HelpRootDirectory=/shared/thirdparty/DataDirect/help&lt;BR /&gt;SQLLevel=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/430888#M12051</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-25T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431675#M12075</link>
      <description>&lt;P&gt;Hi Mitesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think how you have configured the SQL Anywhere Driver 17 is having some issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share the content of the folder under the client which you have installed?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the &lt;SPAN&gt;libodbc.so if not wrong is not the one which is comes with the SQL Driver 17 client ? If I am correct this is ODBC driver, where as you will need to use driver of SQL Anywhere Driver 17.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The files needed for a working SQL Anywhere ODBC driver. These files should be placed in a single directory. The SQL Anywhere installation places them all in the operating-system subdirectory of your SQL Anywhere installation directory (for example,&amp;nbsp;bin32&amp;nbsp;or&amp;nbsp;bin64).&lt;BR /&gt;AIX:&lt;/P&gt;&lt;P&gt;libdbodbc12.so&lt;/P&gt;&lt;P&gt;libdbodbc12_n.so&lt;/P&gt;&lt;P&gt;libdbodm12.so&lt;/P&gt;&lt;P&gt;libdbtasks12.so&lt;/P&gt;&lt;P&gt;libdbicu12.so&lt;/P&gt;&lt;P&gt;libdbicudt12.so&lt;/P&gt;&lt;P&gt;dblg[LL]12.res&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, please check once your installation, as the driver you are pointing to is wrong one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 05:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431675#M12075</guid>
      <dc:creator>Nishant2000</dc:creator>
      <dc:date>2018-01-29T05:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431676#M12076</link>
      <description>&lt;P&gt;What does your libname statement look like ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 05:49:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431676#M12076</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-01-29T05:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431685#M12079</link>
      <description>&lt;P&gt;Hi Mitesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try using DBODBC17.dll which will be under ../SQL Anywhere 17/Bin64 location(location depends on your installation).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have done this then, create DSN entry. You can also follow below link for more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.sqlanywhere.12.0.1/dbprogramming/configuring-driver-client-deploy.html&amp;nbsp;" target="_blank"&gt;http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.sqlanywhere.12.0.1/dbprogramming/configuring-driver-client-deploy.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 06:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431685#M12079</guid>
      <dc:creator>Nishant2000</dc:creator>
      <dc:date>2018-01-29T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431697#M12083</link>
      <description>&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find below lib statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME SR_93 ODBC DATAsrc=SQLAnywhere_Butterfly SCHEMA=xxxx USER=xxxx PASSWORD="xxxx" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 08:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431697#M12083</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-29T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431701#M12084</link>
      <description>&lt;P&gt;Can you give us the full entry in odbc.ini ? It will start with [ ... ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 08:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431701#M12084</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-01-29T08:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431748#M12085</link>
      <description>&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This time i got error. earlier the code was not working, when i ran code my session was get thrown out of SAS by saying server disconnected-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;33 GOPTIONS ACCESSIBLE;&lt;BR /&gt;34 LIBNAME SR_93 ODBC DATAsrc=SQLAnywhere_Butterfly SCHEMA=xxxx USER=xxxx&lt;BR /&gt;34 ! PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;BR /&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Specified driver could not be loaded&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;35&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 12:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/431748#M12085</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-29T12:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/432740#M12101</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[SQLAnywhere_Butterfly_ini]&lt;BR /&gt;Driver=/shared/thirdparty/SQLAnywhere17/lib64/libdbodbc17.so&lt;BR /&gt;uid=xxxx&lt;BR /&gt;pwd=xxxxr&lt;BR /&gt;EngineName=xxxxx&lt;BR /&gt;CommLinks=tcpip(host=xxxx.local;port=xxxx)&lt;BR /&gt;AutoStop=no&lt;BR /&gt;Database=xxxx&lt;BR /&gt;AutoPreCommit=yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mitesh&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 14:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/432740#M12101</guid>
      <dc:creator>Mitesh7394</dc:creator>
      <dc:date>2018-01-31T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/433015#M12114</link>
      <description>&lt;P&gt;The datasrc=in your libname must match the name you used in odbc.ini&lt;/P&gt;
&lt;P&gt;In this case they are different:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LIBNAME:&amp;nbsp;&lt;SPAN&gt;SQLAnywhere_Butterfly&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ODBC.INI:&amp;nbsp;&lt;SPAN&gt;SQLAnywhere_Butterfly_ini&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It doesn't really matter what you call them, but they must match.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 06:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/433015#M12114</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-02-01T06:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configure SQL anywhere ODBC on AIX to connect sybase database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/715804#M21388</link>
      <description>&lt;P&gt;Here are the installation steps for SQL Anywhere17 ODBC Driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://informetopedia.com/sql-anywhere17-odbc-drive-installation-and-configuration/" target="_blank"&gt;https://informetopedia.com/sql-anywhere17-odbc-drive-installation-and-configuration/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 15:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Configure-SQL-anywhere-ODBC-on-AIX-to-connect-sybase-database/m-p/715804#M21388</guid>
      <dc:creator>mit7</dc:creator>
      <dc:date>2021-02-01T15:27:00Z</dc:date>
    </item>
  </channel>
</rss>

