Author |
Message
|
wmc27 |
Posted: Wed Aug 17, 2011 7:46 am Post subject: Q Manager not showing the complete List |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
MQ Queue Manager not showing the details under Queue maanger
I did start/stop/start the Q mgr and still i dont see any queue details ,
While i am trying to conenct to the default queue manager from WMB 6.1.0.8 ,i get the below error message in the Even Viewer (Application )
Could you please HELP me to resolve this Issue .
Error Details
WBRK61_DEFAULT_BROKER ) A problem was detected with WebSphere MQ while issuing 'MQCONN' for WebSphere MQ Queue Manager ''WBRK61_DEFAULT_QUEUE_MANAGER''. MQCC=2, MQRC=2063.
The operation on the specified queue manager returned with the indicated WebSphere MQ completion and reason code.
Check the WebSphere MQ completion and reason codes in the WebSphere MQ Application Programming Reference manual to establish the cause of the error, taking any appropriate action. It may be necessary to restart the message broker after you have performed this recovery action. If an MQOPEN was unsuccessful because the queue manager did not exist, then define this object to WebSphere MQ. If the problem was because incorrect object names were specified, then the message broker will try to recover, if the problem persists it may be necessary to restart the message broker. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 17, 2011 8:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Try starting the qmgr from a Dos window with the -si flag
Code: |
strmqm -si <QMGRNAME> |
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 17, 2011 8:01 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
and MQRC 2063 means what?
And that tells you the problem is with what, then? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Aug 17, 2011 8:01 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
wmc27 |
Posted: Wed Aug 17, 2011 10:03 am Post subject: |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
Problem Resolved
i Have executed the following commands in order and the Probelmem solved
H:\>dspmq [/b
(display queue managers status )
[b]H:\>strmqm -c WBRK61_DEFAULT_QUEUE_MANAGER
Starts the queue manager, redefines the default and system objects, then stops the queue manager
H:\>strmqm WBRK61_DEFAULT_QUEUE_MANAGER |
|
Back to top |
|
 |
wmc27 |
Posted: Wed Aug 17, 2011 11:12 am Post subject: |
|
|
 Apprentice
Joined: 18 Dec 2008 Posts: 31
|
I have restaretd the laptop and i could still see the same problem again,
Complete list is not showing again under Q Mgr ,
Now i would like to kill the MQ process(CTRL_ALT+del) ,How to identify the process name to kill . |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 17, 2011 11:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Just keep killing processes randomly until it fixes things.
It's the same method you've been using so far - just doing random things for no reason just in case it might help.
You are getting a specific reason code from MQ - MQRC 2063.
It means there's a SECURITY ISSUE.
Either your user is not a member of the right group or you don't have the necessary mq privileges to do what you're trying to do.
You can fix this either by changing the group memberships of your user or by using the setmqaut command. |
|
Back to top |
|
 |
|