Author |
Message
|
Picard |
Posted: Tue Oct 09, 2007 12:02 am Post subject: MQ Explorer unable to connect to local QMGR's |
|
|
Novice
Joined: 07 Dec 2006 Posts: 13
|
Hello
I recently installed MQ 6.0 and configured 2 QMGR's. Everything worked fine.
I then shut down the MQ Explorer GUI and when I restarted it, I couldn't connect to the QMGRs. I did no changes what so ever while the gui was down.
I can stop and start the QMGRs, but I can't connect to them, thus I can't see the queues/channels etc through it.
I've tried a few things like restarting MQ and replacing SYSTEM!MQEXPLORER!REPLY!MODEL with a copy from SYSTEM!DEFAULT!MODEL!QUEUE, but nothing has worked so far.
No problems displaying queues/channels etc in runmqsc.
Here's a picture on how it looks: http://i82.photobucket.com/albums/j253/Okkun/mqerror2.jpg
 |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 09, 2007 12:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Don't try replacing queue files in the OS - it won't work and may make things worse!
Obtain the same effect with strmqm -c
If this doesn't work, use runmqsc to check for damaged objects. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Oct 09, 2007 12:17 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
as vitor said strmqm -c shall do it
else try restarting ur machine or bouncing MQseries....
i do face this issue sometimes and restart helps _________________ Cheers |
|
Back to top |
|
 |
Picard |
Posted: Tue Oct 09, 2007 12:48 am Post subject: |
|
|
Novice
Joined: 07 Dec 2006 Posts: 13
|
I did "strmqm -c" as part as the tip from IBM involving the replacing of queues, but it unfortunatley did not correct the problem.
AkankshA, so a reboot of the machine usually helps?
But I don't want to loose my glorious uptime....
Ah, the problems you have to deal with as a sys adm!  |
|
Back to top |
|
 |
AkankshA |
Posted: Tue Oct 09, 2007 1:01 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
well
my env windows XP v6. latest fixes
even my team has fecd this issue couple of times and till now we could not figure out the exact cause
however if anyone faces these are the steps we follow
stop d qmgr
start d qmgr
if that does not help
stop mqseries and then restart
if that does not help too
restart the machine..
since developers have loacl env (QMs etc) restarting is not much of a trouble for us and it has always solved our problem so far
Good luck _________________ Cheers |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 09, 2007 1:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Vitor wrote: |
If this doesn't work, use runmqsc to check for damaged objects. |
Also ensure all components are running normally. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Michael Dag |
Posted: Tue Oct 09, 2007 1:32 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
ms_mq |
Posted: Tue Oct 09, 2007 1:53 am Post subject: |
|
|
Acolyte
Joined: 23 Feb 2007 Posts: 69
|
On the IBM Websphere MQ - > properties -> Configuration Information,
Is the mqjbnd05.dll loaded set to YES ? _________________ Regards,
MS |
|
Back to top |
|
 |
Picard |
Posted: Tue Oct 09, 2007 3:21 am Post subject: |
|
|
Novice
Joined: 07 Dec 2006 Posts: 13
|
Michael Dag wrote: |
is yourWMQInstallpath\Java\Lib in your PATH ? |
Yes
PATH=C:\Program Files\IBM\WebSphere MQ\Java\lib;
C:\Program Files\IBM\WebSphere MQ\bin;
C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;
[quote"=ms_mq"] On the IBM Websphere MQ - > properties -> Configuration Information,
Is the mqjbnd05.dll loaded set to YES ?[/quote]
It is.
Last edited by Picard on Tue Oct 09, 2007 3:40 am; edited 1 time in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Oct 09, 2007 3:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is your user running WMQ Explorer in MQM or otherwise properly authorized... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Picard |
Posted: Tue Oct 09, 2007 3:44 am Post subject: |
|
|
Novice
Joined: 07 Dec 2006 Posts: 13
|
jefflowrey wrote: |
Is your user running WMQ Explorer in MQM or otherwise properly authorized... |
I'm running WMQ Explorer as a lokal admin on this server, and I can stop/start the QMGRs or the MQSeries service without problem. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Oct 09, 2007 3:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Your photo shows that the command server is running. Is that still the case?
Can you tell, using mqsc, if Explorer is properly creating dynamic reply queues? Can you tell if the command server has the command queue open for input? Can you see any messages on the dead letter queue (assign one if the qmgr doesn't list anything in that property!)? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|