ibm mq - Why is the CCSID shown as 0 in my MQ? -
i can see error below error log of qmgr:
- process(27605.1) user(umts) program(runmqtrm) amq6047: conversion not supported. explanation: websphere mq unable convert string data tagged in ccsid 0 data in ccsid 0. action: check websphere mq application programming reference appendix , appropriate national language support publications see if ccsids supported system.
that shows ccsid 0; however, current ccsid used qmgr 819
dis qmgr ccsid 1 : dis qmgr ccsid qmname(qmumbfea) ccsid(819)
so what's problem ccsid? mq bug or sth else?
btw, mq version 6.0.2.9
please me out, in advance
its not mq bug.
its putting application setting ccsid of message equal zero. now, queue manager trying convert message own ccsid, fails.
you can escape conversion turning off channel conversion channel application using put message.
Comments
Post a Comment