Author |
Message |
Topic: How to combine WHERE statement in MQSC |
aman.kumar
Replies: 3 Views: 8927
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 16, 2017 1:08 pm Subject: How to combine WHERE statement in MQSC |
Hello Experts,
I am trying to combine the WHERE statement during "DIS QSTATUS" but I am not getting any successful results, anyone here has tried that?
Following commands I tried but ... |
Topic: Strange behaviour from MQSC command |
aman.kumar
Replies: 5 Views: 10474
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 16, 2017 12:25 pm Subject: Strange behaviour from MQSC command |
I figured it out, the right command is
dis qs(T1T1) type(handle) all where (PID NE 28882)
11 : dis qs(T1T1) type(handle) all where (PID NE 28882)
AMQ8565: Queue status not found. |
Topic: Strange behaviour from MQSC command |
aman.kumar
Replies: 5 Views: 10474
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 16, 2017 11:31 am Subject: Strange behaviour from MQSC command |
Hi Joseph,
It worked.
You migh try where(MCAUSER NL 'mqm*'). I just read about the where clause... again. You should try it.
something similar I am trying to do with "DIS QS" but I ... |
Topic: Strange behaviour from MQSC command |
aman.kumar
Replies: 5 Views: 10474
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 16, 2017 10:22 am Subject: Strange behaviour from MQSC command |
dis chs(COMMON.BRK.SVRCONN) where (MCAUSER NE 'mqm')
2 : dis chs(COMMON.BRK.SVRCONN) where (MCAUSER NE 'mqm')
AMQ8417: Display Channel Status details.
CHANNEL(COMMON.BRK.SVRCONN) CHLTYPE(SVRCONN ... |
Topic: Strange behaviour from MQSC command |
aman.kumar
Replies: 5 Views: 10474
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 16, 2017 8:53 am Subject: Strange behaviour from MQSC command |
I noticed a strange behaviour from below MQSC command, I tried to filter out all the Channel Status where MCAUSER is "NOT" mqm but the command still returns me that.
dis chs(COMMON.BRK.SV ... |
Topic: Recursively running MQSC to check XMITQ status |
aman.kumar
Replies: 6 Views: 7015
|
Forum: General IBM MQ Support Posted: Wed Aug 16, 2017 8:51 am Subject: Recursively running MQSC to check XMITQ status |
Hi fjb_saper,
I have tried and the "Dis QS(NAME)", doesn't work on REMOTE Queues. I got the error as "AMQ8147: WebSphere MQ object NAME not found." |
Topic: Recursively running MQSC to check XMITQ status |
aman.kumar
Replies: 6 Views: 7015
|
Forum: General IBM MQ Support Posted: Wed Aug 16, 2017 8:14 am Subject: Recursively running MQSC to check XMITQ status |
hello experts,
we have a situtation where we have asked to collect the details of all the applications (we have a list of more than 35 applications which all has its own remote queues and SVRCONN c ... |