English 中文(简体)
Autosys API access
原标题:
  • 时间:2011-08-19 21:13:59
  •  标签:
  • 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.

问题回答

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.





相关问题
Autosys API access

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.

autosys doesn t run batch file

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 ...

Autosys Equivalent of Style Cop?

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 ...

Autosys monthly job schedule

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

How can I run an autosys job without running dependents?

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 "...

DOS CMD send failure to Autosys

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 ...

热门标签