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 » IBM MQ Installation/Configuration Support » QM says it is created but doesn't appear

Post new topic  Reply to topic
 QM says it is created but doesn't appear « View previous topic :: View next topic » 
Author Message
IBeaumont
PostPosted: Wed Jul 05, 2006 2:45 am    Post subject: QM says it is created but doesn't appear Reply with quote

Newbie

Joined: 03 Jun 2004
Posts: 6

Hi,
I'm running some commands that worked fine on 5.3, but under v6 they don't seem to function correctly (running on Windows XP).

I create a QM using CRTMQM, and it says it created successfully, but when I try to start it using STRMQM it says it doesn't exist. I can't view it in the explorer either.
The directory for the QM is being created under the Qmgrs directory.

Here is console commands:
> crtmqm -c "Queue manager Test" -d SYTEM.DEFAULT.LOCAL.QUEUE -u SYSTEM.DEAD.LETTER.QUEUE test
> WebSphere MQ queue manager created.
>
> strmqm test
> AMQ8118: WebSphere MQ queue manager does not exist.

Any ideas?

TIA, Ian
Back to top
View user's profile Send private message
Nigelg
PostPosted: Wed Jul 05, 2006 2:52 am    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

You have probably created qmgr TEST, not test. Strings in WMQ are folded to upper case unless enclosed in brackets.
_________________
MQSeries.net helps those who help themselves..
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jul 05, 2006 2:54 am    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

Does your queue manager show up in the registry?
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jul 05, 2006 2:56 am    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

Nigelg wrote:
You have probably created qmgr TEST, not test. Strings in WMQ are folded to upper case unless enclosed in brackets.

dspmq will let you know what case it is in.

Nigel, I don't think it uppercases arguments to a commandline command!?
Back to top
View user's profile Send private message
IBeaumont
PostPosted: Wed Jul 05, 2006 3:21 am    Post subject: Reply with quote

Newbie

Joined: 03 Jun 2004
Posts: 6

Ok, ignore the typo I made when typing my message (it isn't down to the case).

It does appear in the registry. It has only only one node under it "AuthorityData"

Any more ideas?
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 05, 2006 3:23 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Did it appear in dspmq?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
IBeaumont
PostPosted: Wed Jul 05, 2006 3:35 am    Post subject: Reply with quote

Newbie

Joined: 03 Jun 2004
Posts: 6

Yes - says
STATUS(Ended normally)
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jul 05, 2006 5:15 am    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

IBeaumont wrote:
It does appear in the registry. It has only only one node under it "AuthorityData"

Any more ideas?


OK. So if it doesn't have a whole lot of subfolders under HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Configuration\QueueManager\<Replace this with whatever your QMName is>

Then I would be led to believe that it hasn't created it properly.

The output from crtmqm should look just about like this:

Code:
C:\Documents and Settings\user>crtmqm a
WebSphere MQ queue manager created.
Creating or replacing default objects for a.
Default objects statistics : 43 created. 0 replaced. 0 failed.
Completing setup.
Setup completed.


Have you tried to create another queue manager (either using MQExplorer or using crtmqm). Are permissions OK (i.e. are you in the mqm group, have you got sufficient permissions to update the registry etc)
Back to top
View user's profile Send private message
mvic
PostPosted: Wed Jul 05, 2006 5:26 am    Post subject: Re: QM says it is created but doesn't appear Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

IBeaumont wrote:
I'm running some commands that worked fine on 5.3, but under v6 they don't seem to function correctly (running on Windows XP).

If you can demonstrate this (I think you already have, above) then I recommend a call to IBM Support. It looks, from what you've said, as though something has changed between 5.3 and 6. And IBM Support should be able to help you overcome this.

Before calling Support, check that you have the latest Fix Packs / Refresh Packs etc.
Back to top
View user's profile Send private message
IBeaumont
PostPosted: Wed Jul 05, 2006 5:35 am    Post subject: Reply with quote

Newbie

Joined: 03 Jun 2004
Posts: 6

Ok - trying to create it in the Explorer gives me the following:


****************************************
* Command: crtmqm ffff
****************************************
WebSphere MQ queue manager created.
exitvalue = 536892949

So it seems that it creates the queue manager but then fails to create the objects that should be in it.

Looks like it could be a permission problem - but I've just installed this all on my laptop and have administrator privillages. I'm logging in locally and there is no domain control.
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jul 05, 2006 6:26 am    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

OK, a workaround could be to change your dcomcnfg to run mq as the interactive user.
DISCLAIMER: This is only a suggestion, not a prooven solution. But as it is only on your laptop it might be worth trying anyway.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jul 05, 2006 5:13 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

IBeaumont wrote:
Ok - trying to create it in the Explorer gives me the following:


****************************************
* Command: crtmqm ffff
****************************************
WebSphere MQ queue manager created.
exitvalue = 536892949

So it seems that it creates the queue manager but then fails to create the objects that should be in it.

Looks like it could be a permission problem - but I've just installed this all on my laptop and have administrator privillages. I'm logging in locally and there is no domain control.


Make sure your user Id is part of the mqm group.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » QM says it is created but doesn't appear
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.