Author |
Message
|
hin3407 |
Posted: Mon Jul 09, 2007 10:57 am Post subject: MQ Explorer v6.0 Issue |
|
|
Centurion
Joined: 17 Oct 2006 Posts: 120
|
I have MQv6.0.1.0 installed on a Windows Server, and suddenly, I am not able to see the Advanced information, such as the queues and channels. All I see i the queue Managers and whether they are running or not.
Has anyone seen such a problem, and if so, what would be the resolution.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 09, 2007 11:05 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
A) upgrade to 6.0.2.1
b) strmcfg -i followed by strmqcfg -c _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
hin3407 |
Posted: Mon Jul 09, 2007 11:07 am Post subject: |
|
|
Centurion
Joined: 17 Oct 2006 Posts: 120
|
Thanks for the tips.
What does the following do?
strmcfg -i followed by strmqcfg -c
Is the syntax this:
strmcfg -i <QMGR>
then do this...
strmqcfg -c <QMGR>
??? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 09, 2007 11:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
No.
It's just "strmqcfg -i"
and then "strmqcfg -c" _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
hin3407 |
Posted: Mon Jul 09, 2007 11:11 am Post subject: |
|
|
Centurion
Joined: 17 Oct 2006 Posts: 120
|
Neither the patch upgrade, nor the commands mentioned "strmqcfg" will delete the queue manager or discard any existing object definitions, correct? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 09, 2007 4:52 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
"strmqcfg" is "start mq configuration tool", i.e. the MQ Explorer.
That is, it is my belief that this has nothing to do with your MQ server runtime at all, and has only to do with your MQ Explorer runtime.
Unless you played around with security. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EddieA |
Posted: Mon Jul 09, 2007 6:34 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I would guess that you closed the Content view. Window -> Show view -> Content.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
hin3407 |
Posted: Tue Jul 10, 2007 6:33 am Post subject: |
|
|
Centurion
Joined: 17 Oct 2006 Posts: 120
|
Content view does not solve the problem, I tried that earlier, and that does not display the information. |
|
Back to top |
|
 |
Biju |
Posted: Wed Jul 11, 2007 2:19 am Post subject: |
|
|
 Acolyte
Joined: 03 Oct 2005 Posts: 71
|
Is the command server running? |
|
Back to top |
|
 |
hin3407 |
Posted: Wed Jul 11, 2007 5:28 am Post subject: |
|
|
Centurion
Joined: 17 Oct 2006 Posts: 120
|
Yes the command server is running. |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jul 11, 2007 10:00 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Can you see both the Navigation view and the Content view.
If you do, what is in the Content side. Does it show information for any of the folders from the Navigation side.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
vivica12 |
Posted: Fri Jul 13, 2007 12:21 pm Post subject: |
|
|
Acolyte
Joined: 13 Jul 2007 Posts: 58
|
I saw some similar issues with using MQExplorer against a lower version of the MQServer. So check your MQ Server version that you are trying to administer. I opened a PMR on this, and was instructed to get my server to version 6.0.2.0 or later, and it should resolve it _________________ Vivica - signing off |
|
Back to top |
|
 |
merien_took |
Posted: Tue Jul 17, 2007 10:33 am Post subject: |
|
|
Novice
Joined: 15 Dec 2006 Posts: 13
|
I'm seeing the same thing, hin3407. I have everything up to version 6.0.2.1 and can only view about half of the information that is supposed to be under a queue manager's properties.
I ran strmqcfg -i and strmqcfg -c with no change. MQExplorer and MQ are running on different computers. Would that make a difference? |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jul 17, 2007 10:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
merien_took wrote: |
MQExplorer and MQ are running on different computers. Would that make a difference? |
Yes.
You get different things from client connections than from bindings connections. In general, this makes sense if you think about it. In particular, if you consider how the missing things are usually stored, you will see that accessing them via PCF messages is not going to be possible. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
merien_took |
Posted: Tue Jul 17, 2007 1:29 pm Post subject: |
|
|
Novice
Joined: 15 Dec 2006 Posts: 13
|
Yeah, of course MQExplorer won't be able to read and edit .ini files on a remote computer. Doh!  |
|
Back to top |
|
 |
|