<?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: Error Connecting SAS EG to SQL server in Azure Server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672679#M202186</link>
    <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/75014" target="_blank"&gt;sasuser1031&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Try putting the user value in quotes: user="apple orange"&amp;nbsp; .&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 19:58:39 GMT</pubDate>
    <dc:creator>LeonidBatkhan</dc:creator>
    <dc:date>2020-07-27T19:58:39Z</dc:date>
    <item>
      <title>Error Connecting SAS EG to SQL server in Azure Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672644#M202164</link>
      <description>&lt;P&gt;I am getting error when I try yo connect to SSMS in server. I have successful ODBC connection. However, I get the following error. It looks like error is coming from two words in user. How to fix it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mydblib odbc user=apple orange&amp;nbsp; password=XXXXXXXXXXXX dsn=sqlserver;&lt;BR /&gt;______&lt;BR /&gt;22&lt;BR /&gt;ERROR: Libref MYDBLIB is not assigned.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;ERROR 22-7: Invalid option name orange.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 17:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672644#M202164</guid>
      <dc:creator>sasuser1031</dc:creator>
      <dc:date>2020-07-27T17:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting SAS EG to SQL server in Azure Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672679#M202186</link>
      <description>&lt;P&gt;Hi &lt;A class="trigger-hovercard" style="color: #007dc3;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/75014" target="_blank"&gt;sasuser1031&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Try putting the user value in quotes: user="apple orange"&amp;nbsp; .&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 19:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672679#M202186</guid>
      <dc:creator>LeonidBatkhan</dc:creator>
      <dc:date>2020-07-27T19:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting SAS EG to SQL server in Azure Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672682#M202188</link>
      <description>&lt;P&gt;Hi Leonid,&lt;/P&gt;&lt;P&gt;Thanks for the suggestion. I tried using quotes, but It&amp;nbsp; gives this error now.&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver&lt;BR /&gt;specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 20:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672682#M202188</guid>
      <dc:creator>sasuser1031</dc:creator>
      <dc:date>2020-07-27T20:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting SAS EG to SQL server in Azure Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672684#M202189</link>
      <description>&lt;P&gt;The error suggests that the DSN sqlserver is not defined on your SAS server. Is your SAS session running locally on your PC or on a remote SAS server? If you use a remote SAS server what OS is it using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running SAS locally on your PC then you can use the Windows ODBC Administrator to define the DSN with the appropriate SQL Server ODBC driver.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 20:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672684#M202189</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-27T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting SAS EG to SQL server in Azure Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672689#M202192</link>
      <description>&lt;P&gt;Hi SASKiwi,&lt;/P&gt;&lt;P&gt;This SAS EG is installed in my machine and connected to the server. I am not sure what OS it is using.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you fix if it is connected to server?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 21:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672689#M202192</guid>
      <dc:creator>sasuser1031</dc:creator>
      <dc:date>2020-07-27T21:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting SAS EG to SQL server in Azure Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672690#M202193</link>
      <description>&lt;P&gt;You will need to work with your SAS administrator who will hopefully know what is required.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 21:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Connecting-SAS-EG-to-SQL-server-in-Azure-Server/m-p/672690#M202193</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-27T21:15:56Z</dc:date>
    </item>
  </channel>
</rss>

