<?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: how to create microsoft server library . in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323314#M271171</link>
    <description>&lt;P&gt;First step: make it work from outside SAS first (but from the same host), i.e. using Excel.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 10:17:15 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2017-01-09T10:17:15Z</dc:date>
    <item>
      <title>how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323279#M271168</link>
      <description>&lt;P&gt;What are neccessary step to create a SAS library for&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;EM&gt;&lt;STRONG&gt; microsoft server&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created one but it is giving following error :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI error trying to establish connection: [DataDirect][ODBC lib] Data source name not found and no default driver specified&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does it mean or what are the possible reason for above error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 07:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323279#M271168</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-01-09T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323289#M271169</link>
      <description>&lt;P&gt;There are many examples in the documentation/papers on how to do this.&lt;/P&gt;
&lt;P&gt;What have you tried? The error alone is not enough to understand your situation.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 08:54:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323289#M271169</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-09T08:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323302#M271170</link>
      <description>&lt;P&gt;i have created first data connection through SAS SMC and then created new library using SAS SMC .&lt;/P&gt;&lt;P&gt;Is this working or not ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you suggest how should i proceed ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 09:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323302#M271170</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-01-09T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323314#M271171</link>
      <description>&lt;P&gt;First step: make it work from outside SAS first (but from the same host), i.e. using Excel.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323314#M271171</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-09T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323540#M271172</link>
      <description>&lt;P&gt;I find it easiest to get a LIBNAME statement working successfully first and then use that as my basis to create an SMC data library. Please post the LIBNAME statement that is giving you the error.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 07:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323540#M271172</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-01-10T07:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323576#M271173</link>
      <description>&lt;P&gt;I have tried to run &amp;nbsp;below libname :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LIBNAME SAS_MS SQLSVR datasrc="172.31.15.3:1433/JXX_XXX_EXT" SCHEMA=DBO user='misXXX' password='XXXXX';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i have added entry for sqlsvr in odbc.ini and then tried below libname:-&lt;/P&gt;&lt;P&gt;LIBNAME SAS_MS SQLSVR &amp;nbsp;Datasrc=MSDATA_PROD &amp;nbsp;SCHEMA=DBO &amp;nbsp;AUTHDOMAIN="AUTH_MSSQL" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am i doing right or not ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 11:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/323576#M271173</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-01-10T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to create microsoft server library .</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/326621#M271174</link>
      <description>&lt;P&gt;I have followed below link and able to create library.&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&lt;SPAN class="cs53f207af1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/64205/PDF/default/config.pdf" target="_blank"&gt;&lt;SPAN class="cse3dd5f111"&gt;http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/64205/PDF/default/config.pdf&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&lt;SPAN class="cs53f207af1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="cs95e872d0"&gt;&lt;SPAN class="cs53f207af1"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 07:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-microsoft-server-library/m-p/326621#M271174</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-01-23T07:32:35Z</dc:date>
    </item>
  </channel>
</rss>

