Skip to main content

Posts

Showing posts from December, 2010

MQRC and MQCC Understanding MQ reason codes and completion codes 2110, 2092,2080,2030 - Middleware News

2110 0x0000083e MQRC_FORMAT_ERROR Problem(Abstract) You attempt to get a message from your queue. The getting application fails with a data conversion format error. Symptom 2110 0x0000083e MQRC_FORMAT_ERROR Cause The most common reason for 2110 is an incorrect message format in the message descriptor. Resolving the problem Specify the correct MQMD Format for your message. The format 'MQSTR ' is what most applications use to convert string data (non numeric data). 2092 MQRC XMIT Q USAGE ERROR Problem(Abstract) You put a message to your queue remote and you expect that it will go to the transmission queue and flow across your sender channel. The putting application fails with the following symptom. Symptom 2092 0x0000082c MQRC_XMIT_Q_USAGE_ERROR Cause 2092 is returned because the transmission queue definition did not specify the xmitq parameter. Resolving the problem Alter the transmission queue and specify usage(xmitq) parameter. Example: al

adsrerrapop