Author |
Message
|
vincent |
Posted: Thu May 18, 2006 3:24 pm Post subject: how to run in runmqsc? |
|
|
Voyager
Joined: 21 Apr 2006 Posts: 81
|
Pls let me know how to run the following command in runmqsc
DISPLAY CONN(*) WHERE(APPLTAG EQ <appltag>) UOWSTDA UOWSTATI
I got the error messages as follows:-
DISPLAY CONN(*) WHERE(APPLTAG EQ <appltag>) UOWSTDA UOWSTATI
AMQ8405: Syntax error detected at or near end of command segment below:-
DISPLAY C
-vincent |
|
Back to top |
|
 |
WBI_user |
Posted: Thu May 18, 2006 8:28 pm Post subject: |
|
|
Partisan
Joined: 07 Aug 2001 Posts: 386
|
I tried your command, I got
DISPLAY CONN(*) WHERE(APPLTAG EQ <appltag>) UOWSTDA UOWSTATI
2 : DISPLAY CONN(*) WHERE(APPLTAG EQ <appltag>) UOWSTDA UOWSTATI
AMQ8569: Error in filter specification
DISPLAY CONN(*) WHERE(APPLTAG EQ <
AMQ8427: Valid syntax for the MQSC command:
DISPLAY display_cmd
WHERE( filter_keyword operator filter_value )
operator := [ LT | GT | EQ | NE | LE | GE | CT | EX | LK | NL | CTG | EXG ]
This is expected because I did not specify the appltag |
|
Back to top |
|
 |
wschutz |
Posted: Fri May 19, 2006 2:35 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
DISPLAY CONN(*) WHERE(APPLTAG EQ <appltag>) UOWSTDA UOWSTATI
AMQ8405: Syntax error detected at or near end of command segment below:-
DISPLAY C |
But the mqsc parser is complaining about the "display conn" bit.... I'd bet this isn't MQ V6. _________________ -wayne |
|
Back to top |
|
 |
vincent |
Posted: Fri May 19, 2006 5:39 am Post subject: |
|
|
Voyager
Joined: 21 Apr 2006 Posts: 81
|
|
Back to top |
|
 |
wschutz |
Posted: Fri May 19, 2006 5:48 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
well, you can't put <appltag> in, you have to put in a value like:
Code: |
dis conn(*) where(appltag eq 'runmqsc') |
_________________ -wayne |
|
Back to top |
|
 |
emiranda |
Posted: Fri Aug 10, 2007 3:03 am Post subject: |
|
|
 Disciple
Joined: 21 Nov 2002 Posts: 196 Location: Dublin, Ireland
|
DISPLAY CONN(*) WHERE (APPLTAG EQ 'IBM\WEA28F~1\bin\runmqsc.exe') UOWSTDA UOWSTTI
Note:
Instead of UOWSTATI use UOWSTTI or UOWSTATE
UOWSTATI is mistyped in the manual  _________________ Warm Regards,
EM |
|
Back to top |
|
 |
Scubie |
Posted: Mon Oct 05, 2009 12:11 pm Post subject: |
|
|
Apprentice
Joined: 09 Oct 2001 Posts: 26 Location: Pretoria, South Africa
|
Thanks guys, I see MQMONNTP has a graphical display for DISPLAY CONN!
I will try to identify the process first of all!
Cheers
Carlo _________________ ________________________________
Carlo Henrico
Live fast, die young, enjoy a good looking corpse! |
|
Back to top |
|
 |
|