<?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 [Urgent] Problem importing a table from access in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4031#M158</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
When I try to import a table from access in a sas program, I always receive the same error message. Could you help me to fix it ?&lt;BR /&gt;
&lt;BR /&gt;
Here is the LOG :&lt;BR /&gt;
&lt;BR /&gt;
20   /**********************/&lt;BR /&gt;
21   /* Import access data */&lt;BR /&gt;
22   /**********************/&lt;BR /&gt;
23   %let&lt;BR /&gt;
23 ! mdba_data_tariffs= .....EAGLE.MDB;&lt;BR /&gt;
24&lt;BR /&gt;
28   Proc import out=WORK.T_Campaigns&lt;BR /&gt;
29       datatable="T_Campaigns"&lt;BR /&gt;
30       dbms=access replace;&lt;BR /&gt;
ERROR: DBMS type ACCESS not valid for import.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
31       database="&amp;amp;mdba_data_tariffs";&lt;BR /&gt;
32   run;&lt;BR /&gt;
33&lt;BR /&gt;
&lt;BR /&gt;
P.S : on a local pc it does work but there on the server it doesn't.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Florent</description>
    <pubDate>Fri, 03 Aug 2007 08:16:35 GMT</pubDate>
    <dc:creator>Florent</dc:creator>
    <dc:date>2007-08-03T08:16:35Z</dc:date>
    <item>
      <title>[Urgent] Problem importing a table from access</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4031#M158</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
When I try to import a table from access in a sas program, I always receive the same error message. Could you help me to fix it ?&lt;BR /&gt;
&lt;BR /&gt;
Here is the LOG :&lt;BR /&gt;
&lt;BR /&gt;
20   /**********************/&lt;BR /&gt;
21   /* Import access data */&lt;BR /&gt;
22   /**********************/&lt;BR /&gt;
23   %let&lt;BR /&gt;
23 ! mdba_data_tariffs= .....EAGLE.MDB;&lt;BR /&gt;
24&lt;BR /&gt;
28   Proc import out=WORK.T_Campaigns&lt;BR /&gt;
29       datatable="T_Campaigns"&lt;BR /&gt;
30       dbms=access replace;&lt;BR /&gt;
ERROR: DBMS type ACCESS not valid for import.&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
31       database="&amp;amp;mdba_data_tariffs";&lt;BR /&gt;
32   run;&lt;BR /&gt;
33&lt;BR /&gt;
&lt;BR /&gt;
P.S : on a local pc it does work but there on the server it doesn't.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Florent</description>
      <pubDate>Fri, 03 Aug 2007 08:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4031#M158</guid>
      <dc:creator>Florent</dc:creator>
      <dc:date>2007-08-03T08:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: [Urgent] Problem importing a table from access</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4032#M159</link>
      <description>Hi,&lt;BR /&gt;
This is probably a question for Tech Support. If you check Tech Support notes for that (or similar) error message, you find&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/unotes/SN/006/006976.html" target="_blank"&gt;http://support.sas.com/techsup/unotes/SN/006/006976.html&lt;/A&gt;&lt;BR /&gt;
almost the same message for PROC EXPORT because SAS/Access to PC File Formats is not licensed on the server machine (where EG is executing the code). &lt;BR /&gt;
  &lt;BR /&gt;
Your site may have licensed SAS/Access for PC File Formats (PCFF) on the local machine but it is possible that the SAS/Access package was not installed on your server or installed on the server where you need it. For more help with this problem, you should contact Tech Support to see whether the note above also applies to PROC IMPORT as well as PROC EXPORT.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 03 Aug 2007 15:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4032#M159</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-08-03T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: [Urgent] Problem importing a table from access</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4033#M160</link>
      <description>Thank you for your answer.&lt;BR /&gt;
&lt;BR /&gt;
After a small check with the server's team, the SAS/Access is not licensed on the server so it's not a problem linked to my program.&lt;BR /&gt;
&lt;BR /&gt;
I just have to wait they purchase the license and install the component &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank you again,&lt;BR /&gt;
&lt;BR /&gt;
Florent</description>
      <pubDate>Mon, 06 Aug 2007 07:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Urgent-Problem-importing-a-table-from-access/m-p/4033#M160</guid>
      <dc:creator>Florent</dc:creator>
      <dc:date>2007-08-06T07:38:54Z</dc:date>
    </item>
  </channel>
</rss>

