Discussion:
MQ STGCLASS PROBLEM
Ward, Mike S
2009-09-15 14:28:26 UTC
Permalink
Hello all, I have a small problem. Running z/os 1.7 with MQ V 6.0. I'm
trying to move several different queue's to a different storage class,
but I keep getting the below error. Since they are queue's that MQMB
uses I have made sure that the flows were stopped prior to running the
change. I also made sure that the queue's were empty. Is there some
trick to doing this? I used the define replace rather than the alter. Do
I need to use the alter? How can I display who has the queue open?


DEFINE QLOCAL ('XXX.LIST.REPLY') +
STGCLASS('REMOTE') +
REPLACE
CSQN205I COUNT= 4, RETURN=0000000C, REASON=00000008
CSQM107I SEPQ CSQMAQLC STGCLASS ACTIVE OR QUEUE IN USE
CSQM090E SEPQ CSQMAQLC FAILURE REASON CODE X'00D44004'
CSQ9023E SEPQ CSQMAQLC ' DEFINE QLOCAL' ABNORMAL COMPLETION
==========================
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please notify the system manager. This message
contains confidential information and is intended only for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this
information is strictly prohibited.


To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
gshubert-MaERPT+
2009-09-15 14:36:17 UTC
Permalink
In your queue list, you can hit PF11 to see how many Input Opens the queue
has, then select the queue to display the tasks. If nothing has the queue
open for input and the queue is empty, the alter should work.

Thank you,

Glen Shubert
Associate Director - Operations
T|SYS| - MQSeries Technical Support
email: gshubert-***@public.gmane.org



"Ward, Mike S"
<mward-C+***@public.gmane.org>
Sent by: MQSeries To
List MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
<***@LISTSER cc
V.MEDUNIWIEN.AC.A
T> Subject
MQ STGCLASS PROBLEM

09/15/2009 10:28
AM


Please respond to
MQSeries List
<***@LISTSER
V.MEDUNIWIEN.AC.A
T>






Hello all, I have a small problem. Running z/os 1.7 with MQ V 6.0. I'm
trying to move several different queue's to a different storage class,
but I keep getting the below error. Since they are queue's that MQMB
uses I have made sure that the flows were stopped prior to running the
change. I also made sure that the queue's were empty. Is there some
trick to doing this? I used the define replace rather than the alter. Do
I need to use the alter? How can I display who has the queue open?


DEFINE QLOCAL ('XXX.LIST.REPLY') +
STGCLASS('REMOTE') +
REPLACE
CSQN205I COUNT= 4, RETURN=0000000C, REASON=00000008
CSQM107I SEPQ CSQMAQLC STGCLASS ACTIVE OR QUEUE IN USE
CSQM090E SEPQ CSQMAQLC FAILURE REASON CODE X'00D44004'
CSQ9023E SEPQ CSQMAQLC ' DEFINE QLOCAL' ABNORMAL COMPLETION
==========================
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error
please notify the system manager. This message
contains confidential information and is intended only for the individual
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your
system. If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any
action in reliance on the contents of this
information is strictly prohibited.


To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html


-----------------------------------------
The information contained in this communication (including any
attachments hereto) is confidential and is intended solely for the
personal and confidential use of the individual or entity to whom
it is addressed. If the reader of this message is not the intended
recipient or an agent responsible for delivering it to the intended
recipient, you are hereby notified that you have received this
communication in error and that any review, dissemination, copying,
or unauthorized use of this information, or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this communication in error,
please notify us immediately by e-mail, and delete the original
message. Thank you

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Thakur, Dinesh Babulal
2009-09-16 02:59:23 UTC
Permalink
I think the following command should work to see who is using the queue

cpf DIS QSTATUS(queue_name) TYPE(HANDLE) MONITOR ALL

Regards, Dinesh


-----Original Message-----
From: MQSeries List [mailto:MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org] On
Behalf Of Ward, Mike S
Sent: Tuesday, September 15, 2009 10:28 PM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: MQ STGCLASS PROBLEM

Hello all, I have a small problem. Running z/os 1.7 with MQ V 6.0. I'm
trying to move several different queue's to a different storage class,
but I keep getting the below error. Since they are queue's that MQMB
uses I have made sure that the flows were stopped prior to running the
change. I also made sure that the queue's were empty. Is there some
trick to doing this? I used the define replace rather than the alter. Do
I need to use the alter? How can I display who has the queue open?


DEFINE QLOCAL ('XXX.LIST.REPLY') +
STGCLASS('REMOTE') +
REPLACE
CSQN205I COUNT= 4, RETURN=0000000C, REASON=00000008
CSQM107I SEPQ CSQMAQLC STGCLASS ACTIVE OR QUEUE IN USE
CSQM090E SEPQ CSQMAQLC FAILURE REASON CODE X'00D44004'
CSQ9023E SEPQ CSQMAQLC ' DEFINE QLOCAL' ABNORMAL COMPLETION
==========================
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity
to which they are addressed. If you have received this email in error
please notify the system manager. This message
contains confidential information and is intended only for the
individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify
the sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your
system. If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any
action in reliance on the contents of this
information is strictly prohibited.


To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES

Loading...