【发布时间】:2013-03-14 14:22:10
【问题描述】:
我可以从我的 QMGR 的错误日志中看到如下错误:
- Process(27605.1) User(umts) Program(runmqtrm)
AMQ6047: Conversion not supported.
EXPLANATION:
WebSphere MQ is unable to convert string data tagged in CCSID 0 to data in
CCSID 0.
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.
表示CCSID为0;但是,我当前 QMGR 使用的 CCSID 是 819
dis qmgr ccsid
1 : dis qmgr ccsid
QMNAME(QMUMBFEA) CCSID(819)
那么 CCSID 有什么问题?是 MQ 的 bug 还是别的什么?
顺便说一句,MQ 版本是 6.0.2.9
请帮帮我,在此先感谢
【问题讨论】:
-
你做了什么让这件事发生?客户电话看起来如何? WAS 6.1 resources.xml 模板中有一个错误导致关于 CCSID="0" 的类似事情,这是否相关?但是,请尝试升级到受支持的版本。如果它是一个错误,它现在很可能已被删除。 (www-01.ibm.com/support/docview.wss?uid=swg21584325)。
-
@Petter 你能给我错误描述链接吗?