Author |
Message
|
tillywern |
Posted: Tue Aug 09, 2005 10:55 am Post subject: Windows Configuraiton Error: unable to create configmgr |
|
|
 Centurion
Joined: 28 Jan 2003 Posts: 109 Location: Colorado
|
OS Version: Microsoft XP 5.1.2600 Service Pack 1 Build 2600
Name: WebSphere MQ
Version: 530
CMVC level: p000-L021011
BuildType: IKAP - (Production)
WBIMB Ver: 5.0.1.4
C:\IBM\WBIMB\bin>strmqm BLAHCM
WebSphere MQ queue manager 'BLAHCM' started.
C:\IBM\WBIMB\bin>dspmq
QMNAME(BLAHCM) STATUS(Running)
Here I am trying to create the config mgr
C:\IBM\WBIMB\bin>mqsicreateconfigmgr -i hubusr -a xxxxxxx -q BLAHCM -n MQSICMDB
AMQ8110: WebSphere MQ queue manager already exists.
BIP8048E: Unable to start WebSphere Business Integration Queue Manager 'SSJCM'.
This command attempts to start a WebSphere Business Integration Queue Manager. The Queue Manager could not be started.
Check your system log for failure information. Ensure that the user name used to issue this command has the required permissions to start the WebSphere Business
Integration Queue Manager.
Note that the queue manager is already running. Also note that the following error shows up in the Event Viewer:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon .\MUSR_MQADMIN in order to run the server:
{4576E163-FA1A-11D1-ABB8-0004ACF79B59}
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
There is no reason for the process to use the MUSR_MQADMIN since hubusr is in the mqm group.
There is no reason to issue a start command to the qmgr since it is already running.
I have looked into the specific DCOM error and found that this error is common to a great many products and not just MQ. However I can't move forward with my installation without resolving it.
My mitigation measures have consisted of:
1. checking COM services to ensure they are runnning.
2. checking user names and passwords are correct and functioning |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 09, 2005 11:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you specify "BLAHCM", or "SSJCM"? If it really is BLAHCM, then why is it complaining about SSJCM?
Did you confirm that the user running mqsicreateconfigmgr has all of the priviledges that that user has to have? Being in MQM is not sufficient. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sradiraju |
Posted: Tue Aug 09, 2005 11:03 am Post subject: |
|
|
 Apprentice
Joined: 08 Sep 2002 Posts: 34 Location: Chicago,IL
|
The solution for this is to run dcomcnfg from the command line.
Look for the ″IBM MQSeries″ service entry in the applications list.
Click Properties > Identity tab, and change the user to the local administrator account, in your case its hubusr.
hth
Somesh |
|
Back to top |
|
 |
wschutz |
Posted: Tue Aug 09, 2005 11:05 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
Did you specify "BLAHCM", or "SSJCM"? If it really is BLAHCM, then why is it complaining about SSJCM?
|
Very good question... can you be sure no one created a "mqsicreateconfigmgr.bat" or "mqsicreateconfigmgr.cmd" file in the %path%? _________________ -wayne |
|
Back to top |
|
 |
tillywern |
Posted: Tue Aug 09, 2005 11:52 am Post subject: typo |
|
|
 Centurion
Joined: 28 Jan 2003 Posts: 109 Location: Colorado
|
Yes. Looks like my global search and replace didn't catch everything. Assume that the qmgr name is BLAH. In reality SSJQM is one one of the ones affected.
sradiraju
I changed Log On properties to specify "This account" and put hubusr, and admin account in the mqm group" into this section. When I tried to start the MQSeries service I got two of the aformentioned errors in the System Event Log.
Interestingly When I changed it back to the Local admin account the smae DCOM errors occur.
Interestingly MQExploder can't start either and similiar errors are generated. SO the problem must be on the periphery of MQSeries since the base product works fine. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 09, 2005 12:18 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You should be generating FDCs in the errors directory.
It seems pretty clear that you have some sort of security issue with the users you are trying to use. Did you review the section in the Quick Beginnings guide on configuring users in an AD domain? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tillywern |
Posted: Tue Aug 09, 2005 12:42 pm Post subject: Fixed!! |
|
|
 Centurion
Joined: 28 Jan 2003 Posts: 109 Location: Colorado
|
Thanks all for you ideas. In the end I made a guess that my windows registry may have been corrupted.
I have reinstalled MQSeries and applied CSD9.
My create statement now functions. |
|
Back to top |
|
 |
|