Page 1 of 1

send email when the job is running longer

Posted: 07 Dec 2013 10:29
by anirudhrh
How to send email when the job is running longer??

Posted: 10 Dec 2013 9:18
by vamsikumar
You can set an email alert in PostProc tab if job running more than some defined time. [Ex: Running more than 120 minutes]

Posted: 11 Dec 2013 9:25
by anirudhrh
Vamsi ,

Post proc would only throw an alert to the alert server. how would it send an email ?

Posted: 11 Dec 2013 11:30
by Manii
Hi Anirudh,

You need to define a shout destination table and new destination in control-m server system parameter .

you can add an destination and email type in your default shout table SYSTEM as follow,
then while defining job in post-proc "TO" value you can give this email shout table logical name , in this example its EMAIL
Then alert pointing to EMAIL destination would be send to abc@abc.com from Control-M server

=============================
Adding new shout destination table

Enter Option:n

Dest. Type: (U)ser, (M)ail, (T)erminal, c(O)nsole, (L)og, (P)rogram, CONTROL-M/(E)M:M
Address Type: (S)erver or (A)gent:s
Logical Name:EMAIL
Physical Name:abc@abc.com

add completed successfully


Press ENTER to continue:

Shout Destination Table 'SYSTEM'

Thanks,
Chandramani

send email when the job is running longer

Posted: 08 Jan 2014 10:12
by Gopikkd
Excellent Mani.