Posted: Sun Feb 20, 2005 2:37 am Post subject: Getting MQRC_CONVERTED_STRING_TOO_BIG
Novice
Joined: 05 Dec 2003 Posts: 11
Hi
We are using MQ System communicating between Websphere MQ AIX and Websphere MQ Linux. The mercator application sends messages from MQ AIX to MQ Linux. The servicing application at MQ Linux System, the Cyclone Interchange Server, processes the messages in the Linux System. While processing some messages we are getting an exception MQRC_CONVERTED_STRING_TOO_BIG. I had gone through the manuals,the error seems to be related to data conversion. The character set encoding used for messages are default values. i.e 819 on AIX and 1208 on Linux.
Did anybody got this kind of error while processing the messages. Kindly share your expereince to resolve this issue.
Many Thanks
N.Satish
Integration Analyst _________________ N.Satish
If the buffer passed to MQGET was too small to accept the expanded msg after conversion, I would expect MQRC_NOT_CONVERTED or MQRC_CONVERTED_MSG_TOO_BIG.
This error probably means that a field in a WMQ msg header is expanding on conversion; this is not allowed because header data is a fixed length.
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