<?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: Connecting to SQL server in SAS Grid in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/843641#M25481</link>
    <description>&lt;P&gt;You have mentioned you are working in GRID, so make sure the configuration is done in every node of the GRID.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 17:31:48 GMT</pubDate>
    <dc:creator>Acamacho85</dc:creator>
    <dc:date>2022-11-10T17:31:48Z</dc:date>
    <item>
      <title>Connecting to SQL server in SAS Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/786962#M23568</link>
      <description>&lt;P&gt;My team is currently migrating from SAS Enterprise Guide to SAS Grid and I am attempting to transfer my frequently used programs to the Grid. This is how I connect to a specific server in SAS Enterprise Guide:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;PROC SQL;
CONNECT TO SQLSVR AS sasqrm (user=&amp;amp;eid_sqlconn password=&amp;amp;pwd_sqlconn
                                        datasrc=servername);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This connection string is not effective in SAS Grid.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code below was my best attempt at connecting to this server in SAS Grid based off of other questions asked with SAS community. When I run the code I receive this error: "ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Driver Manager Message file not found. Please check for the&lt;BR /&gt;value of InstallDir in your odbc.ini."&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;libname abc odbc noprompt ="uid=&amp;amp;eid_sqlconn; pwd=&amp;amp;pwd_sqlconn;dsn=servername;
DRIVER=SQL Server Native Client 11.0;
Trusted_Connection=yes" DATABASE = database_name schema = dbo;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there an obvious error I'm making in this connection string?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 16:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/786962#M23568</guid>
      <dc:creator>spillemm</dc:creator>
      <dc:date>2021-12-21T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SQL server in SAS Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/786999#M23569</link>
      <description>&lt;P&gt;Check odbc.ini file under SASHome/MSSQLODBC/ for what driver your connection is pointing to..&lt;/P&gt;&lt;P&gt;your driver below is giving the description not the actual driver file location, it should be something like, Driver =$SASHome/MSSQLODBC/lib/XXX.so&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 19:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/786999#M23569</guid>
      <dc:creator>Kiranmadhu</dc:creator>
      <dc:date>2021-12-21T19:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SQL server in SAS Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/787012#M23570</link>
      <description>&lt;P&gt;What OS is your SAS Grid running on versus your current SAS server? Are both SAS 9.4? What SAS product are you using to connect to SQL Server? Your existing connection appears to be using SAS/ACCESS to SQL Server whereas your SAS Grid test is using SAS/ACCESS to ODBC. Is this the first attempt to get SAS Grid working with SQL Server or was it working and now it isn't?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 20:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/787012#M23570</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-12-21T20:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SQL server in SAS Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/787247#M23581</link>
      <description>&lt;P&gt;Looks like you are having Data Direct odbc drivers.&lt;BR /&gt;Please review the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 16:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/787247#M23581</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-12-23T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SQL server in SAS Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/787428#M23586</link>
      <description>&lt;P&gt;Your "old" code should continue to work "as-is". It's just some install &amp;amp; config that still needs to be done as part of migration.&lt;/P&gt;
&lt;P&gt;Moving to a SAS Grid indicates that you're working in a company big enough to have an IT department with a SAS Admin. Contact these people. They need to support you/make it work for you.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Dec 2021 23:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/787428#M23586</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-12-26T23:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SQL server in SAS Grid</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/843641#M25481</link>
      <description>&lt;P&gt;You have mentioned you are working in GRID, so make sure the configuration is done in every node of the GRID.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 17:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Connecting-to-SQL-server-in-SAS-Grid/m-p/843641#M25481</guid>
      <dc:creator>Acamacho85</dc:creator>
      <dc:date>2022-11-10T17:31:48Z</dc:date>
    </item>
  </channel>
</rss>

