Page 1 of 1

Automatic email if job has not started, is late.

Posted: 28 Nov 2012 10:15
by Lorne
I'd like to create a job in contol-M that will send out an email automatically if the job has not started by a specific time.

I can create an alert/shout if job is late in the post/proc tab. I can get an email if the job ends not OK in the Steps tab. But how do I get an email sent if the job has not started by a given time?

Can anyone help out with this?

thanks!

Sending automatic email if job has not started by a set time

Posted: 28 Nov 2012 10:16
by Lorne
Does anyone know a way to do this?

Posted: 28 Nov 2012 10:19
by mauriziog
You can:
1. send all alerts to a script and here send a mail
2. shout directly to a program that send a mail

In both cases you have to build a program/script that reside on the:
1. controlM EM server
2. controlM server

Witch SO you have on the server components?

Regards

Posted: 29 Nov 2012 12:24
by jobscheduler
HI All,

you can use "LATE SUB" option in Postproc and in param provide time and provide other details like To, Urgency and Message..... then when jobs is not kicked off by that time(Which is mentioned in Param tab) it will shout a mail.


Thanks...
Ram

Posted: 05 Dec 2012 9:55
by Sommi
Hi Lorne,

Create a shout destination table with the email ids to which the mail has to be sent.Then you can use the Late Sub option to trigger the mail for late submit.Use the logical destination name of the shout table in the TO field to trigger the mail.


Thanks,
Soumya