Search found 3 matches

by dkadosh
20 Dec 2007 8:36
Forum: Control-M eTrigger
Topic: Triggering a job in Control-m map from external application
Replies: 5
Views: 12890

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

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 ...
by dkadosh
16 May 2007 3:42
Forum: Control-M Control Module
Topic: Control M Agent to invoke EJB / Web Services / JMS
Replies: 4
Views: 6938

Hi, You should use BPI Suite (version 6.3.01 is the latest) it contains the BPI CM. Control-M is a scheduler, and it has various application plug-in called CMs (Control Modules). The BPI CM (a plug-in to Control-M scheduler) can invoke Java Classes, EJBs, WebServices, Messaging (put messages in queu...
by dkadosh
16 May 2007 3:19
Forum: Control-M Control Module
Topic: JAVA how to handle the exceptions in control-M
Replies: 4
Views: 22142

Java class Control-M jobs fail if an exception was thrown.

Simple answer: Java class Control-M jobs fail if an exception was thrown. A java type batch job (POJO) means running any method inside a java class. The method can return any type of a parameter like more primitive types: int, char, strings, etc... or it can also return a complex class like date, e...