pre-setting warning limits

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
SWW
Participant
Posts: 29
Joined: Thu Nov 11, 2004 12:51 pm
Location: Louisville

pre-setting warning limits

Post by SWW »

Hi all,

I have job that updates or inserts records into a table which is part of scheduled sequence. I expect there to be a lot of warning for failure to update records (that's normal for this job, there should not be a lot of updates). My problem is that this part of the sequence aborts because it exceeds 50 warnings. When I run this job manually, the default is unlimited warnings. How / Where do I preset the warning limit?

Thanks!

Steve
SWKYDERBY
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

The same topic covered few times in the forum. You can set warning limits while running the job , there is a limit tab where you can specify the warning limit or warning limits can be mentioned in Option menu item under tools menu in DataStage director.

Hope this would help.

Regards
Saravanan
SWW
Participant
Posts: 29
Joined: Thu Nov 11, 2004 12:51 pm
Location: Louisville

Post by SWW »

Thanks,

I had the project preset at 50 warnings.

Steve
SWKYDERBY
dsdesigner
Participant
Posts: 34
Joined: Thu Jul 29, 2004 1:03 pm

Post by dsdesigner »

If you are running the job from the command prompt or a sheel script using the "dsjob" command, then you can set the warning limits for this job from the dsjob command iteself.

eg
dsjob -run -warn 10000 proect_name job_name
dsdesigner
Participant
Posts: 34
Joined: Thu Jul 29, 2004 1:03 pm

Post by dsdesigner »

I meant shell scripts
Post Reply