I keep getting this error on one of my VA tables. Others are working fine and I've checked the permissions that it's the same for all the tables. Other infor: This is executed through Windows Task Scheduler by a service account (with logon as batch job permissions) Service account has full control on physical paths related to VA(Monitoring, PID, Logs, etc) Service account triggers the task but internal account sasadm@saspw is used to initialized the LASR library The task runs 2 times daily. One at 7:45am then another at 1:45pm. The morning one always fails and the afternoon completes w/o errors. Does the SAS Auto-load do something with it? Our Auto-Load task runs every hour (6am, 7am, ...). Any idea how to resolve such error? MPRINT(RELOADINTOLASR): data LASRLIB.vatable;
MPRINT(RELOADINTOLASR): set saslib.source;
MPRINT(RELOADINTOLASR): run;
ERROR: Metadata Server denied access to operation.
ERROR: Member or library LASRLIB.VATABLE.DATA unavailable for use.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: There were 1062 observations read from the data set SASLIB.SOURCE.
WARNING: The data set LASRLIB.vatable may be incomplete. When this step was stopped there were 1062 observations and 18 variables.
ERROR: Metadata Server denied access to operation.
ERROR: Member or library LASRLIB.VATABLE.DATA unavailable for use.
... View more