<?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: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t in Developers</title>
    <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982522#M6672</link>
    <description>&lt;P&gt;Are you sure your libref is defined to point to that&amp;nbsp;&lt;SPAN&gt;itk_curated schema?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it possible that your SQL Server collation setting is case sensitive?&amp;nbsp; That will make object names case sensitive in SQL Server.&amp;nbsp; Perhaps SAS is trying to query ITK_CURATED schema instead?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 20:55:08 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2026-01-27T20:55:08Z</dc:date>
    <item>
      <title>JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no table</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982436#M6663</link>
      <description>&lt;P&gt;Not sure if this is the right group. but here goes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a JDBC library using the SAS Management Console. When trying to registering tables it return no tables and the error message is "No Tables were retrieved from your query". Trying to connect to Azure SQL Server database.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the details of the registering table. There is an exclamation next to the DRIVERCLASS.&lt;/P&gt;&lt;P&gt;If I log into the database using a different tool the default schema is dbo which has no tables. The library is assigned but it fetches no tables to register.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: The autoexec file, /usr/sas/config8/Lev2/SASApp/WorkspaceServer/autoexec.sas, was executed at server initialization.&lt;BR /&gt;1 LIBNAME pathncpp SASIOJDB URL="serv-ccc-path-pp-synws.sql.azuresynapse.net:1433;&lt;BR /&gt;2 Authentication=ActiveDirectoryServicePrincipal;&lt;BR /&gt;3 databaseName=Mydatabase;&lt;BR /&gt;4 schema=Myschema;&lt;BR /&gt;5 user=userxxx;&lt;BR /&gt;6 password=xxxT;&lt;BR /&gt;7 "&lt;BR /&gt;8 CLASSPATH="/usr/sas/sashome8/AccessClients/9.4/DataDrivers/jdbc/synapse"&lt;BR /&gt;8 ! DRIVERCLASS="com.microsoft.sqlserver.jdbc.SQLServerDriver" AUTHDOMAIN="PathNC_PreProd_Auth" ;&lt;BR /&gt;NOTE: Credential obtained from SAS metadata server.&lt;BR /&gt;NOTE: Libref PATHNCPP was successfully assigned as follows:&lt;BR /&gt;Engine: JDBC&lt;BR /&gt;Physical Name:&lt;BR /&gt;jdbc:sqlserver://serv-ccc-path-pp-synws.sql.azuresynapse.net:1433;Authentication=ActiveDirectoryServicePrincipal;database&lt;BR /&gt;Name=Mydatabase;schema=Myschema;user=userxxx;password=xxx;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 17:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982436#M6663</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-26T17:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982443#M6664</link>
      <description>&lt;P&gt;Does the chosen database and schema genuinely have tables in it? If so how long are the tables names? If they are all &amp;gt; 32 characters then SAS can't handle this and will not return any names. Try creating a table &amp;lt;= 32 characters long and see if that works. Open the LIBREF&amp;nbsp;&lt;SPAN&gt;pathncpp in SAS EG or SAS Studio to see if any tables are listed.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 20:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982443#M6664</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-01-26T20:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982466#M6665</link>
      <description>&lt;P&gt;There are 3 out of 38 tables where the name is &amp;gt; 32. However, there are many columns in each table where the column length is &amp;gt; 32.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx for the help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 23:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982466#M6665</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-26T23:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982484#M6666</link>
      <description>Column length up 32 is no problem for SAS, but column name length has the same limitation as table name.&lt;BR /&gt;If you have tables that you know comply with SAS naming standard (also beware of special character, spaces, initial digit etc) and they're not visible to SAS - try to connect to the database using the same credentials from another client using the same connection configuration.</description>
      <pubDate>Tue, 27 Jan 2026 11:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982484#M6666</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2026-01-27T11:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982500#M6667</link>
      <description>&lt;P&gt;I am able to connect using DBVisualizer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 15:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982500#M6667</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-27T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982514#M6668</link>
      <description>&lt;P&gt;What does PROC DATASETS report?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library = &lt;SPAN&gt;PATHNCPP&lt;/SPAN&gt;;
  contents;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Jan 2026 18:59:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982514#M6668</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-01-27T18:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982518#M6669</link>
      <description>&lt;P&gt;I get this result using the libname stated above.&lt;/P&gt;&lt;P&gt;WARNING: No matching members in directory.&lt;BR /&gt;133 ! contents; run;&lt;BR /&gt;ERROR: There is not a default input data set (_LAST_ is _NULL_).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run this I get these results. But trying to get the library working so that I can register tables.&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;connect using pathncpp;&lt;BR /&gt;SELECT * from connection to pathncpp&lt;BR /&gt;(select&lt;BR /&gt;distinct TABLE_SCHEMA&lt;BR /&gt;from INFORMATION_SCHEMA.TABLES&lt;BR /&gt;) ;&lt;BR /&gt;SELECT * from connection to pathncpp&lt;BR /&gt;(select&lt;BR /&gt;top 5 TABLE_SCHEMA,TABLE_NAME&lt;BR /&gt;from INFORMATION_SCHEMA.TABLES&lt;BR /&gt;WHERE TABLE_SCHEMA = 'itk_curated'&lt;BR /&gt;) ;&lt;BR /&gt;quit ;&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;TABLE_SCHEMA&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;audit&lt;BR /&gt;config&lt;BR /&gt;gen_curated&lt;BR /&gt;gen_land&lt;BR /&gt;itk_curated&lt;BR /&gt;itk_federal&lt;BR /&gt;itk_land&lt;BR /&gt;itk_rpt&lt;BR /&gt;itk_stg&lt;BR /&gt;The SAS System 07:41 Tuesday, January 27, 2026 2&lt;/P&gt;&lt;P&gt;TABLE_SCHEMA&lt;BR /&gt;TABLE_NAME&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;itk_curated&lt;BR /&gt;ASM_Assessment_Person_Involved__c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982518#M6669</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-27T20:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982519#M6670</link>
      <description>&lt;P&gt;So your schema has one table and its name uses 33 bytes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So SAS will not SEE it when you try to access it as if was an actual SAS dataset.&lt;/P&gt;
&lt;P&gt;That is why the LIBNAME statement said there were no tables found.&lt;/P&gt;
&lt;P&gt;Your connection is working, so you should be able to proceed with testing if you can make a new table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data pathncpp.test1;
  set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982519#M6670</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-01-27T20:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982520#M6671</link>
      <description>&lt;P&gt;No, there are more than one table, I just showed a partial output. The query is for the top 5 tables.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There are 38 tables with 3 of them with names &amp;gt; 32.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TABLE_NAME&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;itk_curated&lt;BR /&gt;ASM_Assessment_Person_Involved__c&lt;/P&gt;&lt;P&gt;itk_curated&lt;BR /&gt;CAS_Assist_Request__c&lt;/P&gt;&lt;P&gt;itk_curated&lt;BR /&gt;CAS_Case__c&lt;/P&gt;&lt;P&gt;itk_curated&lt;BR /&gt;CAS_Case_COI__c&lt;/P&gt;&lt;P&gt;itk_curated&lt;BR /&gt;CAS_Case_Related_Forms_and_Tools__c&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982520#M6671</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-27T20:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982522#M6672</link>
      <description>&lt;P&gt;Are you sure your libref is defined to point to that&amp;nbsp;&lt;SPAN&gt;itk_curated schema?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it possible that your SQL Server collation setting is case sensitive?&amp;nbsp; That will make object names case sensitive in SQL Server.&amp;nbsp; Perhaps SAS is trying to query ITK_CURATED schema instead?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:55:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982522#M6672</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2026-01-27T20:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982544#M6673</link>
      <description>&lt;P&gt;I currently have the schema=ITK_CURATED in the Url. I have tried it in lower case also.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 12:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982544#M6673</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-28T12:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982594#M6674</link>
      <description>&lt;P&gt;My best guess as to what's happening here is that for some reason your schema setting isn't working and that you are ending up in a default schema with no tables. I'd suggest opening a track with Tech Support to make further progress. Is JDBC the only SAS/ACCESS product you have? Is SAS/ACCESS to ODBC or SAS/ACCESS to SQL Server an option you can try?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 19:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982594#M6674</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-01-28T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982595#M6675</link>
      <description>&lt;P&gt;We tried ODBC but could not get that working. I have a case open with SAS on this. but slow response so far. Hopefully they will help solving this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I resolve this I will post it here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 19:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982595#M6675</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-28T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982609#M6676</link>
      <description>&lt;P&gt;We use ODBC with SQL Server a lot and find it works well. We don't use JDBC at all. In my experience the connection strings are a lot more straightforward. Feel free to try that again if you like.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 20:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982609#M6676</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-01-28T20:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982610#M6677</link>
      <description>&lt;P&gt;We tried connecting to the Azure SQL db with ODBC but could not get that to work.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 20:49:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982610#M6677</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-28T20:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982611#M6678</link>
      <description>&lt;P&gt;I will try it again and let you know what issues we have.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 20:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982611#M6678</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-28T20:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982615#M6679</link>
      <description>&lt;P&gt;The first thing to check are firewall rules for the port(s) the ODBC driver is using. Does your SAS server run on Linux or Windows? It's a lot easier to test this on Windows as you can do this all in the Windows ODBC Administrator tool.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 21:03:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982615#M6679</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-01-28T21:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982641#M6680</link>
      <description>&lt;P&gt;The install is on Solaris.&lt;/P&gt;&lt;P&gt;I have tried to connect using&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS/ACCESS Interface to Microsoft SQL Server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a product&amp;nbsp;SAS/ACCESS Interface to ODBC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a server and library using SQL Server and get errors when trying to register tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the SMC I created a server and library choosing ODBC but when I try to register tables it says there is not ODBC drivers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 12:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982641#M6680</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-01-29T12:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982692#M6681</link>
      <description>&lt;P&gt;Yes, there is a product called SAS/ACCESS Interface to ODBC. You can check if you have it installed and licensed by running this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;
proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However&amp;nbsp;SAS/ACCESS Interface to SQL Server should also work. Did the&amp;nbsp;SQL Server LIBNAME assign without errors or not? Please post your SAS log.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 19:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982692#M6681</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2026-01-29T19:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC Library for Azure Sql Server created in SAS Management Console Register Tables returns no t</title>
      <link>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982852#M6682</link>
      <description>&lt;P&gt;Here is the latest on this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Working with SAS it was determined that there seems to be a bug in JDBC driver connection to SQL Server in that it returns an empty set of tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They gave me a workaround to use SAS code to register tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, created the library with settings like this below.&amp;nbsp;Also, it is best to have double quotes for connection below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL="jdbc:sqlserver://myserver:1433;Authentication=ActiveDirectoryServicePrincipal;databaseName=MyDb;schema=MySchema;user=myuserid;password=mypw;"&lt;/P&gt;&lt;P&gt;DriverClass="com.microsoft.sqlserver.jdbc.SQLServerDriver"&lt;/P&gt;&lt;P&gt;ClassPath="/usr/sas/sashome/AccessClients/9.4/DataDrivers/jdbc/..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above are the settings for the connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the&amp;nbsp; library selected the JDBC server created in the SMC and set the schema names and the connection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that used the code editor to&amp;nbsp;execute this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc metalib ;&lt;BR /&gt;omr (library="JDBC_LIBRARY_PREPROD");&lt;BR /&gt;select ("MyTable") ;&lt;BR /&gt;report ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS is going to provide information about generating a log file so that it can be sent to Microsoft.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I originally tried to use SQL Server connection but the driver does not support the AuthenticationMethod=13 so this did not work.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 14:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/JDBC-Library-for-Azure-Sql-Server-created-in-SAS-Management/m-p/982852#M6682</guid>
      <dc:creator>rtynd4</dc:creator>
      <dc:date>2026-02-02T14:11:04Z</dc:date>
    </item>
  </channel>
</rss>

