Author |
Message
|
Haunch |
Posted: Fri Aug 11, 2006 6:33 pm Post subject: MQ Error Reason Code 2119 |
|
|
Newbie
Joined: 07 Aug 2006 Posts: 5
|
When using MQ Visual Edit the program is returning an error 2119 MQ_RC_CONVERTED. The message type is MQRFH2. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Aug 11, 2006 8:51 pm Post subject: Re: MQ Error Reason Code 2119 |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Haunch wrote: |
When using MQ Visual Edit the program is returning an error 2119 MQ_RC_CONVERTED. The message type is MQRFH2. |
Hi,
In the future, for faster support of Capitalware products, please post your questions in the Capitalware Forum here at mqseries.net
http://www.mqseries.net/phpBB2/viewforum.php?f=20
It is probably an invalid CCSID in the RFH2 header. Therefore, the easiest solution is uncheck the 'Convert on Get' click box on the Open Queue window before you open the queue.
Hope that helps.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Haunch |
Posted: Mon Aug 14, 2006 12:43 pm Post subject: |
|
|
Newbie
Joined: 07 Aug 2006 Posts: 5
|
Roger,
I have tried this an the tool is still having issues. The CCSID is 37 and the message is coming from AS/400 running Websphere v5.3. What is really odd is I am able to read other messages from this queue, so I feel that this is not a queue issue, but rather a CCSID issue. Is there any reason why your product would not be able to read a CCSID from an AS/400? Any help would be greatly appreciated. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 14, 2006 12:45 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Does the bad message have an MQRFH2 header on it?
Does your queue manager support conversion from CCSID 37 to your local CCSID? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Haunch |
Posted: Mon Aug 14, 2006 1:34 pm Post subject: |
|
|
Newbie
Joined: 07 Aug 2006 Posts: 5
|
Yes, The message that is being put out on the queue has the header format of MQRFH2. Yes, The queue manage also supports CCSID conversion. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 14, 2006 1:52 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What is the CCSID of the local queue manager?
Is it a valid conversion from 37 to that conversion?
Also, CCSID is not a valid CCSID for the MQRFH2, I think. The MQMD CCSID needs to indicate the CCSID of the RFH2. The CCSID in the RFH2 needs to indicate the CCSID of the message. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Haunch |
Posted: Mon Aug 14, 2006 3:38 pm Post subject: |
|
|
Newbie
Joined: 07 Aug 2006 Posts: 5
|
The CCSID of the Local Queue Manager is 37. This is standard for an AS/400. The original question that was posed was why is the MQ Visual Edit not able to read the message on the queue with a CCSID of 37. The other question I have is how to you post a message with the tool so the format is MQRFH2. I can post a message to the queue, but I don't see how this is done to accept a MQRFH2 message format. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 14, 2006 5:41 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Sorry, I thought there were two queue managers somehow. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Aug 14, 2006 8:46 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
If you have deselected the 'Convert on Get' check box then it is impossible (as far as I know) to get a reason code of 2119 MQ_RC_CONVERTED. Are you sure it is a properly formated RFH2 message? If you can, please send me (support email) a copy of the message.
Haunch wrote: |
The other question I have is how to you post a message with the tool so the format is MQRFH2. |
The current version of MQ Visual Edit does not have a wizard to generate a message with a RFH2 header. You have to manually create it yourself.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
Haunch |
Posted: Tue Aug 15, 2006 5:04 am Post subject: |
|
|
Newbie
Joined: 07 Aug 2006 Posts: 5
|
Roger,
Thanks for the update. Do you have an example of an XML format MQRFH2 message? I could compare that with what I am putting on the queue. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Aug 15, 2006 8:51 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Haunch wrote: |
What is really odd is I am able to read other messages from this queue, so I feel that this is not a queue issue, but rather a CCSID issue. |
Haunch wrote: |
Do you have an example of an XML format MQRFH2 message? I could compare that with what I am putting on the queue. |
It looks like you have everything you need.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|