BookmarkSubscribeRSS Feed
avatar
Fluorite | Level 6

I am trying to import a access database in to EG 4.1

the database  is saved in a networkdrive .

proc import  out= work.tbl_data_data

                  dbms = Accesscs

           

                 

    

                  datatable='tbl_aa_data' replace;

                  database = "P:\SAS_Data\sampleData\Database1.accdb";

                  server="XXXXXX";

                  port = 8621;

got the following error

ERROR: CLI error trying to establish connection: [Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'.

any suggestions?

Thanks

3 REPLIES 3
Hima
Obsidian | Level 7

What is P drive? Is that a shared drive

Hima
Obsidian | Level 7

I found this link out there with the error you have attached.

http://support.microsoft.com/kb/306269

ChrisHemedinger
Community Manager

EG 4.1 (using SAS 9.1) cannot import Microsoft Access 2007/2010 files.  I think that's the limitation.

You might be able to use this technique:

http://blogs.sas.com/content/sasdummy/2007/12/14/using-sas-enterprise-guide-to-read-microsoft-office...

Chris

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 903 views
  • 0 likes
  • 3 in conversation