Author |
Message
|
mqmaniac |
Posted: Fri Jul 21, 2006 2:28 pm Post subject: MQ Explorer Not working |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
I am trying to use the MQ Explorer and see the following error on Windows NT server.
"COULD NOT INITIALIZE WEBSPHERE MQ SERVICES OBJECTS. NO SUCH INTERFACE SUPPORTED"
I am logging as mqm member.
I am able to use the strmqm and runmqsc BUT..
RUNMQSc do not disp[lay channel status:
DIS CHS(*)
"Channel status not found"
How do i find the prot number of the Queue Manager?
Pls help? |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jul 21, 2006 3:37 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Quote: |
RUNMQSc do not disp[lay channel status:
DIS CHS(*)
"Channel status not found" |
This means that the channels are inactive.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
wschutz |
Posted: Sat Jul 22, 2006 3:11 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
What version of MQ is this (v5, v6?). Windows NT is not a supported platform any longer.
You might try using netstat.... _________________ -wayne |
|
Back to top |
|
 |
mqmaniac |
Posted: Sat Jul 22, 2006 5:56 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
we are using MQ 5.3 CSD 11.and also able to start the queue managers using the strmqm/dspmq.and used RFHUTIL to Put/Get messages.
When we try to configure using First Steps..It blows up on Domain Controllers.
What role does Domain Controllers play in a network.I assume they are only used for Remote Administration and nothing else.
Do i need to take care Domain Controllers?
"how do i find port number of a quemanager with COMMANDS"
Pls Help |
|
Back to top |
|
 |
PaperHouse |
Posted: Mon Jul 24, 2006 1:54 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2006 Posts: 8 Location: London
|
I am assuming you are talking about MQ on Windows NT or 2000.
I wouldn't use Domain Controllers in NT unless you particularly need to. You can choose this option at Installation time.
It sounds like you may have missed out a screen on the Queue Manager Setup, there is an option to create a SYSTEM.ADMIN.SVRCONN channel and you can select the port you wish to use, otherwise it will use a default of 1414.
You can find out which listener port it is using by opening Websphere MQ Services panel, right click on the Queue Manager then choose Parameters, or you could find out through the Registry keys. |
|
Back to top |
|
 |
mqmaniac |
Posted: Mon Jul 24, 2006 4:10 am Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks for the replies..
Someone else has done the installationa nd left the team and I am supporting it.
I am unable to access the MQEXPLORER OR MQSRVICES and get the following error
"Could Not Initialize Websphere MQ Services Objects.No Such Interface Provided"
Is there any Way to find the port number of the Queue managers using Commands?
IS there any Scripts/Commands to "COPY THE ENTIRE STATE OF A QUEUE MANAGER" so that we could use it to restore on another Machine?
Pls Help!! |
|
Back to top |
|
 |
PaperHouse |
Posted: Mon Jul 24, 2006 5:06 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2006 Posts: 8 Location: London
|
It sounds like you don't have the correct access to the Queue Manager or the mqm group at the moment.
The MQ installation needs to have been done by someone in the Administrators group, that will create the MUSR_MQADMIN user and the mqm group.
Once in the mqm group, you should be able to administer any queue manager on the Server via MQ Services or MQ Explorer. You will only be able to connect MQ Explorer to the Queue Manager if it has a SYSTEM.ADMIN.SVRCONN channel. You may have to refresh security or restart the Queue Manager to gain mqm access to the Queue Manager.
You also need to check the Security settings on the directories where the Queue Manager is, make sure the mqm group has recursive full control over these directories.
DIS CHS(*) won't show you anything unless there are active channels on the Queue Manager. Try DIS QL(*) or DIS CHL(*) if you want to see some objects.
You can back up the Queue Manager objects by using the MS03 utility.
I don't know of any way to look at the Listener Port apart from the Registry Settings or through MQ Services.
You won't be able to support the Queue Manager without the correct access, have a look at the QMGR's error logs if you are refused access and they will tell you what is missing. |
|
Back to top |
|
 |
mqmaniac |
Posted: Mon Jul 24, 2006 1:27 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
Thanks a Bunch for the help.
The issue has been resoved after adding MUSR_MQADMIN to the Adminsitrators group.
There has been some Security Profiling over the network. which might have changed the Admin Rights of MUSR_MQADMIN .
I dont see any Issues now.I think this is the easy way out. |
|
Back to top |
|
 |
|