Length of Message in MQ PlugIn

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
pavans
Participant
Posts: 116
Joined: Sun Sep 10, 2006 7:33 am
Location: bangalore, india

Length of Message in MQ PlugIn

Post by pavans »

Hi All,
I have job design like

MQ--Transformer-FoderStage.
Initially i was able to read messages from MQ qithout any aborts.
Recently i encountered with a very large message of length 134861 and this is the second message in the Queue.
Because of this job started aborting after reading first message.
I came to know we frequently get mesages of this size and above.
How can i handle this situation.

Below is the error which i captured using a Peek Stage.

Peek_12,1: <Peek_12>: Error message too long (134861 > 130975) and has no newlines at which to break; dropping. Possibly binary data was passed to an error reporting function?

It would be great if someone can help me.
let me know if i need to post some more information.

Thanks in Advance.
Thanks,
Pavan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What did you declare the MessagePayload as? If you write to a Dataset instead of to a peek stage, do you get an error message or warning, I presume that you don't.
Post Reply