Page 1 of 1

Job aborting because of warning messages

Posted: Sat May 14, 2005 1:52 pm
by Bilwakunj
Hi ,
One of my job is getting aborted because it is throwing more than 50 warning messages.
The strange thing I noticed is, if the job is run through the designer it doesn't aborts but with everything same if I run the same job with same data through the director it aborts because of more than 50 messages.
Can anybody please explain why this is happening?

Thanks.

Posted: Sat May 14, 2005 2:57 pm
by chulett
Because the defaults are different between the two tools.

In either tool, click on 'Run' and then switch to the 'Limits' tab before actually running the job. You'll see that Designer typically defaults to Unlimited warnings and Directory defaults to Abort after 50 warnings.

And then there's the command line. :wink:

Posted: Sat May 14, 2005 5:30 pm
by ray.wurlod
Either way you can override from the Job Run Options dialog (Limits tab), or by using command line option with dsjob.

Posted: Sat May 14, 2005 7:09 pm
by chulett
Kinda figured that much was obvious. :P

Posted: Sun May 15, 2005 4:44 pm
by ray.wurlod
Perhaps not to OP?