We are testing V12.01CUM1 in non-production and when running autotrack command in Enterprise Command Line application we get error message:
"CAUAJM_E_71255 The specified command [ autotrack ] is not present in the list of allowable commands.
StatusCode: 500, URL: https://<server.domain>.net:9443/AE"
(for example when running autotrack -l)
I can run other commands such as autorep, autoping, forecast etc but autotrack only gives this error.
I can run the autotrack command successfully in the Autosys Command Prompt when logging into the Windows server by remote connection.
Is autotrack not anymore supported or why this specific command do not work?
autotrack level is set to 2.
Release : 12.0 and Up
Component : CA Workload Control Center
CA Workload Automation AE Web UI
Add it to the list of allowable commands in the 'AutoSysCommandFilters.txt' file.
This can be done as follows:
1. cd $AUTOSYS/config
2. vi AutoSysCommandFilters.txt
3. Add the following lines at the end of the file:
^autotrack(\s.+)?
^autotrack\.exe(\s.+)?
4. Save the file and run autotrack in the ECLI, No restarts Required.
Note:
In AutoSys 11.3.6.x or lower, the 'AutoSysCommandFilters.txt' file is located in $IGW_LOC
(Default: /opt/CA/SharedComponents/iTechnology)