Attempting to perform a silent agent install and it is failing with the following error...
From the logs we can see the following:
Custom Action: cybermation.iainstaller.library.CybUpdateLaxFiles
Status: ERROR
Additional Notes: ERROR - class cybermation.iainstaller.library.CybUpdateLaxFiles.install() runtime exception:
Exit Code: 1
C:\Users\<USERNAME>\AppData\Local\Temp\I1712567288\Windows>cd /d "C:\Program Files\CA\WA Agent"
C:\Program Files\CA\WA Agent>"C:\Users\<USERNAME>\AppData\Local\Temp\I1712567288\Windows\resource\jre\bin\java" -jar generator.jar installerData.properties
:Unexpected error occurred during file generation:
Exception: com.ca.generator.GenUtilityValidationException: Path to the RAW_DATA file does not exist.
at com.ca.generator.GenerateFilesDriver.getRawDataContent(GenerateFilesDriver.java:114)
at com.ca.generator.GenerateFilesDriver.loadProperties(GenerateFilesDriver.java:100)
at com.ca.generator.GenerateFilesDriver.main(GenerateFilesDriver.java:23)
Status: FATAL ERROR
Additional Notes: FATAL ERROR - "Post-Install: Generation of additional files failed"
====================STDERR ENTRIES==================
Autosys Agent 12.x
Component : Workload Automation System Agent
In the install properties file, a RAW_DATA parameter can be set with a path and file used to add additional custom parameters to the agentparm.txt file.
The "Path to the RAW_DATA file does not exist" error occurs if that file cannot be located by the installer.
Incorrect example:
#Agent Start after Installation
#------------------------------
START_AGENT_USER_INPUT_RESULTS=1
RAW_DATA=agentparm.txt
Ensure the path and file specified for the RAW_DATA parameter within the install properties file is valid.