Page 1 of 1

Job sequence aborting after 50 warnings

Posted: Fri Feb 15, 2008 10:07 am
by reddy
Hi Guys,

One of my job aborting after 50 warnings when I run in the job sequence.
Could you please help me on how to avoid the warnings limit.
I appreciate your help and time.
Regards
Narasa

Posted: Fri Feb 15, 2008 10:18 am
by chulett
:idea: Simple - write jobs that do not generate warnings. Server jobs are not PX jobs - there's no reason they should ever generate warnings. Seriously. We run a couple thousand a night with nary a peep.

You'd need to set the warning limit to something else when you start the Sequence, in other words override the default of 50. Easy enough if you are starting it from the Director, from the command line you'd need to add "-warn 0" to mean allow unlimited warnings. IMHO, a bad practice and very dangerous, but that's how it is done.

Posted: Fri Feb 15, 2008 10:40 am
by sachin1
To avoid warning limits and to run your job, limits needs to be modified.

Director---->Tools--->Option---->Limits tab.

Posted: Fri Feb 15, 2008 10:47 am
by chulett
That works only if the job is run (or scheduled) from the Director.