<?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: SAS 9.2 and LIBNAME to ACCESS Database in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74058#M21448</link>
    <description>I have tried to run:&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME crown ACCESS "D:\Home\Tania\Biomassas\Crown ratio\arvores.mdb";&lt;BR /&gt;
&lt;BR /&gt;
and I get the same error message.&lt;BR /&gt;
&lt;BR /&gt;
There are several tables in the database and if I import one using the import data I have no problem. If I try to run:&lt;BR /&gt;
&lt;BR /&gt;
proc import table="crown.res_cr2" out=cr dbms=access replace;&lt;BR /&gt;
  database="D:\Home\Tania\Biomassas\Crown ratio\arvores.mdb" ;&lt;BR /&gt;
&lt;BR /&gt;
I get the message:&lt;BR /&gt;
ERROR: DBMS type ACCESS not valid for import.</description>
    <pubDate>Wed, 07 Apr 2010 13:12:45 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-07T13:12:45Z</dc:date>
    <item>
      <title>SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74055#M21445</link>
      <description>In SAS 9.1.3 I wrote:&lt;BR /&gt;
&lt;BR /&gt;
libname crown 'D:\Home\Tania\Biomassas\Crown ratio\arvores.mdb';&lt;BR /&gt;
&lt;BR /&gt;
and I had the acess to the database and it´s tables. Now I´m using SAS 9.2 and Office 2007 and I can´t do it. If I run the same thing, the Log message is:&lt;BR /&gt;
&lt;BR /&gt;
ERROR: The ACCESS engine cannot be found.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
 &lt;BR /&gt;
 If I try to create a New Library, I get the message:&lt;BR /&gt;
&lt;BR /&gt;
ERROR:The Access engine cannot be found.&lt;BR /&gt;
Check the SAS Log for possible additional information&lt;BR /&gt;
&lt;BR /&gt;
 Can some one tell me what I am doing wrong?&lt;BR /&gt;
&lt;BR /&gt;
 Thank you</description>
      <pubDate>Wed, 07 Apr 2010 12:42:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74055#M21445</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-07T12:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74056#M21446</link>
      <description>This is due to the facility you use&lt;BR /&gt;
A libname has a libref and a engine&lt;BR /&gt;
in general v9 is subtitued automatically&lt;BR /&gt;
but how can sas guess that it is a access microsoft file&lt;BR /&gt;
&lt;BR /&gt;
libname a access "d:\..." ;&lt;BR /&gt;
&lt;BR /&gt;
will work (tested)&lt;BR /&gt;
&lt;BR /&gt;
without mentionning the engine like excel ole odbc or access how can SAS guess?&lt;BR /&gt;
&lt;BR /&gt;
HTH &lt;BR /&gt;
Andre</description>
      <pubDate>Wed, 07 Apr 2010 12:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74056#M21446</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-04-07T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74057#M21447</link>
      <description>And the second aspect is&lt;BR /&gt;
a access file must preexist before adding inside a new "table"&lt;BR /&gt;
open an empty access 2007 file and retry&lt;BR /&gt;
&lt;BR /&gt;
Andre</description>
      <pubDate>Wed, 07 Apr 2010 12:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74057#M21447</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2010-04-07T12:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74058#M21448</link>
      <description>I have tried to run:&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME crown ACCESS "D:\Home\Tania\Biomassas\Crown ratio\arvores.mdb";&lt;BR /&gt;
&lt;BR /&gt;
and I get the same error message.&lt;BR /&gt;
&lt;BR /&gt;
There are several tables in the database and if I import one using the import data I have no problem. If I try to run:&lt;BR /&gt;
&lt;BR /&gt;
proc import table="crown.res_cr2" out=cr dbms=access replace;&lt;BR /&gt;
  database="D:\Home\Tania\Biomassas\Crown ratio\arvores.mdb" ;&lt;BR /&gt;
&lt;BR /&gt;
I get the message:&lt;BR /&gt;
ERROR: DBMS type ACCESS not valid for import.</description>
      <pubDate>Wed, 07 Apr 2010 13:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74058#M21448</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-07T13:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74059#M21449</link>
      <description>Use proc setinit to verify that "SAS/ACCESS Interface to PC Files" is licensed.</description>
      <pubDate>Thu, 08 Apr 2010 06:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74059#M21449</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2010-04-08T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74060#M21450</link>
      <description>yes, I have SAS/ACCESS interface to Pc files licensed.</description>
      <pubDate>Thu, 08 Apr 2010 09:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74060#M21450</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74061#M21451</link>
      <description>You didn't mention details about your OS platform - here is a related SAS NOTE from the SAS support website I found by doing a SEARCH with your symptom message:&lt;BR /&gt;
&lt;BR /&gt;
Usage Note 33228: An error occurs when you use SAS® 9.2 to import or export Microsoft Excel or Access files in the Windows x64 and Windows Vista 64 environments&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/33/228.html" target="_blank"&gt;http://support.sas.com/kb/33/228.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 08 Apr 2010 09:44:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74061#M21451</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-08T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74062#M21452</link>
      <description>I,m working on a PC with Windows 7 and Office 2007.&lt;BR /&gt;
 I´ve tried using the exemples on the Usage Note 33228 and I´m still geting an error message.&lt;BR /&gt;
 I´v found that my port is 8561, the SASSERVERNAME = 'Local' and the SASHOSTNAME = 'localhost'. I tried to run;&lt;BR /&gt;
&lt;BR /&gt;
proc import dbms=accesscs out=AV1 replace table="SAS_1rot";&lt;BR /&gt;
port=8561 ;&lt;BR /&gt;
server='local.localhost.com';&lt;BR /&gt;
database="D:\Home\Tania\Bases de Dados Eucalipto\Alto do Vilão\Eglob_AVilao.mdb";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
But I get:&lt;BR /&gt;
ERROR: Failed to connect to the Server: local.localhost.com.&lt;BR /&gt;
&lt;BR /&gt;
If I run:&lt;BR /&gt;
&lt;BR /&gt;
libname crown pcfiles server='local.localhost.com' port=8561 &lt;BR /&gt;
path="D:\Home\Tania\Bases de Dados Eucalipto\Alto do Vilão\Eglob_AVilao.mdb";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I get:&lt;BR /&gt;
ERROR: Unable to connect to server.  Please examine the pcfiles.log file for more information.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.</description>
      <pubDate>Thu, 08 Apr 2010 11:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74062#M21452</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T11:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74063#M21453</link>
      <description>For using your local machine and using an installed ACCESS database, there is not likely to be a sub-domain "local." so you should only use either "localhost" or "0.0.0.0" which you should be able to PING on your machine.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 08 Apr 2010 12:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74063#M21453</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-08T12:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74064#M21454</link>
      <description>I´v tried that and I´m still geting the same error message.&lt;BR /&gt;
I´ve been doing some research in my computer and I have "SAS/ACCESS Interface to PC Files" licensed and instaled, but I do not have the SAS PC Files Server. Could that be the problem? And if so, how do I get it?</description>
      <pubDate>Thu, 08 Apr 2010 14:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74064#M21454</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T14:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 and LIBNAME to ACCESS Database</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74065#M21455</link>
      <description>Suggest you open a SAS technical support track to address your problem symptom.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 08 Apr 2010 15:53:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-2-and-LIBNAME-to-ACCESS-Database/m-p/74065#M21455</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-08T15:53:56Z</dc:date>
    </item>
  </channel>
</rss>

