BookmarkSubscribeRSS Feed
SonalNeema
Calcite | Level 5

Hi Experts,

 

We have below set up done to fetech the data in SAS library:

.dat File are placed on network drive. And we are creating library using that.

 

Users than map the network drive to their local laptop and then access the library.

All of the users can access the library. While one of the users is getting below error:

Unable to load the Library's items.

The requested operation could not be performed by the SAS server.

Server response: Libref H_ABC_Q is not assigned.

 

Can anyone guide on what can be the issue?

 

I have verified below settings for both the users, and they are same:

1. Similar way they have mapped the network drive.

2. User can access the network drive.

3. Both the users have similar access.

 

Any suggestion on what the issue can be?

2 REPLIES 2
AMSAS
SAS Super FREQ

Have both users run the following and compare the SAS Logs

 Libref H_ABC_Q list ;

They will get something like this:

277  libname H_ABC_Q list ;
NOTE: Libref=   H_ABC_Q
      Scope=    Kernel
      Engine=   V9
      Access=   TEMP
      Physical Name= <path>
      Filename= <path>
      Owner Name= <user>
      File Size=              4KB
      File Size (bytes)= 4096

Based on the error message "Libref H_ABC_Q is not assigned.(I'm assuming that is what the user sees in their SAS log), it would appear that the user has not set up a SAS library reference to the folder.

 

SonalNeema
Calcite | Level 5
Hi,
Thanks fro quick response. User is trying to access the library from SAS EG by right clicking the library & Clicking Assign.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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