Loading the Initial Configuration
When the initial configuration is not in the system, you may need to load it by running the following ASQL statements in the Highway database:
Highway Manager Tools
INSERT INTO SERVER VALUES('ACU_FTP_READ','Retrieve compliance updates from FTP server','<ftp_server>',21,'<ftp_user>','<ftp_password>','monitor.disable','no','file.size.changed.pause','500','polling.pause','1000','transfer.type','binary','connect.mode','pasv','file.delete','yes',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ')
INSERT INTO MESSAGE VALUES('ACU_CACHE_REFRESH','CACHE REFRESH NOTIFY','XML',' ')
INSERT INTO MESSAGE VALUES('ACU_FTP_FILE','Compliance File','TEXT',' ')
INSERT INTO "MESSAGERULE" VALUES('ACU_CACHE_REFRESH',10,'Notify external system of cache refresh','ACU_NOTIFY',' ',' ',0)
INSERT INTO "MESSAGERULE" VALUES('ACU_FTP_FILE',10,'Route File','ACU_DATAUPDATE',' ',' ',0)
INSERT INTO ENDPOINT VALUES('ACU_FTP_IN','Check for complince updates','I','FTP','<ftp_content_dir>','ACU_FTP_READ',' ','ACU_FTP_FILE',' ',0,0,' ',' ',' ',0,'preserve.filename','yes',' ',' ',' ',0,' ',' ',' ',' ',0,' ',' ',' ')
INSERT INTO ENDPOINT VALUES('ACU_PROCESS_FOLDER','Process Folder','R','DIR','<local_content_dir>','ACU_FTP_READ',' ',' ',' ',0,0,' ',' ',' ',0,' ',' ',' ',' ',' ',0,' ',' ',' ',' ',0,' ',' ',' ')
INSERT INTO ENDPOINT VALUES('ACU_DATAUPDATE','Call update program','O','JMS','OUT2','JBOSSMQ','ACU_PROCESS_FOLDER',' ',' ',0,1,'LISTENERS','xtinstlt.r','ID:M:UID',0,' ',' ',' ',' ',' ',0,' ',' ',' ',' ',0,' ',' ',' ')
INSERT INTO ENDPOINT VALUES('ACU_NOTIFY','Auto content upload notification messages','O','DIR','<update_notify_folder>','FILE',' ',' ',' ',0,0,' ',' ','N/A',0,' ',' ',' ',' ',' ',0,' ',' ',' ',' ',0,' ',' ',' ')
Input Statements from Installation Instructions