<?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 Library Connection for Azure Database in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763828#M22898</link>
    <description>&lt;P&gt;The connection for all of the tables is in an Azure DB, and the tables do exist in Azure.&amp;nbsp; I verified the tables via SSMS, so I know they're good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DSN Drivers on the Windows side are set to ODBC Driver 17 for SQL Server for Test A and Prod A, and SQL Server for Test B and Prod B.&amp;nbsp; Don't know if this makes a difference or not.&amp;nbsp; We originally tried SQL Server for Prod A, but switched it.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 12:47:41 GMT</pubDate>
    <dc:creator>jcromwell77</dc:creator>
    <dc:date>2021-08-25T12:47:41Z</dc:date>
    <item>
      <title>SAS Library Connection for Azure Database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763717#M22896</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME pubtest ODBC  DATAsrc=TEST_DB  
SCHEMA=dbo  ;

LIBNAME pubprod ODBC  DATAsrc=PROD_DB  
SCHEMA=dbo  ;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have two connections: test A and prod A.&amp;nbsp; When I use test A I get a good connection, and I'm able to run a PROC SQL query with results.&amp;nbsp; However, when I run prod A, I get a good connection, but I get a "Error: File PUBPROD.&amp;lt;data table&amp;gt;.Data does not exist."&amp;nbsp; I've looked at the configuration for each in Management Console, and I cannot find a difference.&amp;nbsp; I've also compared these against another test (B) and prod (B) connection (both of these work).&lt;/P&gt;&lt;P&gt;The only difference between the prod A&amp;nbsp; and the other 3 connections (test A, test B, &amp;amp; prod B) is it is brand new (just created last week).&amp;nbsp; The other 3 were created some time ago before I started, and the creator is no longer with the org.&lt;/P&gt;&lt;P&gt;Is this an issue in the SAS Management Console Administration, the Windows Server Administration (where the SAS server lives), or elsewhere?&amp;nbsp; I'm quite new to SAS administration, and I've not found a good answer anywhere else.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 20:41:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763717#M22896</guid>
      <dc:creator>jcromwell77</dc:creator>
      <dc:date>2021-08-24T20:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Connection for Azure Database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763788#M22897</link>
      <description>&lt;P&gt;I don't think this is a SAS related problem.&lt;/P&gt;&lt;P&gt;The "&lt;SPAN&gt;Error: File PUBPROD.&amp;lt;data table&amp;gt;.Data does not exist." suggests that the ODBC DSN is connecting, but there's not that table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did you check the table existence&amp;nbsp;via another ODBC client?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 07:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763788#M22897</guid>
      <dc:creator>MarcoGhiglieriO</dc:creator>
      <dc:date>2021-08-25T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Connection for Azure Database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763828#M22898</link>
      <description>&lt;P&gt;The connection for all of the tables is in an Azure DB, and the tables do exist in Azure.&amp;nbsp; I verified the tables via SSMS, so I know they're good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The DSN Drivers on the Windows side are set to ODBC Driver 17 for SQL Server for Test A and Prod A, and SQL Server for Test B and Prod B.&amp;nbsp; Don't know if this makes a difference or not.&amp;nbsp; We originally tried SQL Server for Prod A, but switched it.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 12:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763828#M22898</guid>
      <dc:creator>jcromwell77</dc:creator>
      <dc:date>2021-08-25T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Connection for Azure Database</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763931#M22901</link>
      <description>&lt;P&gt;The issue has been resolved:&lt;/P&gt;&lt;P&gt;The Default database in the DSN was set to master instead of the PROD_DB.&amp;nbsp; Once this was changed, I was able to connect to the table.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Library-Connection-for-Azure-Database/m-p/763931#M22901</guid>
      <dc:creator>jcromwell77</dc:creator>
      <dc:date>2021-08-25T17:40:13Z</dc:date>
    </item>
  </channel>
</rss>

