Message Handler is not supressing the warning

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
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Message Handler is not supressing the warning

Post by DSRajesh »

Hi All,

I am getting warning in one of the job and i created the message handler to supress warning /demote to informational by add rule to message handler with right click on director log warning.

after creation and try to run the same job still i am able to see the warning.

Looking forward for the resolution for this.

Thanks
RD
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Local message handlers can get lost if export/import a job.

First off, go back to the log of your and add the mesage handler for the warning mesage again. Do you get a warning message that a handler already exists? If not, your earlier one was lost.
DSRajesh
Premium Member
Premium Member
Posts: 297
Joined: Mon Feb 05, 2007 10:37 pm

Post by DSRajesh »

Hi ArndW,

I have created the message handler in the job and after that i ran the job but i am not importing /exporting the job.

I checked the message handler in the server and it exists.

Please tell me what would be the wrong here ...

Thanks
RD
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Did you do what I asked?

Go to the log of the job, right-mouse click on the warning and "add rule to message handler" and add it to the local handler for the job. Does this generate a warning message that a handler already exists for the job (it should)?

If the "add rule to message handler" doesn't appear in the context menu you might have a server job or job sequence, neither of which support message handlers.
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post by rohitagarwal15 »

Do we need to recompile the job after adding the message handler ?
Rohit
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, the message handler becomes immediately effective upon re-running the job.
Post Reply