Warning level in Datastage jobs

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deeplind07
Participant
Posts: 31
Joined: Mon Jun 28, 2010 5:15 am
Location: pune

Warning level in Datastage jobs

Post by deeplind07 »

Where in Datastage can i change the 'warning level limit' to maybe 5.By default it shows as 50 but when i change it to 5 in director, this affects only my userid, if i run the job with some other user id the value shows 50 again.
also let me know if we can set these warning levels individually for jobs or does it need to be set at proejct level only
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As you've seen, the Director warning default is set per user. There is no global / project level setting for this. However, keep in mind the fact that when you productionalize your jobs, they won't be run by hand from the Director under several different userids, but rather either a single one or from the command line via an external scheduler. The dsjob command line executable includes a "-warn" option which you can set "globally" and/or override per job as desired.
-craig

"You can never have too many knives" -- Logan Nine Fingers
suse_dk
Participant
Posts: 93
Joined: Thu Aug 11, 2011 6:18 am
Location: Denmark

Post by suse_dk »

I think it is per session and not per user the warning limit are set.

Another option could perhaps be to use the function DSSetJobLimit?
_________________
- Susanne
Post Reply