Author |
Message
|
hilltops |
Posted: Mon Jul 31, 2006 9:21 am Post subject: Problem convertion from CCSID 1208 to CCSID 37. |
|
|
Centurion
Joined: 01 Mar 2006 Posts: 112
|
I get the following error in the error log; Basically, I have a message arriving from an external party with CCSID 1208 and targeting a remote queue definition on my local queue manager (on RS/6000). This remote queue definition targets a local queue on iSeries queue manager. The sender channel has been defined with convery(yes). However, I get the following error with the message ending up on the DLQ on the local queue manager.
Any reason why?
31/07/06 16:08:50
AMQ6047: Conversion not supported.
EXPLANATION:
WebSphere MQ is unable to convert string data tagged in CCSID 1208 to data in
CCSID 37.
ACTION:
Check the WebSphere MQ Application Programming Reference Appendix and the
appropriate National Language Support publications to see if the CCSIDs are
supported by your system. |
|
Back to top |
|
 |
sebastianhirt |
Posted: Mon Jul 31, 2006 11:50 pm Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
How does the data look like? MQ converts by default only data that is consisting only of characters. The other question is than, whether 1208 to 37 is supported at all. Otherwise you will need a conversion exit, imho. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 01, 2006 12:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
|
Back to top |
|
 |
zpat |
Posted: Tue Aug 01, 2006 1:46 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
1208 to 37 should be supported (Unicode to US EBCDIC).
But check the WMQ App Prog Ref manual for the platforms concerned.
Quote: |
OS/400 support for Unicode
OS/400 supports a special variant of UNICODE with CCSID 61952 from Version
3.1 onwards. Version 3.7 and later versions also support UNICODE CCSID 13488.
Version 4.3 and later versions support the UTF-8 UNICODE CCSID 1208. For
details on UNICODE support refer to the appropriate AS/400 publication relating
to your operating system. |
A good data conversion guide is here:
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg27005729 |
|
Back to top |
|
 |
hilltops |
Posted: Wed Aug 02, 2006 4:33 am Post subject: |
|
|
Centurion
Joined: 01 Mar 2006 Posts: 112
|
I had the following filesets installed on the RS6000 machines and that fixed the problem.
bos.iconv.ucs.com
bos.iconv.ucs.ebcdic
bos.iconv.ucs.pc
Thankx for all your responses. |
|
Back to top |
|
 |
|