BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
olivier_guitton
Calcite | Level 5

Hello,

Under SAS Enterprise Guide, i can't delete dataset, i have always this message "User does not have appropriate authorization level for library". The problem, in management console i have checked that i have all rights to delete. The data is saved in sasapp - sasdata.

I can't delete with management console because, the library appears empty. It's strange.

How i can do it ?

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
jakarman
Barite | Level 11

Yep, the mistake is assuming the SAS metadata is the leading service for all security.  This part is only (and partially) to trust when every access to the system  and data is controlled solely by the SAS service.  Trying to overrule the operating system security is not a smart idea. As the Operating system is always in control, do you ignore that data leaks are more troublesome to prevent /detect.  Needing sftp ssh or other host access makes this a idea a fail from start. 

Possible causes:

- Operating system controls blocks access.

- inconsistent positioning of a default location (user home is not set as default but a inaccessible part of sasapp config)

- lockdown settings in the SAS-configuration by you platform admin

- Access is readonly setting on the used libname settings.

- (metadata you have excluded this one)

---->-- ja karman --<-----

View solution in original post

3 REPLIES 3
Kurt_Bremser
Super User

You do not have write permissions on the directory that is referenced by the libname sasdata. This is most likely because it resides in the home directory tree of the userid used to install SAS. As a "normal" user, you are not supposed to write/delete anything there.

If it is not in the installation user home directory tree, you still need write permissions on the directory wherever it resides.

PS you won't see any tables that are visible in EG in the MC unless those tables have been imported into the metadata. Libraries that are not assigned with libname metadata are checked for physical presence of .sas7bdat files and may show tables that are not visible in MC.

Unkie_SAS
SAS Employee

This error message is typically as a result of operating system permissions rather than permissions within the Metadata Server.

jakarman
Barite | Level 11

Yep, the mistake is assuming the SAS metadata is the leading service for all security.  This part is only (and partially) to trust when every access to the system  and data is controlled solely by the SAS service.  Trying to overrule the operating system security is not a smart idea. As the Operating system is always in control, do you ignore that data leaks are more troublesome to prevent /detect.  Needing sftp ssh or other host access makes this a idea a fail from start. 

Possible causes:

- Operating system controls blocks access.

- inconsistent positioning of a default location (user home is not set as default but a inaccessible part of sasapp config)

- lockdown settings in the SAS-configuration by you platform admin

- Access is readonly setting on the used libname settings.

- (metadata you have excluded this one)

---->-- ja karman --<-----

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 3649 views
  • 0 likes
  • 4 in conversation