<?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: Libname oledb  connection in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625808#M184507</link>
    <description>&lt;P&gt;You need to know the connection parameters.&lt;/P&gt;
&lt;P&gt;You can test the connection outside of SAS if you want, to start with.&lt;/P&gt;
&lt;P&gt;Many resources available to do this, for example this one: &lt;A href="https://stackoverflow.com/questions/3910364/quick-ways-to-test-ole-db-connection-string" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/3910364/quick-ways-to-test-ole-db-connection-string&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2020 20:40:01 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-02-19T20:40:01Z</dc:date>
    <item>
      <title>Libname oledb  connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625757#M184482</link>
      <description>&lt;P&gt;I am trying to create library through oledb.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is the code i submitted :&lt;/P&gt;
&lt;P&gt;LIBNAME ntz oledb &lt;BR /&gt;init_string="provider=NZOLEDB;&lt;BR /&gt;User ID=&amp;amp;myID ;&lt;BR /&gt;password=&amp;amp;PW;&lt;BR /&gt;Initial Catalog=MKTPRD;&lt;BR /&gt;Data Source=MKTPRD-EEE-NTZ" &lt;BR /&gt;schema=TRX;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There was error:&lt;/P&gt;
&lt;P&gt;35 LIBNAME ntz oledb&lt;BR /&gt;36 init_string="provider=NZOLEDB;&lt;BR /&gt;37 User ID=&amp;amp;myID ;&lt;BR /&gt;38 password=&amp;amp;PW;&lt;BR /&gt;39 XXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;40 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;41 schema=TRX;&lt;BR /&gt;ERROR: Error trying to establish connection: Unable to Initialize: Client unable to establish connection&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help me point it out where is wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 02:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625757#M184482</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2020-02-19T02:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Libname oledb  connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625808#M184507</link>
      <description>&lt;P&gt;You need to know the connection parameters.&lt;/P&gt;
&lt;P&gt;You can test the connection outside of SAS if you want, to start with.&lt;/P&gt;
&lt;P&gt;Many resources available to do this, for example this one: &lt;A href="https://stackoverflow.com/questions/3910364/quick-ways-to-test-ole-db-connection-string" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/3910364/quick-ways-to-test-ole-db-connection-string&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 20:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625808#M184507</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-19T20:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Libname oledb  connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625829#M184518</link>
      <description>&lt;P&gt;Chris, I tested it before using your way.&amp;nbsp; &amp;nbsp;in our data link, provider=NZOLEDB&amp;nbsp; which is&amp;nbsp;&lt;SPAN&gt;Netezza server, not among providers.&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datalink.PNG" style="width: 392px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36234i45D7621C01186AE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="datalink.PNG" alt="datalink.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 12:59:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625829#M184518</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2020-02-19T12:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Libname oledb  connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625981#M184575</link>
      <description>&lt;P&gt;Have you done something like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/en/SSULQD_7.2.1/com.ibm.nz.datacon.doc/t_datacon_oledb_provider_install.html" target="_blank"&gt;https://www.ibm.com/support/knowledgecenter/en/SSULQD_7.2.1/com.ibm.nz.datacon.doc/t_datacon_oledb_provider_install.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 20:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/625981#M184575</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-19T20:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Libname oledb  connection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/626003#M184576</link>
      <description>&lt;P&gt;Maybe you need to install an OLE DB provider for Netezza?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 21:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-oledb-connection/m-p/626003#M184576</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-02-19T21:16:38Z</dc:date>
    </item>
  </channel>
</rss>

