|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Error in code character conversion |
« View previous topic :: View next topic » |
Author |
Message
|
Vanshul_MB |
Posted: Tue Mar 15, 2011 7:48 pm Post subject: Error in code character conversion |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
Hi,
I am getting a response from a WS using SOAPRequest node.
In case i see the result on SOAPUI, its fine.But when i drop onto a queue, it gives error which is given below.
I tried CCSID as 1200,1208,819,437 but all gave me same error.
The hex which is giving error is 1320..Please help.
Text Unconvertable character
Insert
Type 5
Text 1320
Insert
Type 5
Text 3c0053..... Something after this also
Insert
Type 2
Text 819 |
|
Back to top |
|
 |
rekarm01 |
Posted: Wed Mar 16, 2011 3:57 am Post subject: Re: Error in code character conversion |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
Vanshul_MB wrote: |
I tried CCSID as 1200,1208,819,437 but all gave me same error. |
What is Root.Properties.CodedCharSetID? Try that. |
|
Back to top |
|
 |
Vanshul_MB |
Posted: Wed Mar 16, 2011 3:59 am Post subject: |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
|
Back to top |
|
 |
rekarm01 |
Posted: Sat Mar 19, 2011 10:11 pm Post subject: Re: Error in code character conversion |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
Vanshul_MB wrote: |
I tried CCSID as 1200,1208,819,437 but all gave me same error. |
It's doubtful that they all give the same error. '1320' and '3c005300...' look like UTF-16LE (ccsid=1202), but that's only a guess. It's better not to guess.
It's not only important what the ccsid should be, but also where it gets set; input ccsids describe the input message, and can only be set before it reaches the message flow.
Vanshul_MB wrote: |
But when i drop onto a queue |
Personal pronouns aren't very descriptive. It's more helpful to specify which software components are doing what, and where they are in relation to the message flow. Is that a WMB input queue, or an output queue?
Add a Trace node before the point where the error occurs, take a usertrace, determine what the ccsid is, and what it should be; if there's a discrepancy, work backwards to find where it occurs.
If necessary, post the relevant parts of the code, and usertrace output. Be sure to wrap or truncate excessively long lines before posting. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|