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
... View more