<?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: error  A Connection to the ODBC DBMS is not currently supported in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912225#M27864</link>
    <description>As this is complaining about a missing library (libodbc.so), I'd suspect an issue with something being done in &amp;lt;SASHome&amp;gt;/SASFoundation/9.4/sasenv_local that is modifying the contents of LD_LIBRARY_PATH incorrectly. I'd also make sure you are providing the necessary environment variables for your ODBC connection (ODBCINI, ODBCINSTINI)&lt;BR /&gt;&lt;BR /&gt;Setting UNIX Environment Variables for SAS/ACCESS&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bidsag/p1w3v98qca3sfzn1rzty2tngrfyq.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/bicdc/9.4/bidsag/p1w3v98qca3sfzn1rzty2tngrfyq.htm&lt;/A&gt;</description>
    <pubDate>Fri, 19 Jan 2024 18:07:04 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2024-01-19T18:07:04Z</dc:date>
    <item>
      <title>error  A Connection to the ODBC DBMS is not currently supported</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912205#M27859</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed the new SAS grid on Linux server and getting below error while running to ODBC proc sql . I think have missed the creation of the some variable in Compute server .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some help me .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;28 proc sql noprint;&lt;BR /&gt;29 connect to odbc as st (dsn='LWUKWVTI13BMT'&amp;nbsp;uid='sasgriduser' pwd=XXXXXXXXXXXX);&lt;BR /&gt;ERROR: Could not load /sas/grid/software/SASFoundation/9.4/sasexe/sasodb (99 images loaded)&lt;BR /&gt;ERROR: libodbc.so: cannot open shared object file: No such file or directory&lt;BR /&gt;ERROR: The SAS/ACCESS Interface to ODBC cannot be loaded. The SASODB code appendage could not be loaded.&lt;BR /&gt;ERROR: A Connection to the odbc DBMS is not currently supported, or is not installed at your site.&lt;BR /&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;BR /&gt;30 execute (Select * from dbo.stgAAHH) by st;&lt;BR /&gt;NOTE: Statement not executed due to NOEXEC option.&lt;BR /&gt;31 disconnect from st;&lt;BR /&gt;NOTE: Statement not executed due to NOEXEC option.&lt;BR /&gt;32 quit;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 16:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912205#M27859</guid>
      <dc:creator>MaheshRSA</dc:creator>
      <dc:date>2024-01-19T16:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: error  A Connection to the ODBC DBMS is not currently supported</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912225#M27864</link>
      <description>As this is complaining about a missing library (libodbc.so), I'd suspect an issue with something being done in &amp;lt;SASHome&amp;gt;/SASFoundation/9.4/sasenv_local that is modifying the contents of LD_LIBRARY_PATH incorrectly. I'd also make sure you are providing the necessary environment variables for your ODBC connection (ODBCINI, ODBCINSTINI)&lt;BR /&gt;&lt;BR /&gt;Setting UNIX Environment Variables for SAS/ACCESS&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bidsag/p1w3v98qca3sfzn1rzty2tngrfyq.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/bicdc/9.4/bidsag/p1w3v98qca3sfzn1rzty2tngrfyq.htm&lt;/A&gt;</description>
      <pubDate>Fri, 19 Jan 2024 18:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912225#M27864</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-01-19T18:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: error  A Connection to the ODBC DBMS is not currently supported</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912425#M27868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already edited&amp;nbsp;&lt;SPAN&gt;sasenv_local file as mentioned&amp;nbsp; in the article .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to install ODBC driver separately&amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PFB below content of it .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;# This file is sourced by the sasenv script in !SASROOT/bin&lt;BR /&gt;############################################################################&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;export ODBCHOME=/sas/grid/software/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/&lt;BR /&gt;export ODBCINI=/sas/grid/software/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/odbc.ini&lt;BR /&gt;&amp;nbsp;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/sas/grid/software/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/:/usr/lib/oracle/12.2/client64/lib/:/usr/odbc/lib/&lt;BR /&gt;export TNS_ADMIN=/usr/lib/oracle/12.2&lt;/P&gt;&lt;P&gt;umask 0007&lt;/P&gt;&lt;P&gt;############################################################################&lt;BR /&gt;# End of sasenv_local&lt;BR /&gt;############################################################################&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 08:38:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912425#M27868</guid>
      <dc:creator>MaheshRSA</dc:creator>
      <dc:date>2024-01-22T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: error  A Connection to the ODBC DBMS is not currently supported</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912495#M27872</link>
      <description>Correct, you would need to first set up the ODBC driver on your compute host before being able to make use of it. You should remove the references to SASODBCDriversfortheWebInfrastructurePlatformDataServer from your sasenv_local, this is specifically for connections to the SAS environment's internal database (the Web Infrastructure Platform Data Server).&lt;BR /&gt;&lt;BR /&gt;ODBC on the UNIX Platform&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n1ht6mv0wybbzkn1x4np6nnlwzu6.htm#n0lqyvb3cfot9hn19u4yn4gcdrkk" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n1ht6mv0wybbzkn1x4np6nnlwzu6.htm#n0lqyvb3cfot9hn19u4yn4gcdrkk&lt;/A&gt;</description>
      <pubDate>Mon, 22 Jan 2024 16:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/error-A-Connection-to-the-ODBC-DBMS-is-not-currently-supported/m-p/912495#M27872</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-01-22T16:20:17Z</dc:date>
    </item>
  </channel>
</rss>

