<?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: Library and DB error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959165#M43091</link>
    <description>&lt;P&gt;Thank you for the reply Linush.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have same issue on the production server as well. But there the test connection from ODBC administrator tool is successful and when I try to access the library on SAS EG, I am getting the same error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLI error trying to establish connection: [SAP][ASE ODBC Driver][Adaptive Server Enterprise] Login failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I thought of checking this on SAS end first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 10:33:44 GMT</pubDate>
    <dc:creator>NaveenKichcha</dc:creator>
    <dc:date>2025-02-13T10:33:44Z</dc:date>
    <item>
      <title>Library and DB error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959161#M43089</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have setup a library on SAS 9.4 M8 which uses a user name and a password for authentication to the DB server. It was working fine till yesterday but I am not sure what happened and I didn't change any configuration on SAS server but when try to open the library on SAS Enterprise guide I am getting this error :&lt;/P&gt;&lt;P&gt;CLI error trying to establish connection: [SAP][ASE ODBC Driver][Adaptive Server Enterprise] Login failed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NaveenKichcha_0-1739438623860.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/104602i2930DCED20011BE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NaveenKichcha_0-1739438623860.png" alt="NaveenKichcha_0-1739438623860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This library is using a Sybase ODBC driver installed on the server to connect to the DB server in backend.&lt;/P&gt;&lt;P&gt;Even my test connection to the DB server from ODBC administrator tool is failing with the same error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NaveenKichcha_2-1739438777874.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/104604iEE5AB0B240BDDE48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NaveenKichcha_2-1739438777874.png" alt="NaveenKichcha_2-1739438777874.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I generated a libname statement on SASMC for the library and tried to run that statement from the editor and got same error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NaveenKichcha_3-1739439106104.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/104605i6315FB9052DE9057/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NaveenKichcha_3-1739439106104.png" alt="NaveenKichcha_3-1739439106104.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the ping to DB server or test connection from my app server windows PowerShell to the DB server is positive. There is no any firewall blockage between my app server and the DB server. So my doubt here is do I need to check anything on the SAS configuration end or the issue is on DB end?? Please guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 09:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959161#M43089</guid>
      <dc:creator>NaveenKichcha</dc:creator>
      <dc:date>2025-02-13T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Library and DB error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959162#M43090</link>
      <description>&lt;P&gt;Since it doesn't work outside SAS either, I would start by contacting the DBA's, and next som networking/infra team.&lt;/P&gt;
&lt;P&gt;Ping doesn't say much, sometimes ping can reach through even if the road is blocked.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 09:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959162#M43090</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2025-02-13T09:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Library and DB error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959165#M43091</link>
      <description>&lt;P&gt;Thank you for the reply Linush.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have same issue on the production server as well. But there the test connection from ODBC administrator tool is successful and when I try to access the library on SAS EG, I am getting the same error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLI error trying to establish connection: [SAP][ASE ODBC Driver][Adaptive Server Enterprise] Login failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I thought of checking this on SAS end first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 10:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Library-and-DB-error/m-p/959165#M43091</guid>
      <dc:creator>NaveenKichcha</dc:creator>
      <dc:date>2025-02-13T10:33:44Z</dc:date>
    </item>
  </channel>
</rss>

