BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
01SASUser
Fluorite | Level 6

I have an automated daily job in SAS DI that fails at some point in time (usually once a month). Please refer on the error below:

954        proc metalib;

955           omr (libid=""

956              repid="A5NLR6CO");

957           report(type = summary);

958           update_rule = (noadd);

959           select (A5NLR6CO.BQ0001NE);

960        run;

ERROR: The user does not have permission to perform this action.

May I know how come this happens and how to fix it?

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

Refer to any documentation that exists for this job, or talk to the person who created it.

Find out which user (metadata) is used in this job, and see what meta data rights that user has, in contrast to what this job does.

Data never sleeps

View solution in original post

2 REPLIES 2
LinusH
Tourmaline | Level 20

Refer to any documentation that exists for this job, or talk to the person who created it.

Find out which user (metadata) is used in this job, and see what meta data rights that user has, in contrast to what this job does.

Data never sleeps
01SASUser
Fluorite | Level 6

Thank you for the support! Smiley Happy

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1496 views
  • 0 likes
  • 2 in conversation