Author |
Message
|
MSAT |
Posted: Sat Oct 29, 2005 1:13 am Post subject: WMQI Adapter Issue |
|
|
Acolyte
Joined: 17 Aug 2005 Posts: 62 Location: Bengalooru
|
Hi,
I am using WMQI V2.1 + CSD05 and trying to send the message from flow to ICS using WMQI Adapter (V2.2). I am able to put the message in the queue through flow. But once the WMQI connector picks the message it is failing eith an error message like
Failed to retrieve next message from queue "queue://QPSGBRK1/SG.B2BI.ICS.APP.O.11". JMS Provider (IBM) reported the following error: MQJMS1050: The MQRFH2 header has an incorrect format.
What may be the reason ?
In my message flow the ESQL looks like
Set OutputRoot.MQRFH2.Format = 'XYZ_I';
Set OutputRoot.MQRFH2.jms = NULL;
Set OutputRoot.Properties.MessageDomain = 'XML';
Set OutputRoot.Properties.MessageFormat = '';
Set OutputRoot.Properties.MessageSet = '';
Set OutputRoot.Properties.MessageType = '';
Let me know where might be the problem..
Thanks
SAT |
|
Back to top |
|
 |
kevinf2349 |
Posted: Sat Oct 29, 2005 5:31 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
The answer is in your question.
Quote: |
The MQRFH2 header has an incorrect format. |
|
|
Back to top |
|
 |
MSAT |
Posted: Sun Oct 30, 2005 8:47 pm Post subject: |
|
|
Acolyte
Joined: 17 Aug 2005 Posts: 62 Location: Bengalooru
|
Hi,
Thanks for the reply.
I know that MQRFH2 header has an incorrect format.
But the same Set Up working in production sytem, we are trying to set up the same thing in some test machines. There we are facing this JMS Exception.
So let me know some more information related to this error.
Is that jms field under MQRFH2 needs to be set to some other value ( Means other than NULL) ?
Thanks
SAT |
|
Back to top |
|
 |
JT |
Posted: Mon Oct 31, 2005 7:11 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
|
Back to top |
|
 |
EddieA |
Posted: Mon Oct 31, 2005 9:36 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
Is that jms field under MQRFH2 needs to be set to some other value |
Maybe. Why don't you look here:
Quote: |
the same Set Up working in production sytem |
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|