Page 1 of 1

Warning level in Datastage jobs

Posted: Mon Oct 17, 2011 5:13 am
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

Posted: Mon Oct 17, 2011 8:10 am
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.

Posted: Mon Oct 17, 2011 12:45 pm
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?