Author |
Message
|
mindaugas |
Posted: Wed Sep 06, 2006 5:44 am Post subject: MQ 6.0 Explorer doesn't list queues and other objects |
|
|
Newbie
Joined: 06 Sep 2006 Posts: 4
|
Hello,
I have installed WMQ 6.0 trial on WinXP SP2.
Eclipse 3.0.1 is from MQ installation package.
Also tried MQ 6.0.1 Fix Pack 1.
The problem is that MQ Explorer doesn't list any objects of QMs.
QM nodes are shown, but queues, channels, etc. doesn't appear in their lists.
Show System Objects option is enabled.
Even No Filter is selected.
DISPLAY in MQSC console shows existing default queues.
I can create QMs using both MQSC and Explorer.
Default objects are created in both cases and are visible in console, but not in Explorer.
I can successfully create new queue using MQSC console and see it using DISPLAY.
But even the new queue is not visible in Explorer.
And when I try to create new queue in Explorer, I have error in New Local Queue dialog:
"No object has been specified to use as a source for the object attributes. Use the select button to pick an object."
And field where default queue should be selected contains text:
"No system default object available, please select one"
Selection list is empty, no default queues are listed here.
Windows user that I am using is in Administrators group. I also have added it to mqm group.
Any insights? What can be wrong?
Thank You |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 06, 2006 5:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You didn't create the default objects when you built the queue manager.
You don't have a command server running.
You don't have SYSTEM.MQEXPLORER.MODEL.QUEUE.
You didn't run REFRESH SECURITY after adding your user to mqm. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nathanw |
Posted: Thu Sep 07, 2006 1:23 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
You didnt do proper search on here before posting your query
and you probably didnt RTFM
YTSTOTSSIB |
|
Back to top |
|
 |
mindaugas |
Posted: Thu Sep 07, 2006 6:24 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2006 Posts: 4
|
Default objects are created, MQSC console shows them all.
And command server is running.
I don't have SYSTEM.MQEXPLORER.MODEL.QUEUE .
Did you mean SYSTEM.MQEXPLORER.REPLY.MODEL ?
SYSTEM.MQEXPLORER.REPLY.MODEL is in place.
(QMgr is newly created, not imported from v5.3)
I tried REFRESH SECURITY, nothing has changed.
I have spent 2 days on this problem, before posting. Don't blame me, guys, I really need help on this.
Thanks |
|
Back to top |
|
 |
tleichen |
Posted: Thu Sep 07, 2006 6:32 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
 _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
CMF |
Posted: Thu Sep 07, 2006 7:43 am Post subject: |
|
|
Novice
Joined: 18 Apr 2006 Posts: 10 Location: Nashville
|
From the menu...
Window-->Show View-->WebSphere MQ - Content |
|
Back to top |
|
 |
mindaugas |
Posted: Fri Sep 29, 2006 6:53 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2006 Posts: 4
|
Here is what IBM support guys have finally figured out:
Queue manager code page is not being correctly handled by MQ Explorer on my station, particularly in the JVM. CCSID 775 should work, but doesn't.
They wiil put this in a low priority bug list.
Seems that nobody else is using MQ in Lithuania  |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Oct 01, 2006 3:24 am Post subject: This happens with other Code Pages as well |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I think the problem happens when you do an ALTER QMGR and change the CCSID of the newly created QMGR
The solution I have found is to use the MQ Explorer and Right Click the mouse over the QMGR Name and then "Start" the QMGR. This seems to open
the explorer and then you can see the objects.
As an alternative, you can restart the QMGR from the command line.
This might be worth a try. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mindaugas |
Posted: Mon Oct 02, 2006 3:32 am Post subject: |
|
|
Newbie
Joined: 06 Sep 2006 Posts: 4
|
Default CCSID is 775 in my installation, so, I alter it manualy and then Explorer works fine with it. |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Oct 03, 2006 1:52 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Execute the following command after closing the explorer
strmqm -c <QMGR_NAME>
and open the explorer, and see, i think it will be reflected
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|