Hi,
I am trying to access some files on my physical home folder, in Unix, from SAS Studio
the file is under /home/myuser/test.txt
I am using proc import / data step for the import, and I am having the insufficient authorization error.
I assume this is to do with the fact, that the code is running under sassrv, and that sassrv (via sasusers group) should have access to that file ?
what if I have files , that I don't want to share with other users, and only the owner will be able to read them in Unix and be able to import them in SAS Studio , would this file be either in /home/ or other folder with restricted permissions ?
Thanks,
and that sassrv (via sasusers group) should have access to that file ?
Yes
what if I have files , that I don't want to share with other users, and only the owner will be able to read them in Unix
This is not possible by using a shared user. You need to stop using SAS Token Authentication and switch to Host-based authentication. In this case, you will be able to store and access files from your home directory.
and that sassrv (via sasusers group) should have access to that file ?
Yes
what if I have files , that I don't want to share with other users, and only the owner will be able to read them in Unix
This is not possible by using a shared user. You need to stop using SAS Token Authentication and switch to Host-based authentication. In this case, you will be able to store and access files from your home directory.
I do not see any problems with host-based authentication and VA. Just make sure your users can start the workspace server.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.