<?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: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627876#M18310</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;My SAS is running from Windows Server 2016.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 12:45:07 GMT</pubDate>
    <dc:creator>dobby</dc:creator>
    <dc:date>2020-02-27T12:45:07Z</dc:date>
    <item>
      <title>Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516722#M15105</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have this system with SAS 9.4 installed. I need to register a library for connection to a Microsoft Sql Server database to use in SAS Data Integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The system administrators have created an ODBC System DSN, which is configured to use Sql Server authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot use an ODBC library because the ODBC engine for SAS has not been installed or licensed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In SAS Management Console I&amp;nbsp;see it is possible to register a database server of type "Microsoft SQL Server" and a library of type "Microsoft SQL Server Library", as shown below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_mc_1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25230iFDBEB03968012F6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_mc_1.png" alt="sas_mc_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_mc_2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25231iF88C3A94AE3892EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_mc_2.png" alt="sas_mc_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the documentation&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/65247/HTML/default/viewer.htm#n0gz66qe8msnkyn1jgnhrr0l2k8y.htm" target="_self"&gt;LIBNAME Statement Specifics for Microsoft SQL Server&lt;/A&gt;, I've registered a libref using the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mssqllib sqlsvr
   noprompt="uid=MY_USER;
   pwd=MY_PASSWORD;
   dsn=MY_DSN_NAME;"
   stringdates=yes schema=DBO;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I am a bit lost. I've tried to create in SMC a database server of type "&lt;SPAN&gt;Microsoft SQL Server&lt;/SPAN&gt;" specifying "MY_DSN_NAME" as Datasrc, then I've created a&amp;nbsp;&lt;SPAN&gt;Microsoft SQL Server Library using this server and "mssqllib" as libref, but when I've tried to register some tables on that library I got Sql Server authentication error in the log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 
       'sasadm@saspw'&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;It seems it's using the user&amp;nbsp;logged to the Management Console instead of the user specified in the LIBNAME statement (MY_USER, MY_PASSWORD).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone provides the required steps to properly register a Microsoft SQL Server Library on SAS? In the documentation I've found only the steps to register an ODBC library, but I cannot follow that way since the ODBC engine was not installed/licensed in this SAS installation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 15:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516722#M15105</guid>
      <dc:creator>lfabbri</dc:creator>
      <dc:date>2018-11-28T15:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516731#M15106</link>
      <description>&lt;P&gt;You have the answer in the error. Login failed for the user sasadm@saspw&amp;nbsp; to SQL.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enter SQL credentials and it should work. before that clear the credentials cache in SAS Management console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 15:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516731#M15106</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2018-11-28T15:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516750#M15107</link>
      <description>&lt;P&gt;Hi, thanks for the reply.&lt;/P&gt;&lt;P&gt;It does not provide any prompt where to enter credentials, thus even if I clear the credentials cache I got the same error, it still executes the following statement (from the log) when I try to register tables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;1          LIBNAME mssqllib SQLSVR  Datasrc=MY_DSN_NAME SCHEMA=DBO  USER="sasadm@saspw"
1        ! PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 16:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516750#M15107</guid>
      <dc:creator>lfabbri</dc:creator>
      <dc:date>2018-11-28T16:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516773#M15108</link>
      <description>&lt;P&gt;Right Click on the library you have created for SQL and select Display libname&amp;nbsp;Statement,&lt;/P&gt;&lt;P&gt;If the libname&amp;nbsp;statement is displayed as below then clear the credentials cache in Management Console.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LIBNAME mssqllib SQLSVR  Datasrc=MY_DSN_NAME SCHEMA=DBO  USER="sasadm@saspw"
1        ! PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Then you will be able to see an empty box for credentials, here enter your SQL login credentials, which are used for creating DSN.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Display the libname&amp;nbsp;statement after you put in your credentials. Refresh the libraries in SMC and run the libname&amp;nbsp;statement in SAS EG/ Base SAS it should work.....!!!&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>Wed, 28 Nov 2018 16:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516773#M15108</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2018-11-28T16:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516783#M15109</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried as you suggested, but even after I clear the credentials cache the&amp;nbsp;Display Libname Statement command shows the same result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LIBNAME mssqllib SQLSVR  Datasrc=MY_DSN_NAME SCHEMA=DBO  USER="sasadm@saspw"
1        ! PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to define the server/library in some other way?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 16:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516783#M15109</guid>
      <dc:creator>lfabbri</dc:creator>
      <dc:date>2018-11-28T16:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516799#M15110</link>
      <description>&lt;P&gt;Execute&amp;nbsp; proc setinit;run;&amp;nbsp; and check if&amp;nbsp; SAS/ACCESS Interface to ODBC&amp;nbsp; product is included in your license.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If, Yes create&amp;nbsp; ODBC server and ODBC library instead&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Microsoft SQL Server , Microsoft SQL Server Library.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No, you need to reach out to your SAS rep to find out license info.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 16:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516799#M15110</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2018-11-28T16:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516800#M15111</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;When I use this form it &lt;EM&gt;&lt;U&gt;works&lt;/U&gt;&lt;/EM&gt; for me &lt;U&gt;when I have an ODBC configuration already setup and lic-ed etc.&amp;nbsp; (this is all on Windows 10, with SAS 9.4 desktop loaded)&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;libname mydblib sqlsvr&lt;BR /&gt;&amp;nbsp;&amp;nbsp; noprompt="uid=my_user_id;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; pwd=my_password;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; dsn=my_odbc_defined_db;"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; stringdates=yes schema=DBO;&lt;BR /&gt;&lt;BR /&gt;However I see a line in the doc referenced:&lt;/P&gt;
&lt;DIV class="term"&gt;DATAsrc=&amp;lt;'&amp;gt;&lt;SPAN class="userSuppliedValue"&gt;SQL-Server-data-source&lt;/SPAN&gt;&amp;lt;'&amp;gt;&lt;/DIV&gt;
&lt;DIV class="definition"&gt;
&lt;DIV class="paraSimpleFirst"&gt;specifies the Microsoft SQL Server data source to which you want to connect. For UNIX platforms, data sources must be configured by modifying the .ODBC.ini file. &lt;STRONG&gt;DSN= is an alias for this option that indicates that the connection is attempted using the ODBC SQLConnect API, which requires a data source name.&lt;/STRONG&gt; You can also use a user ID and password with DSN=. This API is guaranteed to be present in all drivers.&lt;BR /&gt;&lt;BR /&gt;when I try this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;libname mydblib sqlsvr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; noprompt="uid=my_user_id;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; pwd=my_password;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; datasrc=my_domain\my_server;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; stringdates=yes schema=DBO;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;BR /&gt;&lt;SPAN&gt;libname mydblib sqlsvr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; noprompt="uid=my_user_id;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; pwd=my_password;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; datasrc=my_domain\my_server;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;dsn=my_db_needed;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; stringdates=yes schema=DBO;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;or this&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;libname mydblib sqlsvr&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; noprompt="uid=my_user_id;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; pwd=my_password;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; datasrc=my_domain\my_server.my_db_needed;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; stringdates=yes schema=DBO;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;SPAN&gt;They all fail with the same basic message:&lt;BR /&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.///////////////////////&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paraSimpleFirst"&gt;&lt;STRONG&gt;Sorry not much help but I think you should not be trying to use the dsn option based on that doc reference.&amp;nbsp; -KJ&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Nov 2018 17:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516800#M15111</guid>
      <dc:creator>kjohnsonm</dc:creator>
      <dc:date>2018-11-28T17:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516813#M15113</link>
      <description>&lt;P&gt;If you can use the ODBC option directly, at least on win7/8/10 it’s very easy and stable, I highly recommend this rout if you can. However can see advantages if you can set it up in your code directly so you do not have to manage the ODBC per system. I do not know how at this time to automate loading these ODBC configurations on to new hardware, well without using OS imaging software that I do not have access too.&amp;nbsp; -KJ&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 17:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516813#M15113</guid>
      <dc:creator>kjohnsonm</dc:creator>
      <dc:date>2018-11-28T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516828#M15115</link>
      <description>&lt;P&gt;Have you been successful with just a LIBNAME statement? If not you should get this correct first before reproducing it in SAS metadata.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 19:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516828#M15115</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-28T19:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516964#M15119</link>
      <description>&lt;P&gt;I don't have ODBC licensed, that's why I have to use the SAS/ACCESS interface to Microsoft Sql Server (&lt;SPAN&gt;database server of type "Microsoft SQL Server" and SAS library of type "Microsoft SQL Server Library"&lt;/SPAN&gt;), but I cannot find any documentation about this type of configuration (how is this possible?), I can find only informations about ODBC or OLEDB configurations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the output of proc init:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Original site validation data
Current version: 9.04.01M5P091317
Site name:    'XXX'.
Site number:  70244564.
Expiration:   15JAN2019.
Grace Period:  0 days (ending 15JAN2019).
Warning Period: 0 days (ending 15JAN2019).
System birthday:   12NOV2018.
Operating System:   WX64_SV .
Product expiration dates:
---Base SAS Software
  15JAN2019
---SAS/CONNECT
  15JAN2019
---SAS Integration Technologies
  15JAN2019
---SAS/Secure 168-bit
  15JAN2019
---SAS/Secure Windows
  15JAN2019
---SAS/ACCESS Interface to Microsoft SQL Server
  15JAN2019
---SAS Metadata Bridges for General Industry Standards
  15JAN2019
---SAS Workspace Server for Local Access
  15JAN2019
---SAS/ACCESS to Postgres
  15JAN2019&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Nov 2018 08:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516964#M15119</guid>
      <dc:creator>lfabbri</dc:creator>
      <dc:date>2018-11-29T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516969#M15121</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe I found an useful reference for registering a library using a SAS/ACCESS interface from here (section "Establishing Connectivity to an Oracle Database" page 80):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/api/docsets/bidsag/9.4/content/bidsag.pdf?locale=en" target="_self"&gt;SAS® 9.4 Intelligence Platform: Data Administration Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is for ACCESS/Oracle interface, but I think it applies also for ACCESS/SQLSERVER interface. I believe the key problem here is this part when creating the database server (page 82):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;"&lt;STRONG&gt;Authentication domain&lt;/STRONG&gt; OraAuth (You might need to create a new authentication domain. For more information, see &lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n0wbhwrrnxrrudn1gh49tm8e30hh.htm&amp;amp;locale=en" target="_self"&gt;How to Store Passwords for a Third-Party Server” in SAS Intelligence Platform: Security Administration Guide&lt;/A&gt;. Click New to access the New Authentication Domain dialog box. Then enter the appropriate value in the Name field and click OK to save the setting."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;"&lt;STRONG&gt;Register the DBMS Server&lt;/STRONG&gt;&lt;BR /&gt;To register a DBMS server, perform the following steps:&lt;BR /&gt;1 - Right-click Server Manager and select the New Server option to access the New Server wizard.&lt;BR /&gt;2 - Select the database server type from the Database Servers list. Click Next.&lt;BR /&gt;3 - Enter an appropriate server name in the Name field. Click Next.&lt;BR /&gt;4 - Accept the defaults for the server properties. Click Next.&lt;BR /&gt;5 - Specify the database vendor-specific values on the connection properties page. &lt;STRONG&gt;If the user credentials for the database are different from the credentials used to log on to SAS, then you must create an Authentication domain to store valid database credentials.&lt;/STRONG&gt; For more information, see “How to Store Passwords for a Third-Party Server” in SAS Intelligence Platform: Security Administration Guide.&lt;BR /&gt;Click Next.&lt;BR /&gt;6 - Examine the final page of the wizard to ensure that the proper values have been entered. Click Finish to save the wizard settings."&lt;/FONT&gt;&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;&lt;P&gt;I think I need to configure an Authentication Domain for SqlServer to be used in the definition of the database server in SAS.&lt;/P&gt;&lt;P&gt;I am trying to follow this guide&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n0wbhwrrnxrrudn1gh49tm8e30hh.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;How to Store Passwords for a Third-Party Server&lt;/A&gt;&amp;nbsp;but I am stuck at point 1.b, there is no authentication domain assignment in the options tab, as shown below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_third_1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25246i4B92CB8D9B18D627/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_third_1.png" alt="sas_third_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to correctly configure an Authentication Domain to use for an ACCESS/SQLSERVER server/library in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any information!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 09:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516969#M15121</guid>
      <dc:creator>lfabbri</dc:creator>
      <dc:date>2018-11-29T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516971#M15122</link>
      <description>&lt;P&gt;I believe I found an useful reference for registering a library using a SAS/ACCESS interface from this guide (section "Establishing Connectivity to an Oracle Database" page 80):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/api/docsets/bidsag/9.4/content/bidsag.pdf?locale=en" target="_self"&gt;SAS® 9.4 Intelligence Platform: Data Administration Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is for ACCESS/Oracle interface, but I think it applies also for ACCESS/SQLSERVER interface. I believe the key problem here is this part:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;"Register the DBMS Server&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;To register a DBMS server, perform the following steps:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;1 - Right-click Server Manager and select the New Server option to access the New Server wizard.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;2 -Select the database server type from the Database Servers list. Click Next.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;3 - Enter an appropriate server name in the Name field. Click Next.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;4 - Accept the defaults for the server properties. Click Next.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;5 - Specify the database vendor-specific values on the connection properties page.&lt;STRONG&gt; If the user credentials for the database are different from the credentials used to log on to SAS, then you must create an Authentication domain to store valid database credentials&lt;/STRONG&gt;. For more information, see “How to Store Passwords for a Third-Party Server” in SAS Intelligence Platform: Security Administration Guide.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;Click Next.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;6 - Examine the final page of the wizard to ensure that the proper values have been entered. Click Finish to save the wizard settings."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I need to configure an Authentication Domain for SqlServer to be used in the definition of the database server in SAS.&lt;/P&gt;&lt;P&gt;I'm trying to follow this guide&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=n0wbhwrrnxrrudn1gh49tm8e30hh.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;How to Store Passwords for a Third-Party Server&lt;/A&gt;&amp;nbsp;but I am stuck at point 1.b, there is no "&lt;SPAN&gt;authentication domain assignment&lt;/SPAN&gt;" in the options tab, as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_third_1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25247i9E5592C761505AB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_third_1.png" alt="sas_third_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to configure an Authentication Domain to be used for login using ACCESS/SQLSERVER interface?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any information!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 09:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/516971#M15122</guid>
      <dc:creator>lfabbri</dc:creator>
      <dc:date>2018-11-29T09:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/517057#M15131</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the document on Defining Oracle library in SAS Management Console, you can use this as a reference to create a&amp;nbsp;&lt;/P&gt;&lt;P&gt;library for SQL.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/techsup/technote/ts771.pdf" target="_blank"&gt;http://support.sas.com/techsup/technote/ts771.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 14:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/517057#M15131</guid>
      <dc:creator>kiran_mk</dc:creator>
      <dc:date>2018-11-29T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627758#M18302</link>
      <description>Did you get this resolved for MS Sql Server? I tried the steps but my library either does not show up in SAS EG or there are no tables for the ones that show up. Do you have screen shots of how you configured the Database Server and the Library from the Management Console that you could share?</description>
      <pubDate>Thu, 27 Feb 2020 05:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627758#M18302</guid>
      <dc:creator>dobby</dc:creator>
      <dc:date>2020-02-27T05:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627760#M18303</link>
      <description>This blog has step by step instructions along with snaps on how to do that. It uses ODBC type connection, just change it to MS SQL Server type if you want for that. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sgf/2013/02/13/registering-dbms-data-in-sas-management-console/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2013/02/13/registering-dbms-data-in-sas-management-console/&lt;/A&gt;</description>
      <pubDate>Thu, 27 Feb 2020 05:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627760#M18303</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-02-27T05:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627773#M18309</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/284265"&gt;@dobby&lt;/a&gt;&amp;nbsp; - What OS does your SAS server run on? The setup is very different on Windows compared to Unix.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 06:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627773#M18309</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-27T06:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627876#M18310</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;My SAS is running from Windows Server 2016.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 12:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627876#M18310</guid>
      <dc:creator>dobby</dc:creator>
      <dc:date>2020-02-27T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627880#M18311</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52993"&gt;@AnandVyas&lt;/a&gt;&amp;nbsp;Thank you but I've tried those steps, making the adjustments for the MS SQL Server, and still no success. The odd thing is that there is no documentation that I have found that speaks specifically to MS SQL Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I get to the connection properties page of the New Server Wizard, what would I input for the Datasrc field to reflect the MS SQL Server and the specific database on that server that I want to connect to?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 12:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627880#M18311</guid>
      <dc:creator>dobby</dc:creator>
      <dc:date>2020-02-27T12:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627915#M18313</link>
      <description>I think you will have to perform these steps in order to create DSN for MS SQL Server.&lt;BR /&gt;&lt;BR /&gt;SAS/ACCESS Interface to Microsoft SQL Server&lt;BR /&gt;Starting with the third maintenance release for SAS 9.4, the installation of SAS/ACCESS Interface to&lt;BR /&gt;Microsoft SQL Server includes a Progress DataDirect Microsoft SQL Server Wire Protocol ODBC&lt;BR /&gt;driver component.&lt;BR /&gt;You can use the ODBC administrator to configure a Data Source Name (DSN) to access a Microsoft&lt;BR /&gt;SQL Server database. If multiple users may use the same workstation to access the Microsoft SQL&lt;BR /&gt;Server database, you can create it as a system DSN instead of a user DSN.&lt;BR /&gt;Take the following steps to create a data source for Microsoft SQL Server database access: &lt;BR /&gt;Configuration Guide for SAS 9.4 Foundation for Microsoft Windows for x64&lt;BR /&gt;17&lt;BR /&gt;1. Click Run Data Sources (ODBC) in the Administrative Tools section of the Control Panel.&lt;BR /&gt;2. Click the User DSN or System DSN tab, depending on the number of users.&lt;BR /&gt;3. Click Add, and select SAS ACCESS from the pop-up window.&lt;BR /&gt;4. Enter any name in the Data Source Name field. This name will be used by SAS to identify&lt;BR /&gt;this database connection.&lt;BR /&gt;5. Enter a Description for this connection.&lt;BR /&gt;6. Enter the host name or IP address of the server where Microsoft SQL Server resides.&lt;BR /&gt;7. Enter the Port Number where the host is listening for Microsoft SQL Server connections. The&lt;BR /&gt;default is 1433.&lt;BR /&gt;8. Enter the Database Name of the Microsoft SQL Server database on the server.&lt;BR /&gt;9. Click Test Connection and enter your user ID and password. A test connection is initiated.&lt;BR /&gt;10. Click OK to close the ODBC Administrator and save the new DSN entry.&lt;BR /&gt;If you are using a DSN to connect, be sure to add the option EnableScrollableCursors=3 in the&lt;BR /&gt;Extended Options box on the Advanced tab of the DSN, or include it in the string that you use to&lt;BR /&gt;make a COMPLETE, PROMPT, or NOPROMPT connection to SAS.&lt;BR /&gt;To enable bulk loading, check the Enable Bulk Load check box on the Bulk tab of the DSN, or you&lt;BR /&gt;can add EnableBulkLoad=1 to the COMPLETE, PROMPT, or NOPROMPT connection string if you are&lt;BR /&gt;using that method to connect.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/installcenter/en/ikfdtnwx6cg/66385/PDF/default/config.pdf" target="_blank"&gt;http://support.sas.com/documentation/installcenter/en/ikfdtnwx6cg/66385/PDF/default/config.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Pg:22 - SAS/ACCESS Interface to Microsoft SQL Server</description>
      <pubDate>Thu, 27 Feb 2020 14:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/627915#M18313</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-02-27T14:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Steps to register Microsoft SQL Server Library (no ODBC library) in SAS 9.4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/628032#M18318</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/284265"&gt;@dobby&lt;/a&gt;&amp;nbsp; - I suggest you try getting a LIBNAME working first. I'd also suggest trying the DSN-less approach and put everything in your connection string. Here is an example of what we do:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname sqlsrvr odbc noprompt = "server=MyServerName;DRIVER=SQL Server;Trusted Connection=yes;" qualifier = "MyDatabase" schema = "MySchema";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;All you need to do is replace MyServerName, MyDatabase and MySchema with yours. Once you get the LIBNAME working, you copy and paste the connection string into the Management Console Server connection properties. Please note the use of Windows Authentication (Trusted Connection=yes) to avoid supplying a userid and password. I hope this is how your SQL Server is set up.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 20:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Steps-to-register-Microsoft-SQL-Server-Library-no-ODBC-library/m-p/628032#M18318</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-27T20:14:39Z</dc:date>
    </item>
  </channel>
</rss>

