Add Rule to Message Handler

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
psv
Participant
Posts: 42
Joined: Mon Mar 06, 2006 7:09 am

Add Rule to Message Handler

Post by psv »

I am trying to add rule to message handler for demoting one warning message to information.
When I click to "Add rule to Message Handler" Director, it gives following message.

"Cannot read message handler '(new)' DSR_FILEACCESS Error writing to file (Code 0)"

Then it open message handler window ,but message id is not displayed.
Message id is bland ,message type is warning and text of the warning is displayed.
How to get message id.

Please help
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Almost certainly a permissions problem. You need to have write permission (to store the message handler definition) but appear to lack it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Have a look at the FAQ entry on message handlers, I added a section on the message handler file that shows the location and name of this file. Check you have the right permissions on this file.
Post Reply