Author |
Message
|
Sumeet Chawla |
Posted: Thu Jul 16, 2009 6:47 pm Post subject: mqrc 2111 (MQRC_SOURCE_CCSID_ERROR) with RFH2 header |
|
|
 Newbie
Joined: 20 Jan 2009 Posts: 7
|
Hi All
I am submitting a request message from IBM Mainframes and it is destined for a Windows Queue manager which has a MQ 7.0 installed on it. The message has fixed format data with RFH2 header on top of it.
The RFH2 header is well formed but the message goes to DLQ on Windows queue manager giving a mqrc 2111 (MQRC_SOURCE_CCSID_ERROR).The message does not even stay on the queue for processing and directly routes to DLQ.
When i removed the RFH2 header from the message, it went fine to the queue.
Any pointer why is it happening ?? It was not happening with MQ 6.0 _________________ Thanks and Regards
Sumeet Chawla |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Jul 16, 2009 7:31 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
What CodedCharSetId and NameValueCCSID are you setting in the MQRFH2 header structure? _________________ Glenn |
|
Back to top |
|
 |
Sumeet Chawla |
Posted: Thu Jul 16, 2009 7:41 pm Post subject: |
|
|
 Newbie
Joined: 20 Jan 2009 Posts: 7
|
Both are 500. The windows server CCSID is set to 437.
Now the issue is the pair was working good with MQ 6.0.
I tried changing CodedCharSetId to 437 and then NameValueCCSID to 437 but it did not work. I have not tried making both of them to 437 though.
Appreciate your response. _________________ Thanks and Regards
Sumeet Chawla |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jul 16, 2009 7:46 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Check the documentation There is only a selected list of CCSIDs allowed for the namevalue pairs. Your problem is most probably that you have the wrong one there. Oh and by the way the data of the name value pairs needs to be in the ccsid that describes it.... Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
aditya.aggarwal |
Posted: Fri Jul 17, 2009 7:19 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
Hi Sumeet,
data conversion is supported b/w CCSID 500 and CCSID 437 so i guess that there is some chane in CCSID value of queue manager after upgrading..
What is the Windows V7 queue manager CCSID value?
How and where are you setting RFH2 header?
cheers,
Aditya |
|
Back to top |
|
 |
|