Posted: Thu Mar 22, 2007 7:22 am Post subject: MQRC_DBCS_ERROR
Apprentice
Joined: 08 Aug 2005 Posts: 36
This error is received while my program reads the message from the queue. Does this error result in message loss.
On searching the reasons code I havn't much description about this error. Could anyone please guide where should I look for the problem and How can I fix it.
Did you look in the APR manual (5.3) or the Messages manual (6.0)?
The error means that the source data is described as being DBCS (double byte character set) but contains a sequence of characters which donot represent a valid character in the source code page. The error is an MQCC_WARNING, so the msg is removed from the queue and presented to the app unconverted. Msg loss would result if the app took no action after the error.
The error can be fixed by creating msgs containing only valid characters. _________________ MQSeries.net helps those who help themselves..
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