Job sequence aborting after 50 warnings

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
reddy
Premium Member
Premium Member
Posts: 168
Joined: Tue Dec 07, 2004 12:54 pm

Job sequence aborting after 50 warnings

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Post by sachin1 »

To avoid warning limits and to run your job, limits needs to be modified.

Director---->Tools--->Option---->Limits tab.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That works only if the job is run (or scheduled) from the Director.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply