Dear All,
we have enabled SAS VA Auditing. When scheduled the autoload process, we are getting errors. Please find below the log.
NOTE: SAS initialization used:
real time 0.05 seconds
cpu time 0.01 seconds
NOTE: No preassigned object definitions were found on the metadata server.
NOTE: No preassigned object definitions were found on the metadata server.
NOTE: AUTOEXEC processing beginning; file is /sasva/config/Lev1/SASAppHR/appserver_autoexec.sas.
NOTE: AUTOEXEC processing completed.
1 /*
2 * AutoLoad
3 *
4 * Purpose: Synchronizes SAS data sets placed in a single disk location with
5 * a single LASR Analytic Server library defined in metadata.
6 *
7 */
8
9 /* Set the name of the LASR library to which to Auto Load */
10 %LET AL_META_LASRLIB=Environment Manager Data Mart LASR;
11
12 /* Include and execute main AutoLoad functionality */
13 %LET INCLUDELOC=/sasva/sashome/SASVisualAnalyticsHighPerformanceConfiguration/7.3/Config/Deployment/Code/AutoLoad/include
13 ! ;
14
15 /* ------- No edits necessary below this line -------- */
2 The SAS System 06:15 Friday, August 12, 2016
16 filename inclib "&INCLUDELOC.";
17 %include inclib ( AutoLoadMain.sas );
3832 %AutoLoadMain;
No matching SASLibrary objects found. (RC=-4 )
ERROR: LASR Auto Load directory MISSING does not exist.
ERROR: LASR Auto Load directory MISSING/Logs does not exist.
ERROR: LASR Auto Load directory MISSING/Append does not exist.
ERROR: LASR Auto Load directory MISSING/Unload does not exist.
ERROR: LASR Auto Load directory validation failed.
ERROR: Ensure that connection to metadata server is configured properly
ERROR: and that the proper autoload folder structure exists.
ERROR: Errors printed on page 2.
NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
real time 0.28 seconds
cpu time 0.18 seconds
NOTE: Log file closing at Fri, 12 Aug 2016 06:15:01.631
please suggest me...what might be the cause of these errors?
thanks in advance
No matching SASLibrary objects found. (RC=-4 )
This is the key. Looks like permissions issue.
Note, The user who will be doing the autoload from the server should have metadata access as well. The library properties should be changed to allow to sync etc.
here you go. These are the settings i am talking about.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.