Posted: Fri Feb 16, 2007 12:00 am Post subject: List queue size and depth when receiving reason2192 on Z/os
Centurion
Joined: 29 Jan 2007 Posts: 143 Location: Hillerød / Denmark
Hi !
I'm receiving return code=2 reason=2192 on Z/os and it is because a lot of messages on a queue. How do i find the queue when CSQUTIL Display gets 2192 ?
Last edited by TBS on Fri Feb 16, 2007 2:08 am; edited 2 times in total
2129 is MQRC_ADAPTER_CONN_LOAD_ERROR and has nothing to do with number of messages.
It is is caused if you don't have the MQ load libraries in your JCL JOBLIB/STEPLIB or in the system link list. _________________ Bob Buxton
Ex-Websphere MQ Development
CSQUTIL, the ISPF panels, and other MQ automation work by putting messages on SYSTEM.COMMAND.INPUT.QUEUE and getting replies in dynamic queues.
If the pageset these queues live on is full then you will be in trouble.
You will need to use the operator command input instead which does not rely on queues. Enter your commands via the system operator console, SDSF, or JCL // COMMAND. You may need to enlist a systems administrators help if you are not authorized to issue operator commands. _________________ Bob Buxton
Ex-Websphere MQ Development
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