<?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: Issue while Exporting data into access db in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863625#M38157</link>
    <description>&lt;P&gt;Since it was working fine and now it isn't something must have changed to cause it. Has there been an upgrade to MS Office rolled out for example? You didn't answer my question asking if you were using a remote SAS server or not. If your PROC EXPORT ran on a remote SAS server, then only SAS server changes count, not any on your PC. If you are running PC SAS then PC software changes count.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Mar 2023 22:57:12 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2023-03-11T22:57:12Z</dc:date>
    <item>
      <title>Issue while Exporting data into access db</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863232#M38134</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;facing issue while exporting data into ,mdb file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA= sashelp.class&lt;BR /&gt;OUTTABLE="class"&lt;BR /&gt;DBMS=ACCESS&lt;BR /&gt;REPLACE;&lt;BR /&gt;DATABASE = "C:\Users\ab\Downloads\Ab\class.mdb";&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Connection Failed. See log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt;real time 0.18 seconds&lt;BR /&gt;cpu time 0.12 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 and access are both 64 Bit Version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 16:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863232#M38134</guid>
      <dc:creator>AB02</dc:creator>
      <dc:date>2023-03-09T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Exporting data into access db</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863269#M38139</link>
      <description>&lt;P&gt;Where are you running this code? On a remote SAS server or using SAS on your PC? Is this your first time trying this or has it worked in the past?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 19:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863269#M38139</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-09T19:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Exporting data into access db</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863351#M38142</link>
      <description>Previous everything was fine. From couple of days while exporting into access files sas used to terminate without completing the export procedure.&lt;BR /&gt;so u reinstall access tool.&lt;BR /&gt;now i am facing this issue.</description>
      <pubDate>Fri, 10 Mar 2023 05:04:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863351#M38142</guid>
      <dc:creator>AB02</dc:creator>
      <dc:date>2023-03-10T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Exporting data into access db</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863483#M38149</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440571"&gt;@AB02&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Previous everything was fine. From couple of days while exporting into access files sas used to terminate without completing the export procedure.&lt;BR /&gt;so u reinstall access tool.&lt;BR /&gt;now i am facing this issue.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Previous everything was fine." Previous to what?&lt;/P&gt;
&lt;P&gt;If you belong to an organization with an IT staff I would check with them to see if they did any maintenance on Windows products like Office or Access. The engines SAS uses for MDB files tend to rely on matching the SAS install with the version of the application and an update to Office or Access could have replaced the version that SAS expects to see.&lt;/P&gt;
&lt;P&gt;Reinstalling the "previous" tool would not fix this sort of version confusion as the same tool expects to see the same version.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 16:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863483#M38149</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-03-10T16:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Exporting data into access db</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863625#M38157</link>
      <description>&lt;P&gt;Since it was working fine and now it isn't something must have changed to cause it. Has there been an upgrade to MS Office rolled out for example? You didn't answer my question asking if you were using a remote SAS server or not. If your PROC EXPORT ran on a remote SAS server, then only SAS server changes count, not any on your PC. If you are running PC SAS then PC software changes count.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 22:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Issue-while-Exporting-data-into-access-db/m-p/863625#M38157</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-11T22:57:12Z</dc:date>
    </item>
  </channel>
</rss>

