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 » A CCSID problem

Post new topic  Reply to topic
 A CCSID problem « View previous topic :: View next topic » 
Author Message
siljcjose
PostPosted: Wed Jul 23, 2008 7:03 pm    Post subject: A CCSID problem Reply with quote

Apprentice

Joined: 18 Aug 2005
Posts: 27

I have a sending application at code page 273 , which sends a TDS message to the Broker. The message has some German charcters. The charcters apper fine at the broker. A XML message is constructed off it and is send to the a JMS destination at code page 1208. The German characters at the destination is corrupted. When i use the defult setting for the MQMD.

I tried seting the CCSID value to 1208, it still did not work. Is there something else that i need to take care, when i have JMS application at the destination.

Please can you let me know what the Value for CCSID and Format should be before i send the message to the JMS destination. To NOTE i am using a MQjMSTransformation node to create a JMS Header

My Scenario:

273 -> Broker -> 1208 ( JMS application)
Back to top
View user's profile Send private message
chrisc
PostPosted: Wed Jul 23, 2008 7:09 pm    Post subject: Reply with quote

Voyager

Joined: 19 Mar 2006
Posts: 77

You need to ensure that
a) your message body is MQSTR (specified in the MQMD, assuming that is the header before the body)
b) your JMS application is using the CONVERT option with your Get Message Options (MQGMO) to do the codepage conversion.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Jul 23, 2008 11:26 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

The PUTing application does not convert the message, you must set the MQMD.CCSID to the actual codepage of your message.

When it is correctly described (and only if so) the MQGMO_CONVERT can be used by the receiving program.

In any case never code sending programs to be aware of the receivers codepage needs - MQ apps should be loosely coupled.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » A CCSID problem
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.