ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » CodePage and CCSID value required on solaris

Post new topic  Reply to topic
 CodePage and CCSID value required on solaris « View previous topic :: View next topic » 
Author Message
datspats
PostPosted: Fri Mar 14, 2008 8:00 am    Post subject: CodePage and CCSID value required on solaris Reply with quote

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
View user's profile Send private message Yahoo Messenger
marcin.kasinski
PostPosted: Fri Mar 14, 2008 9:13 am    Post subject: Re: CodePage and CCSID value required on solaris Reply with quote

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
View user's profile Send private message Visit poster's website
datspats
PostPosted: Fri Mar 14, 2008 9:36 am    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
marcin.kasinski
PostPosted: Fri Mar 14, 2008 9:46 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » CodePage and CCSID value required on solaris
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.