don't generate alert

Tools and several solutions to manage Control-M products
Post Reply
User avatar
davidtuti
Nouveau
Nouveau
Posts: 73
Joined: 27 Dec 2006 12:00

don't generate alert

Post by davidtuti » 25 Jul 2011 11:58

Hi,
how could I do to if a job failed doesn't generate any alert.

Thanks!

User avatar
Walty
Nouveau
Nouveau
Posts: 473
Joined: 20 Jan 2006 12:00

Post by Walty » 26 Jul 2011 8:17

Hi,

See parameter AlertOnAbend in CCM->Tools->System Parameters
This flag that indicates whether alerts are (1) or are not (0) sent for jobs that end NOTOK. Default: 1
If you put this parameter to 0 the alerts are not sent when jobs end NOTOK, in this case you must define the shout action alert in the PostProc panel definition.

After changes recycle the Gateway
Best regards
Walty

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 26 Jul 2011 4:03

However, this parameters is set for all gateways, if you don't create a specific parameter for a specific gateway as following:

gtw AlertOnAbend Gateway toto1 * 0 1 Manual 11:14, 08/03/2011
gtw AlertOnAbend Gateway toto2 * 0 1 Manual 11:25, 23/02/2011


Regards,
Philmalmaison

User avatar
catchtony
Nouveau
Nouveau
Posts: 50
Joined: 12 Sep 2008 12:00
Contact:

Post by catchtony » 27 Jul 2011 1:40

or simply put in the steps tab :-

on stmt * code NOTOK
do OK

This wont generate the alert at all and make your job green always.

User avatar
Walty
Nouveau
Nouveau
Posts: 473
Joined: 20 Jan 2006 12:00

Post by Walty » 27 Jul 2011 4:52

Hi catchtony,

Careful in this case, because your OUT conditions are posted in this case and perhaps it's not what you want if the job ENDED-NOTOK.
Best regards
Walty

Post Reply