cancel
Showing results for 
Search instead for 
Did you mean: 

JP characters Encoding issue

Former Member
0 Kudos

Hi All,

We have a JMS to idoc scenario wherein we convert xml messages to idoc. Currently we are facing an issue in which the JP characters are coming as garbled to XI.

Scenario: The messages are being sent from 3rd part MQ which has encoding :

Encoding : 273  CodedCharSetId : 819

From there it comes to our local MQ which has encoding:

Encoding : 785  CodedCharSetId : 819

Then it enters XI and in XI the incoming payload itself has characters which are garbled.

It doesn't fail in XI but the idocs are not getting populated with the proper characters.

I've tried using the below CCSID's (281,290,300,301,895,896,897,930,931,932,939,941,942,943,952,953,954,955,956,957,958,959,1027,1399,1041,1200, 1208, 1351,1390,1393,1394,1399,4396) but it's not working.

Please let me know your valuable inputs.

Thanks,

Preema

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

The issue was resolved by Basis Team after making below changes on the Source Application and source MQ:

Proper CCSID was maintained in the "userenv.txt" on application end and the same was configured on the MQ server.

Thanks,

Preema