We are looking to enable the autotrack command so that we can run it from the WCC Enterprise Command Line. We have found a configuration file, AutoSysCommandISponsorFilters.txt, that we think would allow us to do so. Will the autotrack command work with the WCC ECL, and if so, how would we configure WCC in order for it to do so?
Workload Automation AE (AutoSys)
Update the AutoSysCommandFilters.txt file to include autotrack.
Use the same format as the other entries.
example of existing entries:
^forecast(\s.+)?
^forecast\.exe(\s.+)?
example of what you would add:
^autotrack(\s.+)?
^autotrack\.exe(\s.+)?