Problmes with MQ stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Problmes with MQ stage

Post by yaminids »

Hello friends,

I am getting the following error when I tried to connect to a Queue and retrieve the messages:

The WebSphere MQ plug-in is unable to process non-string formatted messages.

Can someone please help me in dubugging the issue?

Thanks a lot in advance
Yamini
THEDSKID
Premium Member
Premium Member
Posts: 11
Joined: Thu Apr 29, 2004 10:51 am
Location: DALLAS TX
Contact:

Re: Problmes with MQ stage

Post by THEDSKID »

Have you tried to create a test message from within MQ explorer? I would try this first so that you know that the message is going into the queue in a txt format and then try to retrieve that test message.

If that works then you might need to look at the process that is creating the message and what format it is using.
yaminids wrote:Hello friends,

I am getting the following error when I tried to connect to a Queue and retrieve the messages:

The WebSphere MQ plug-in is unable to process non-string formatted messages.

Can someone please help me in dubugging the issue?

Thanks a lot in advance
Yamini
-Chris
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Re: Problmes with MQ stage

Post by yaminids »

Hi Chris,

Thanks for your input
In our case the problem was with the input message which was not in the format we were expecting

Yamini
Post Reply