Page 1 of 1

don't generate alert

Posted: 25 Jul 2011 11:58
by davidtuti
Hi,
how could I do to if a job failed doesn't generate any alert.

Thanks!

Posted: 26 Jul 2011 8:17
by Walty
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

Posted: 26 Jul 2011 4:03
by philmalmaison
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

Posted: 27 Jul 2011 1:40
by catchtony
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.

Posted: 27 Jul 2011 4:52
by Walty
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.