When running the as_info -a script, we are getting the following error message:
Please wait....../tmp/varsCBP: line 348: syntax error near unexpected token `('
/tmp/varsCBP: line 348: `ASI_DATASERVICES="(SERVICE_NAME"'
How is the file /tmp/varsCBP created and what actions need to be done to correct this?
Current Version is (autoflags -a):
919 LINUX ORA 11.3.6 SP5 990a5195
Release : 11.3.6.x
Component : CA Workload Automation AE (AutoSys)
The varCBP file located in the /opt/CA/WorkloadAutomationAE/autosys/install directory had an invalid line. The line number was 263 and here is the value on that line:
A__z="*SHLVL="#*TMOUT"
This was causing an odd number of " for the file causing it to error out. After removing the above line, the as_info -a ran successfully.