Author |
Message
|
ragi_kmm |
Posted: Thu Sep 12, 2013 12:02 am Post subject: CCSID is Modified when using Publication Node |
|
|
Novice
Joined: 19 Sep 2006 Posts: 13
|
Hi
I am facing issues, with CCSID when writing a message to a subscriber Q.
Input Message has CCSID 1208. The OutputRoot MQMD, MQRFH2 and Properties have CCSID set to 1208. But when I see the MQMD on the Subscriber Q, I see 437 in CCSID property.
I have done some googling, but could not find any solution.
More info,
- I am using MQInputNode --> Compute --> Publication node
- convert option on MQInput node is not selected
- I am using WMB 8.0.0.0 and WMQ 7.0.1.0
- Just gave a try, changing the CCSID of the QMGR to 1208 (earlier it was 437) even that did not work.
Would be thankful, if someone could help me to find a solution or guide me how to proceed further
Let me know, if you need any information to help me
Thanks a lot _________________ Best Regards,
Giri |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Sep 12, 2013 3:10 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
First off, update your toolkit to 8.0.0.2 iFix 001, which was released in July this year. Same for your runtime.
CCSID just doesn't magically change by itself. You need to take charge of your development efforts and control your code.
Update your tooling, and check your configuration settings then post back a user trace to this forum (using [c od e ] tags) after you have rebuilt and redeployed your code. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Sep 12, 2013 9:56 am Post subject: Re: CCSID is Modified when using Publication Node |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
ragi_kmm wrote: |
I am facing issues, with CCSID when writing a message to a subscriber Q. |
When writing to a subscriber Q, or when reading from a subscriber Q?
Make sure that whatever application that is browsing the subscriber Q disables the MQGET Convert option. |
|
Back to top |
|
 |
ragi_kmm |
Posted: Fri Sep 13, 2013 1:05 am Post subject: |
|
|
Novice
Joined: 19 Sep 2006 Posts: 13
|
In the MF flow, before the publication Node. MQMD, Properties and MQRFH2 CCSID is set to 1208. When browsing the Subscriber Q using RFHutil under MQMD I am seeing the CCSID of the Queue Manager _________________ Best Regards,
Giri |
|
Back to top |
|
 |
Tibor |
Posted: Fri Sep 13, 2013 5:29 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
I don't think so, it would be a problem in your case, because the effective CCSID (which is related to the message body) is in the MQRFH2 header.
Perhaps CCSID 437 is the queue manager's own setting. |
|
Back to top |
|
 |
rekarm01 |
Posted: Sun Sep 15, 2013 2:05 pm Post subject: Re: CCSID is Modified when using Publication Node |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
ragi_kmm wrote: |
When browsing the Subscriber Q using RFHutil under MQMD I am seeing the CCSID of the Queue Manager |
So ... make sure to disable the RFHUtil Convert option.
Is there anything else between the message flow and RFHUtil, such as an MQ channel, that might have a Convert option? |
|
Back to top |
|
 |
ragi_kmm |
Posted: Tue Sep 17, 2013 2:24 am Post subject: |
|
|
Novice
Joined: 19 Sep 2006 Posts: 13
|
Convert option on RfhUtil is disabled (unchecked)
There is nothing else between MF and RfhUtil. _________________ Best Regards,
Giri |
|
Back to top |
|
 |
|