NOTE: Log file opened at Mon, 29 Jan 2018 13:23:10.746 1 The SAS System 13:23 Monday, January 29, 2018 NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M4 MBCS3170) Licensed to AVAYA INC, Site 70219886. NOTE: This session is executing on the Linux 3.10.0-693.1.1.el7.x86_64 (LIN X64) platform. NOTE: Additional host information: Linux LIN X64 3.10.0-693.1.1.el7.x86_64 #1 SMP Thu Aug 3 08:15:31 EDT 2017 x86_64 Red Hat Enterprise Linux Server release 7.4 (Maipo) You are running SAS 9. Some SAS 8 files will be automatically converted by the V9 engine; others are incompatible. Please see http://support.sas.com/rnd/migration/planning/platform/64bit.html PROC MIGRATE will preserve current SAS file attributes and is recommended for converting all your SAS libraries from any SAS 8 release to SAS 9. For details and examples, please see http://support.sas.com/rnd/migration/index.html This message is contained in the SAS news file, and is presented upon initialization. Edit the file "news" in the "misc/base" directory to display site-specific news and information in the program log. The command line option "-nonews" will prevent this display. NOTE: SAS initialization used: real time 0.01 seconds cpu time 0.01 seconds NOTE: Libref SASDATA successfully assigned from logical server. NOTE: Libref VALIB successfully assigned from logical server. NOTE: Libref STPSAMP successfully assigned from logical server. NOTE: AUTOEXEC processing beginning; file is /opt/SASConfig/Lev1/SASApp/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=DellAutoLoad; 11 12 /* Include and execute main AutoLoad functionality */ 13 %LET INCLUDELOC=/opt/SASHome/SASVisualAnalyticsHighPerformanceConfiguration/7.4/Config/Deployment/Code/AutoLoad/include; 14 15 /* ------- No edits necessary below this line -------- */ 2 The SAS System 13:23 Monday, January 29, 2018 16 filename inclib "&INCLUDELOC."; 17 %include inclib ( AutoLoadMain.sas ); 3844 %AutoLoadMain; VA.AutoLoad.Location =/opt/SASConfig/Lev1/AppData/SASVisualAnalytics/VisualAnalyticsAdministrator/AutoLoad/DellAutoLoad va.monitoringPath=/opt/SASConfig/Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator/Monitoring NOTE: DATA statement used (Total process time): real time 0.10 seconds cpu time 0.04 seconds NOTE: The file "/opt/SASConfig/Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator/Monitoring/PIDs/autoload_DellAutoLoad.pid" is: Filename=/opt/SASConfig/Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator/Monitoring/PIDs/autoload_DellAutoLoa d.pid, Owner Name=sas,Group Name=sas, Access Permission=-rw-rw-rw-, Last Modified=29Jan2018:13:23:10 NOTE: 1 record was written to the file "/opt/SASConfig/Lev1/Applications/SASVisualAnalytics/VisualAnalyticsAdministrator/Monitoring/PIDs/autoload_DellAutoLoad.pid". The minimum record length was 5. The maximum record length was 5. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: Libref DBLOG was successfully assigned as follows: Engine: BASE Physical Name: /opt/SASConfig/Lev1/AppData/SASVisualAnalytics/VisualAnalyticsAdministrator/AutoLoad/DellAutoLoad/Logs NOTE: LASR Auto Load 7.4 NOTE: Task Name: AUTOLOAD NOTE: Process ID: 75070 NOTE: Configuration Settings: VA.AutoLoad.Enabled =Yes VA.Default.MetadataFolder =/Shared Data/SAS Visual Analytics/Autoload/DellAutoLoad VA.AutoLoad.AutoStart =Yes VA.AutoLoad.Sync.Enabled =Yes VA.AutoLoad.Sync.Import =Yes VA.AutoLoad.Sync.Load =Yes VA.AutoLoad.Sync.Unload =Yes VA.AutoLoad.Sync.Append =Yes VA.AutoLoad.Import.RowsToScan =999999 VA.AutoLoad.Debug.Enabled =No NOTE: Loading library attributes... -4 matching libraries found. NOTE: The data set WORK.LASRLIB has 0 observations and 35 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.02 seconds NOTE: PROCEDURE SQL used (Total process time): 3 The SAS System 13:23 Monday, January 29, 2018 real time 0.00 seconds cpu time 0.01 seconds NOTE: No rows were selected. NOTE: PROCEDURE SQL used (Total process time): real time 0.00 seconds cpu time 0.01 seconds AL_LIBID = AL_DPLIBID = AL_LIBNAME = AL_DPLIBNAME = AL_LIBENGINE = AL_DPLIBENGINE = AL_LIBREF = AL_DPLIBREF = AL_LIBTAG = AL_SMP = AL_LASRHOST = AL_LASRPORT = AL_SIGNER = AL_LASRMONPATH = AL_LASRINST = AL_PATH = AL_DPPATH = AL_FORCE = AL_NODES = AL_TABLEMEM = AL_EXTERNALMEM = AL_LIFETIME = AL_LOGGINGENABLED = AL_LOGGINGPATH = AL_LOGGINGMAXFILESIZE = AL_LOGGINGMAXROLLOVER = AL_LOGGINGKEEPLOG = AL_LOGGINGADDITIONAL = AL_SERVERVERBOSE = AL_ROS_ENABLED = AL_ROS_TBLDEFAULT = AL_ROS_METHOD = AL_TABLEFULLCOPIES = AL_METAFOLDER = AL_SERVNAME = NOTE: Connecting to LASR server: NOTE: If the server is not running, an ERROR could appear here. NOTE 137-205: Line generated by the invoked macro "LASRSERVERRUNNING". 3844 LIBNAME LASRTEST SASIOLA HOST="&HOST." PORT=&PORT. TAG="&TAG." ___ 23 ERROR 23-7: Invalid value for the PORT option. NOTE 137-205: Line generated by the invoked macro "LASRSERVERRUNNING". 3844 LIBNAME LASRTEST SASIOLA HOST="&HOST." PORT=&PORT. TAG="&TAG." _ 22 ERROR 22-7: Invalid option name =. 4 The SAS System 13:23 Monday, January 29, 2018 ERROR: Libref LASRTEST is not assigned. ERROR: Error in the LIBNAME statement. NOTE: LASR server: is not running. NOTE: Starting distributed unsigned LASR Server : NOTE: PROCEDURE LASR used (Total process time): real time 0.00 seconds user cpu time 0.00 seconds system cpu time 0.00 seconds memory 346.03k OS Memory 9888.00k Timestamp 01/29/2018 01:23:11 PM Step Count 23 Switch Count 0 Page Faults 0 Page Reclaims 62 Page Swaps 0 Voluntary Context Switches 0 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 0 ERROR: You are not licensed to start a LASR Analytic Server in this mode. NOTE: The SAS System stopped processing this step because of errors. NOTE 137-205: Line generated by the invoked macro "LASRSERVERRUNNING". 3844 LIBNAME LASRTEST SASIOLA HOST="&HOST." PORT=&PORT. TAG="&TAG." ___ 23 ERROR 23-7: Invalid value for the PORT option. NOTE 137-205: Line generated by the invoked macro "LASRSERVERRUNNING". 3844 LIBNAME LASRTEST SASIOLA HOST="&HOST." PORT=&PORT. TAG="&TAG." _ 22 ERROR 22-7: Invalid option name =. ERROR: Libref LASRTEST is not assigned. ERROR: Error in the LIBNAME statement. ERROR: Could not start LASR server. Processing cancelled. ERROR: Errors printed on pages 3,4. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 0.53 seconds cpu time 0.31 seconds NOTE: Log file closing at Mon, 29 Jan 2018 13:23:11.276