<?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 Getting Error while reading MS ACCESS db in sas enterprise guide in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/269399#M53370</link>
    <description>&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;I have MS ACCESS file with .accdb extension. It has three tables. I am trying to read one of the tables but getting error while reading it. I tried import wizard in enterprise guide. It’s working perfectly.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;When I am trying to use proc import or tried reading using libname statement I am getting error.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;My file is in UNIX server.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;PROC IMPORT OUT= WORK.abc1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATATABLE= "temp"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=ACCESSCS REPLACE;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATABASE="/users/ind/user1/temptable.accdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server="abd.sas";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port= 22;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANMEMO=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USEDATE=NO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANTIME=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;ERROR: A socket routine returned error: An unexpected error has occurred. Error number is 0.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;ERROR: Failed to connect to the Server:&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 12:44:39 GMT</pubDate>
    <dc:creator>Ishaan</dc:creator>
    <dc:date>2016-05-10T12:44:39Z</dc:date>
    <item>
      <title>Getting Error while reading MS ACCESS db in sas enterprise guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/269399#M53370</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;I have MS ACCESS file with .accdb extension. It has three tables. I am trying to read one of the tables but getting error while reading it. I tried import wizard in enterprise guide. It’s working perfectly.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;When I am trying to use proc import or tried reading using libname statement I am getting error.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;My file is in UNIX server.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;PROC IMPORT OUT= WORK.abc1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATATABLE= "temp"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=ACCESSCS REPLACE;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATABASE="/users/ind/user1/temptable.accdb";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server="abd.sas";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port= 22;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANMEMO=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USEDATE=NO;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANTIME=YES;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;run;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;ERROR: A socket routine returned error: An unexpected error has occurred. Error number is 0.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;ERROR: Failed to connect to the Server:&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 12:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/269399#M53370</guid>
      <dc:creator>Ishaan</dc:creator>
      <dc:date>2016-05-10T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while reading MS ACCESS db in sas enterprise guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/269478#M53392</link>
      <description>&lt;P&gt;Hi mate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check&amp;nbsp;&lt;A title="Connection is refused and socket errors occur when you are using the SAS® PC Files Server" href="http://support.sas.com/kb/48/479.html" target="_blank"&gt;Connection is refused and socket errors occur when you are using the SAS® PC Files Server&lt;/A&gt;&amp;nbsp;and&lt;/P&gt;
&lt;P&gt;&lt;A title="Error Allocating CLI Environment and Socket Errors when using the PC File Server" href="http://support.sas.com/kb/42/687.html" target="_blank"&gt;Error Allocating CLI Environment and Socket Errors when using the PC File Server&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One question only&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does your company uses firewalls or stuff like that ?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this case, the system administrator must make a port available for the SAS PC Files Server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 15:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/269478#M53392</guid>
      <dc:creator>DartRodrigo</dc:creator>
      <dc:date>2016-05-10T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error while reading MS ACCESS db in sas enterprise guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/270959#M53888</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Thanks. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;My SAS server is grid server. I came to know that I can not&amp;nbsp;import the access db ditectly to&amp;nbsp;SAS GRID server. &lt;/FONT&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;I am able import&amp;nbsp;it in PC/BASE SAS using proc import and libname statement.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 12:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-Error-while-reading-MS-ACCESS-db-in-sas-enterprise-guide/m-p/270959#M53888</guid>
      <dc:creator>Ishaan</dc:creator>
      <dc:date>2016-05-17T12:46:29Z</dc:date>
    </item>
  </channel>
</rss>

