<?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 CLI Error in Libname in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828865#M24872</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My team member is trying to run below libname but it failing for him with below error .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;He and I have been added to same user group and has permission . When it is running from SAS EG it is failing , what thing I have to check ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;libname oracle2 odbc dsn=AXXBS user=IXX password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX schema=XX_A50709;&lt;BR /&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My system&lt;/P&gt;
&lt;P&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname oracle2 odbc dsn=AXXBS user=IXXX&lt;/P&gt;
&lt;P&gt;29&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX schema=XX_A50709;&lt;/P&gt;
&lt;P&gt;NOTE: Libref ORACLE2 was successfully assigned as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODBC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Physical Name: ALDBS&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 14:49:37 GMT</pubDate>
    <dc:creator>MG18</dc:creator>
    <dc:date>2022-08-16T14:49:37Z</dc:date>
    <item>
      <title>CLI Error in Libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828865#M24872</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My team member is trying to run below libname but it failing for him with below error .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;He and I have been added to same user group and has permission . When it is running from SAS EG it is failing , what thing I have to check ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;libname oracle2 odbc dsn=AXXBS user=IXX password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX schema=XX_A50709;&lt;BR /&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My system&lt;/P&gt;
&lt;P&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libname oracle2 odbc dsn=AXXBS user=IXXX&lt;/P&gt;
&lt;P&gt;29&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX schema=XX_A50709;&lt;/P&gt;
&lt;P&gt;NOTE: Libref ORACLE2 was successfully assigned as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODBC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Physical Name: ALDBS&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 14:49:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828865#M24872</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2022-08-16T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: CLI Error in Libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828869#M24873</link>
      <description>&lt;P&gt;The error message tells us that SAS cannot find the DSN 'AXXBS' that you've specified in your libname statement. &lt;BR /&gt;If the user is running SAS locally, they can check there ODBC data source administrator and make sure they have AXXBS set up correctly.&lt;/P&gt;
&lt;P&gt;If its not there they'll need the connection information to the data source of AXXBS and they'll need to set up a working DSN.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 15:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828869#M24873</guid>
      <dc:creator>anuraagjv</dc:creator>
      <dc:date>2022-08-16T15:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: CLI Error in Libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828928#M24874</link>
      <description>&lt;P&gt;Given you are running this in EG, it appears the DSN&amp;nbsp;AXXBS is not defined on the SAS Application server. If this is running on Windows then the DSN can be added to the Windows ODBC Administrator, if Unix to odbc.ini.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 20:16:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828928#M24874</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-16T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: CLI Error in Libname</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828939#M24875</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/121190"&gt;@MG18&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;The error means the connection to database&amp;nbsp; is&amp;nbsp; &amp;nbsp;not configured in the first case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 22:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/CLI-Error-in-Libname/m-p/828939#M24875</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-08-16T22:38:55Z</dc:date>
    </item>
  </channel>
</rss>

