<?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: Connection Error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165278#M42837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This SAS note is pretty close to your error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/37/412.html"&gt;http://support.sas.com/kb/37/412.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 02:08:03 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2013-12-06T02:08:03Z</dc:date>
    <item>
      <title>Connection Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165275#M42834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 9.3 and get the following error when reading in Access files:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt;&lt;BR /&gt;Error trying to establish connection: Unable to create Data Source.: Class not registered&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt; Error in the LIBNAME statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;The line of code is as follows:&lt;/H6&gt;&lt;P&gt; Libname SBI oledb init_string="Provider=Microsoft.ACE.OLEDB.12.0;Password="";DataSource=&amp;amp;Path.\&amp;amp;loanFileName.;Persist Security Info=True";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming the 2nd error will resolve once the first error is remediated. Any help is appreciated. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 21:23:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165275#M42834</guid>
      <dc:creator>ktothree</dc:creator>
      <dc:date>2013-12-05T21:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165276#M42835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried replacing the macro variables with appropriate literal text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 22:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165276#M42835</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-12-05T22:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165277#M42836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely the problem lies with your specification for Password.&amp;nbsp; Since your entire INIT_STRING is enclosed in double quotes, consecutive double quotes within the string are interpreted as one double quote instead of two.&amp;nbsp; Would the syntax for Password be acceptable if you changed to single quotes instead of double?&amp;nbsp; If not, try replacing the two consecutive double quotes with four consecutive double quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 22:14:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165277#M42836</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-12-05T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165278#M42837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This SAS note is pretty close to your error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/37/412.html"&gt;http://support.sas.com/kb/37/412.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 02:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165278#M42837</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2013-12-06T02:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165279#M42838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - I have tried your suggestions and still still get the connection error. I have reviewed the SAS note as well, and have ensured I have the ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two co-workers in the office who are able to run this code with no issues - I am the only one running into this connection error. We have gone through all of our settings, ensuring I have everything they have. We are all running on the same platforms and programs. I believe something is not right with the install on my machine. We have reviewed the code line by line, ensuring there is no difference when I run it. I will next try to uinstall and re-install and see if that remediates this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 15:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Connection-Error/m-p/165279#M42838</guid>
      <dc:creator>ktothree</dc:creator>
      <dc:date>2013-12-06T15:48:14Z</dc:date>
    </item>
  </channel>
</rss>

