<?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: ERRO IN IMPORT MS ACCESS TABLE IN SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246332#M17489</link>
    <description>&lt;P&gt;So what's the error?&lt;/P&gt;
&lt;P&gt;And how do you try to import it, through the SAS server, or by local ODBC driver, or....?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2016 13:05:30 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-01-27T13:05:30Z</dc:date>
    <item>
      <title>ERRO IN IMPORT MS ACCESS TABLE IN SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246330#M17488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;problem in importin ms access table in has SAS EG 7.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;O/S Windiows XP 64 Bit&lt;/P&gt;
&lt;P&gt;Office 2010 32 bit&lt;/P&gt;
&lt;P&gt;SAS EG - 7 64 BIT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanx&lt;/P&gt;
&lt;P&gt;Tarun Kumar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 12:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246330#M17488</guid>
      <dc:creator>TarunKumar</dc:creator>
      <dc:date>2016-01-27T12:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN IMPORT MS ACCESS TABLE IN SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246332#M17489</link>
      <description>&lt;P&gt;So what's the error?&lt;/P&gt;
&lt;P&gt;And how do you try to import it, through the SAS server, or by local ODBC driver, or....?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246332#M17489</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-01-27T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN IMPORT MS ACCESS TABLE IN SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246335#M17490</link>
      <description>&lt;PRE&gt;Below error while using the code &lt;BR /&gt;&lt;BR /&gt;Error: Connect: Class not registered
Error: Error in the Libname statement&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;with the import wizard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---------------------------&lt;BR /&gt;OLEDB Connection Problem&lt;BR /&gt;---------------------------&lt;BR /&gt;A problem was encountered while attempting to use OLEDB to read data&lt;BR /&gt;from the source file.&lt;/P&gt;
&lt;P&gt;This may be caused due to the source file being opened within another&lt;BR /&gt;application or a security issue while attempting to access the&lt;BR /&gt;source file.&lt;/P&gt;
&lt;P&gt;Because of this problem the Import Data wizard is unable to continue.&lt;BR /&gt;---------------------------&lt;BR /&gt;OK &lt;BR /&gt;---------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:37:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246335#M17490</guid>
      <dc:creator>TarunKumar</dc:creator>
      <dc:date>2016-01-27T13:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN IMPORT MS ACCESS TABLE IN SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246338#M17491</link>
      <description>&lt;P&gt;When you are using code, you are executing&amp;nbsp;on the SAS server (which is a remote SAS Workspace Server, right - or local SAS?).&lt;/P&gt;
&lt;P&gt;The you need SAS/Access to PC File Formats licensed and installed. The error message indicates that this is not the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc setinint;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will give you the licensed&amp;nbsp;products for you site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using EG wizards is a local access to your data. Can you access&amp;nbsp;your MS Access DB from any other OLEDB connection?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way, contact your SAs administrator&amp;nbsp;to figure out the best way for you to access this data.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 13:47:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERRO-IN-IMPORT-MS-ACCESS-TABLE-IN-SAS-EG/m-p/246338#M17491</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-01-27T13:47:06Z</dc:date>
    </item>
  </channel>
</rss>

