ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » MQ Explorer v6.0 Issue

Post new topic  Reply to topic Goto page 1, 2  Next
 MQ Explorer v6.0 Issue « View previous topic :: View next topic » 
Author Message
hin3407
PostPosted: Mon Jul 09, 2007 10:57 am    Post subject: MQ Explorer v6.0 Issue Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Mon Jul 09, 2007 11:05 am    Post subject: Reply with quote

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
View user's profile Send private message
hin3407
PostPosted: Mon Jul 09, 2007 11:07 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Mon Jul 09, 2007 11:09 am    Post subject: Reply with quote

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
View user's profile Send private message
hin3407
PostPosted: Mon Jul 09, 2007 11:11 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Mon Jul 09, 2007 4:52 pm    Post subject: Reply with quote

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
View user's profile Send private message
EddieA
PostPosted: Mon Jul 09, 2007 6:34 pm    Post subject: Reply with quote

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
View user's profile Send private message
hin3407
PostPosted: Tue Jul 10, 2007 6:33 am    Post subject: Reply with quote

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
View user's profile Send private message
Biju
PostPosted: Wed Jul 11, 2007 2:19 am    Post subject: Reply with quote

Acolyte

Joined: 03 Oct 2005
Posts: 71

Is the command server running?
Back to top
View user's profile Send private message Yahoo Messenger
hin3407
PostPosted: Wed Jul 11, 2007 5:28 am    Post subject: Reply with quote

Centurion

Joined: 17 Oct 2006
Posts: 120

Yes the command server is running.
Back to top
View user's profile Send private message
EddieA
PostPosted: Wed Jul 11, 2007 10:00 am    Post subject: Reply with quote

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
View user's profile Send private message
vivica12
PostPosted: Fri Jul 13, 2007 12:21 pm    Post subject: Reply with quote

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
View user's profile Send private message
merien_took
PostPosted: Tue Jul 17, 2007 10:33 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Tue Jul 17, 2007 10:58 am    Post subject: Reply with quote

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
View user's profile Send private message
merien_took
PostPosted: Tue Jul 17, 2007 1:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General Discussion » MQ Explorer v6.0 Issue
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.