<?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: PROC EXPORT to Access - SAS 9.4 connection failed in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/839697#M36371</link>
    <description>&lt;P&gt;I realize this is old, but I recently ran into this again and forgot how I had fixed it last time. The Access component that installs with SAS 9.4 seems like it is mismatched, so you need to uninstall it and then install the correct bit version from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=39358" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=39358&lt;/A&gt;&lt;/P&gt;&lt;P&gt;at least that fixed it for me.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 15:30:18 GMT</pubDate>
    <dc:creator>TrueNorthLLC</dc:creator>
    <dc:date>2022-10-20T15:30:18Z</dc:date>
    <item>
      <title>PROC EXPORT to Access - SAS 9.4 connection failed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/554065#M9442</link>
      <description>&lt;P&gt;I recently upgraded my laptop to Windows 10 and installed SAS 9.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a procedure I frequently used when I had SAS 9.3 before to export a dataset to Access.&amp;nbsp; Since I got my new laptop which has Windows 10 and SAS 9.4, I have been having trouble running this.&amp;nbsp; I kept getting this message, "&lt;/P&gt;&lt;P&gt;ERROR: Connection Failed. See log for details."&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;EXPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = APPNDRANK&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = ACCESS &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;REPLACE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;OUTTABLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"ELIGRANK"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;DATABASE = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"C:\Vickie_SAS\BOOM_ELIGRANK.MDB"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some research - tried to changed it to ACCESSCS, but still got the same error message.&amp;nbsp; Could you please help?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 19:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/554065#M9442</guid>
      <dc:creator>vchao</dc:creator>
      <dc:date>2019-04-25T19:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to Access - SAS 9.4 connection failed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/554072#M9445</link>
      <description>&lt;P&gt;Is your SAS 9.4 32-bit or 64-bit and your MS Office 32-bit or 64-bit? The bitness has to match between the two.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it doesn't match you could always download the MS JET Engine components of the right bitness from Microsoft site. It's a free download.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 20:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/554072#M9445</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-04-25T20:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to Access - SAS 9.4 connection failed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/554755#M9567</link>
      <description>&lt;P&gt;Hi, I went back and checked the configuration of SAS and MS Office.&amp;nbsp; The bit was off, indeed.&amp;nbsp; I had the issue rectified - now both SAS and MS Office are in 64-bit.&amp;nbsp; But the problem is still there.&amp;nbsp; I get the same error message.&amp;nbsp; Help!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 15:59:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/554755#M9567</guid>
      <dc:creator>vchao</dc:creator>
      <dc:date>2019-04-29T15:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to Access - SAS 9.4 connection failed</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/839697#M36371</link>
      <description>&lt;P&gt;I realize this is old, but I recently ran into this again and forgot how I had fixed it last time. The Access component that installs with SAS 9.4 seems like it is mismatched, so you need to uninstall it and then install the correct bit version from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=39358" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=39358&lt;/A&gt;&lt;/P&gt;&lt;P&gt;at least that fixed it for me.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-EXPORT-to-Access-SAS-9-4-connection-failed/m-p/839697#M36371</guid>
      <dc:creator>TrueNorthLLC</dc:creator>
      <dc:date>2022-10-20T15:30:18Z</dc:date>
    </item>
  </channel>
</rss>

