In SAS EG when I open server-> files it doesn't show my home directory and instead it showing directory
under '/opt'. My other colleagues can see their home directories. What can be the problem?
Hi @Riana,
The location that you seeing (or should be seeing) is controlled by the metadata configuration of the workspace server. It is the "File Navigation" setting available under the advanced options of that workspace server properties in SAS Managemt Console. Check that setting or have it checked by your admin people and work from there. Also, when comparing with your collegues make sure you are looking at the same server (SASApp or whatever is available to you). Each server context may have a different setting.
Hope this helps,
- Jan.
cam depend on several things, most likely authorization setting in SAS metadata, or something connected to you UNIX account.
talk to you SAS server admin for assistance.
Thanks LinusH for your answer. I have access to SAS Management Console and I have the same access rights that my colleauges have.
What happens if you log on to the server with ssh (PuTTY)? If you are able, enter pwd immediately after to see which directory you end up in.
Could be a faulty user definition
- your user does not have the correct directory specified in /etc/passwd (or in the LDAP source)
- your user does not have the correct permissions on the home directory
These things sometimes happen as typoes when entering new users. eg new user is y3578, but home directory is erroneously entered as /home/y3758. Since user y3758 already exists (and has a corresponding home directory), no new directory is created, but the permissions prevent access to /home/y3758 (as it should be).
Hi @Riana,
The location that you seeing (or should be seeing) is controlled by the metadata configuration of the workspace server. It is the "File Navigation" setting available under the advanced options of that workspace server properties in SAS Managemt Console. Check that setting or have it checked by your admin people and work from there. Also, when comparing with your collegues make sure you are looking at the same server (SASApp or whatever is available to you). Each server context may have a different setting.
Hope this helps,
- Jan.
Thank you Jan. It really helped. Now I can see my folders.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.