BookmarkSubscribeRSS Feed
Seahorsi
Calcite | Level 5

Hello everyone,

 

I would like to import single tables from an ACCESS database (.mlb /32 Bit version) into SAS 9.4 (64 Bit version). The ACCESS database is located on a different drive than SAS and should not be transferred.
I get the following error message when trying to import a table "Failed to connect to the Server:" It migh be just a simple error in my code, but I have the feeling it has something to to do with the different locations of the SAS PC Files Server and the ACCESS database.

 

I used the following code

 

proc import table="table_rehab1"
out=rehab1
dbms=accesscs;
database="V:\xxx.mdb";
run;

 

Any help is appreciated I am still a SAS beginner.

Thanks.

1 REPLY 1
ChrisHemedinger
Community Manager

This should work if your PC Files Server process is installed and set to autostart (see doc here).

 

If it's not installed/configured, check this guide for how to make that happen.

 

 

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1251 views
  • 0 likes
  • 2 in conversation