BookmarkSubscribeRSS Feed
DhirajAgrawal
Calcite | Level 5

 Hello All,

 

My SAS EG is installed on Unix Server. I have created one folder on same unix machine and have placed a "Test.mdb" file. My requirement is to assign libname for this MS-ACCESS db.

 

I have used PCfiles option with port and servername but getting below error:

 

 

libname test1 pcfiles server="test.xyz.com" port=22

path="/mypath/test.mdb";
run;

 

 

error:

ERROR: A socket routine returned error: An unexpected error has occurred. Error number is 17420564.
ERROR: Error allocating CLI environment.
ERROR: Error in the LIBNAME statement.

 

2) As both the SAS and file is on same server when I'm removing port no, I'm getting unable to connect to server error.

 

libname test1 pcfiles server="test.xyz.com" port=22

path="/mypath/test.mdb";
run;

 

 

ERROR: Unable to connect to server.
ERROR: Error in the LIBNAME statement.

 

 

Any lead would be appreciated.

 

 

1 REPLY 1
LinusH
Tourmaline | Level 20
From the doc:
"The SAS PC Files Server must be installed and running on the Windows machine where the Excel or Access data resides."
Data never sleeps

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 821 views
  • 0 likes
  • 2 in conversation