<?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 Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432908#M27984</link>
    <description>If you want something that is quicker, and fairly easy to use, you need to licence SAS/ACCESS to either OLEDB, ODBC or SQL Server.</description>
    <pubDate>Wed, 31 Jan 2018 20:51:59 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2018-01-31T20:51:59Z</dc:date>
    <item>
      <title>Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432642#M27940</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to connect to a Microsft SQL Server in SAS EG 5.1. I can connect to this server using File-&amp;gt;Open-&amp;gt;OLEDB-&amp;gt;Microsoft OLEDB Provider for SQL Server wizard, but it takes too long and I would like to connect using a libname statement.&lt;/P&gt;&lt;P&gt;Thanks so much in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mydblib &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;oledb&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datasource&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sqlservername &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;provider&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sqloledb &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;properties&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'initial catalog'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=db);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Running this code,&amp;nbsp;I get the following error message in the log:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;ERROR: The OLEDB engine cannot be found.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432642#M27940</guid>
      <dc:creator>Abcd12233</dc:creator>
      <dc:date>2018-01-31T09:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432651#M27941</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/180308"&gt;@Abcd12233&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that the SAS/ACCESS Interface to OLEDB module is not licensed, not installed or both.&lt;/P&gt;
&lt;P&gt;If you check your license, does it list the module ?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you check with SAS Foundation products are installed, does it list the module ?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432651#M27941</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-01-31T09:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432655#M27942</link>
      <description>&lt;P&gt;How do you believe using a libname will be any quicker than using the gui?&amp;nbsp; It seems to you have a connection issue to the database, speak to your database admin/IT group to get it fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432655#M27942</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-31T10:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432662#M27944</link>
      <description>&lt;P&gt;It's not using the same technology, that's my understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using File =&amp;gt; Open =&amp;gt; OLEDB, this is the message we get from EG (version 7.1 in my case)&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="OLEDB.PNG" style="width: 365px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18227i5D3FA9DCCDF8DD0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="OLEDB.PNG" alt="OLEDB.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My apologies if I say something silly (again)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432662#M27944</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-01-31T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432664#M27945</link>
      <description>&lt;P&gt;Hi Damo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, this seems to be the problem. I don't see&amp;nbsp;SAS/ACCESS Interface to&amp;nbsp;OLE DB listed. Can you suggest any other ways I could use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432664#M27945</guid>
      <dc:creator>Abcd12233</dc:creator>
      <dc:date>2018-01-31T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432906#M27983</link>
      <description>&lt;P&gt;If you have SAS/ACCESS to SQL Server or&amp;nbsp;&lt;SPAN&gt;SAS/ACCESS to ODBC then either of these would also work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 20:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432906#M27983</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-01-31T20:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to Microsoft SQL Server using libname - ERROR: The OLEDB engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432908#M27984</link>
      <description>If you want something that is quicker, and fairly easy to use, you need to licence SAS/ACCESS to either OLEDB, ODBC or SQL Server.</description>
      <pubDate>Wed, 31 Jan 2018 20:51:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Connecting-to-Microsoft-SQL-Server-using-libname-ERROR-The-OLEDB/m-p/432908#M27984</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-01-31T20:51:59Z</dc:date>
    </item>
  </channel>
</rss>

