Posted: Wed Sep 20, 2006 12:08 am Post subject: Codepage Problem WMQ - WAS - Tomcat
Apprentice
Joined: 10 Jul 2001 Posts: 28 Location: Germany
Hi
I send IDOCS from a SAP SYSTEM over WMQ and WAS to a Tomcat Server.
The SAP System Use SAP Codepage 1100 and WMQ QMGR use codepage 1252.
The problem is that the IDOC contain East European (polish) letters!
In the Queue all letters are correct! But at the Tomcat Server the IDOC is wrong! e.g. I have a letter in HEX code D1 and at the Tomcat Server I have 41 D1 ! I have 1 letter more !
I think the problem is anywhere on the WAS. The application an the WAS use JMS! Someone told me that jms make the right codepage conversion.
Where can i set/see the CCSID and the encoding on the WAS version 4.0.0.7 . I havn´t found anything in the documentation!
You have to find which CCSID was used to post the message to MQ. Search the site you should find some correspondance table....Make sure the message has the MQSTR format...
It looks like you are running into a CCSID problem where you may need to set a CCSID on the qcf used to read the message, as the receiving system may not use the CCSID of the qmgr you are receiving from...
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