Page 1 of 1

Triggering a job in Control-m map from external application

Posted: 24 Sep 2007 7:20
by zorin
Control-m Gurus,
I need you expert comennts here. In my project there is a requirement that a standalone application wants to trigger a job which is part of a Control-m map. I want to know if this is possible, are ther some APIs which a standalone application can call to trigger a job in Control-m map ?

Thanks in advance,

Regards,
Zorin

Posted: 25 Sep 2007 3:24
by gglau
Use server utility "ctmorder"

Posted: 25 Sep 2007 7:10
by fyot
Hi,

I agree with gglau.

ctmorder to order an exising job in the control-m database.
ctmcreate to create a dynamic job withou creation in database
ctmcontb to post a condition to an existing job or chain in your plan.

Posted: 03 Oct 2007 11:48
by mauriziog
On the machine were the "stand alone" application resides, you must have a Controlm agent for running the utilities.
If you cant install the agent you must do in another way.

Re: Triggering a job in Control-m map from external applicat

Posted: 20 Dec 2007 8:36
by dkadosh
An application can invoke Control-M scheduler via

1. Command line utilities like ctmorder
2. Web Services - first install control-m Web Services Interface (you can do things like order job, create job, add condition, track a job, etc..)
3. Messaging - install control-m messaging interface, and send it a JMS, or MQ message.
4. EMAPI - write java code to invoke control-m. Works like Messaging, Web Services, but you have to write the code yourself.

Regards,
Dror.

Posted: 20 Dec 2007 2:42
by philmalmaison
regarding to the cost, if you can trigger some API's , you can use ctrlm utilities...
regards
philmalmaison