SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
vijayanand
Obsidian | Level 7

Hi All,

 

We recently have migrated SPD server tables from a Unix machine to a Linux Machine (SPD server was installed in Linux machine as well). For a specific schema (eg SCHEMA1) the user (user1) has only read access and the other user  (user2) has write access as well.  Hence we used “user2” to migrate the tables from Unix to Linux.

 

Now , when we access this scheme on the new linux server with the user “user1”, it says ACL read access to the dataset is required.

 

How to make user1 to be able to see the tables (which were migrated using user2) in schema1 on the new linux server.

 

 

Thanks,

Vijay.

2 REPLIES 2
Kurt_Bremser
Super User

Look into the group ownerships of the files on both machines. Has something changed there?

(keep in mind that group ownership other than the primary group of the user can be forced through the "sticky bit" of the group being set on the parent directory)

But if ACL's were used on your old platform (can be determined by using the aclget command in eg AIX), you have to redo that on the new one.

See setfacl.

LinusH
Tourmaline | Level 20

@Kurt_Bremser is mentioning AIX commands here, but SPDS security is held within the application, not in the OS.

But it is the same concept I would say. Check the SPDS user group membership on source and target for both users.

Then check what ACL settings are in effect for your data sets (again, compare source and target environments).

Data never sleeps

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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