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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 963 views
  • 0 likes
  • 2 in conversation