How do I suppress a warning message?

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
tbtcust
Premium Member
Premium Member
Posts: 230
Joined: Tue Mar 04, 2008 9:07 am

How do I suppress a warning message?

Post by tbtcust »

Hi all

For a job, how do I suppress the message "Parallel debug is turned on (environment variable DS_PXDEBUG is set)" from the param DS_PXDEBUG = 1?

Thanks in advance for any help.
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

did you look for this environment variable in your DS Administrator? or DSParams file?
Kandy
_________________
Try and Try again…You will succeed atlast!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes, using a message handler.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

You can define a message handler to suppress specific warning messages. Instead of suppressing the warning, it is always better to select "Demote to Information". Choices are available in Message Handler Management in DS Director.
Kandy
_________________
Try and Try again…You will succeed atlast!!
tbtcust
Premium Member
Premium Member
Posts: 230
Joined: Tue Mar 04, 2008 9:07 am

Post by tbtcust »

Ray, I found a couple of message handler posting that helps. Thanks
kommven
Charter Member
Charter Member
Posts: 125
Joined: Mon Jul 12, 2004 12:37 pm

Post by kommven »

tbtcust,

Can you narate us what was the solution you found?

In our case, option to add to Message handler is grayed out.

Thanks in advance.

K-
Post Reply