|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
CodePage and CCSID value required on solaris |
« View previous topic :: View next topic » |
Author |
Message
|
datspats |
Posted: Fri Mar 14, 2008 8:00 am Post subject: CodePage and CCSID value required on solaris |
|
|
Voyager
Joined: 12 Apr 2007 Posts: 80 Location: Mumbai
|
Hello,
We have windows application as the source, sending message to the destination running on the solaris environment, Message broker is on the destination machine.
To process the message on the broker running on the solaris, What should be value of the codepage and CCSID set by the source application
I think Codepage=819 and CCSID=1208, Please confirm if this is correct.
Regards
Datta |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri Mar 14, 2008 9:13 am Post subject: Re: CodePage and CCSID value required on solaris |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
It doesn't matter what CCSID you set by the source application. _________________ Marcin |
|
Back to top |
|
 |
datspats |
Posted: Fri Mar 14, 2008 9:36 am Post subject: |
|
|
Voyager
Joined: 12 Apr 2007 Posts: 80 Location: Mumbai
|
ok thanks, then which are the values are need to taken care or mentioned manually when the message is created on windows m/c and needs to process at solaris?
CCSID would not matter.
MQMsg.WriteInt4(MQC.MQENC_NATIVE); // Encoding
MQMsg.WriteInt4(MQC.MQCCSI_INHERIT); // CodedCharacterSetId
MQMsg.WriteInt4(1208); // NameValueCCSID =
UTF-8 |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri Mar 14, 2008 9:46 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Have you tested this scenario ?
If you set CCSID in your application message will be transferred to destination queue.
You dont have to set it in your win application. You can use default QMGR CCSI.
Then on solaris you can get it from queue unchanged or (with CONVERT option) converted to solaris application CCSID.
Just test it and use CCSID you want. _________________ Marcin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|