BookmarkSubscribeRSS Feed
Saikrishna979
Obsidian | Level 7

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

2 REPLIES 2
userid007
Obsidian | Level 7

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. 

Sai Korrapati
userid007
Obsidian | Level 7

here you go. These are the settings i am talking about. 

 

 


VA Env LASR.gif
Sai Korrapati

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!

Tips for filtering data sources in SAS Visual Analytics

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.

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