Posted: Wed Jul 23, 2008 7:03 pm Post subject: A CCSID problem
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
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.
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