I need to programmatically start some autosys jobs. Is there any api available in Java, perl etc for Job management other then usual command line approach.
I m using Autosys r11.
I need to programmatically start some autosys jobs. Is there any api available in Java, perl etc for Job management other then usual command line approach.
I m using Autosys r11.
Yes, Autosys R11 has a Java API. See the ca.com web site and download the CA Workload Automation AE API Reference guide for the documentation.
CA Workload Automation AE is CA s latest rename of Autosys
Use a calendar to tell Autosys what day of month you need to run the job.
The commands to launch calendar tool are autocal (graphical editor) and autocal_asc (CLI editor). It should be in $/etc/autosys on ur server.
There is a perl library CA::WAAE which can get job info and/or start jobs. Another library CA::AutoSys is for an older version of Autosys.
I need to programmatically start some autosys jobs. Is there any api available in Java, perl etc for Job management other then usual command line approach. I m using Autosys r11.
i wrote a batch file to open a webrowser, then close it, then open another and close it. upon opening the browser it will send email out. when i manually run the batch it works, but when i use autosys ...
My company has an internal application that enforces their AutoSys naming convention, box failure / success paths, page job existance, etc. I m not an AutoSys user, but I ve been tasked with ...
I know how to run autosys job on certain day in a week but how can i run once in a month.. like if i have to run job1 on 2nd day of the month .. any help would be good for me.. thank you
有哪些指挥权来列出最近所有自治失败?
I wish to make a change to an autosys job. After I make the change: I want to test it by running it in isolation without running any dependents. After I have finished testing, I want it to be in a "...
In Autosys, I have a job that executes a fairly simple DOS batch file (.CMD). How do I communicate back to Autosys if the job has conditionally failed? If it runs and terminates, Autosys reports a ...
SCENARIO: Previously Jobs are scheduled to run from SQL Server. In the SQL Server database the jobs ran as per their start times mentioned. All the operations such as stopping the running job,...