Author |
Message
|
dasnani |
Posted: Mon Jan 15, 2007 12:59 pm Post subject: Error creating config manager while running samples |
|
|
Newbie
Joined: 15 Jan 2007 Posts: 7
|
Hi,
I have installed on my laptop (Windows XP) IBM MQ v6 with fix pack 2 and IBM Message Broker 6 with fix pack 2.
I am trying to run an application in the Samples option and I am getting the error below when the ConfigManager is being created. User "dasnani" is what I use when I log into my machine. How can I work around this problem? Do I need to create another Windows user on my machine, set privileges and use that user instead?
I am new to this software so detailed instructions would be great.
*************************************************
C:\Program Files\IBM\MessageBrokersToolkit\6.0>CALL mqsicreatedb DEFBKDB6 -i dasnani -a ********
BIP9824I: Creating the DatabaseInstanceMgr Service Component.
BIP9832I: Starting the DatabaseInstanceMgr Service Component.
BIP9828I: Connecting to the Cloudscape Network Server on port 1527.
BIP9809I: Creating Derby Database 'DEFBKDB6', this may take a while.
BIP9829I: Cataloging the Derby Database 'DEFBKDB6'.
BIP9818I: IBM Cloudscape/Apache Derby was used to create the 'DEFBKDB6' database.
BIP8071I: Successful command completion.
C:\Program Files\IBM\MessageBrokersToolkit\6.0>exit]
Stderr: []
+++++++++++++++++++++++++++++++++++ task trace +++++++++++++++++++++++++++++++++++++++++++++
TIMESTAMP [Mon Jan 15 15:40:29 EST 2007]
Creating the Configuration Manager. [WBRK6_DEFAULT_CONFIGURATION_MANAGER]
Status ERROR: com.ibm.etools.mft.eou code=0 Could not create the Configuration Manager.
Collected output from task >
Stdout: [MQSI 6.0.0.3
C:\Program Files\IBM\MQSI\6.0
C:\Program Files\IBM\MessageBrokersToolkit\6.0>mqsicreateconfigmgr -i dasnani -a ******** -q WBRK6_DEFAULT_QUEUE_MANAGER WBRK6_DEFAULT_CONFIGURATION_MANAGER
BIP8134E: Unable to alter WebSphere MQ Queue Manager 'WBRK6_DEFAULT_QUEUE_MANAGER'.
This command attempts to alter a WebSphere MQ Queue Manager, the Queue Manager could not be altered.
Locate and resolve the problem and retry the command.
************************************************** |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 15, 2007 2:08 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
add the service user for the broker (or the user you ran the "create sample in") to the mqm group.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
dasnani |
Posted: Tue Jan 16, 2007 9:36 am Post subject: |
|
|
Newbie
Joined: 15 Jan 2007 Posts: 7
|
The service user already exists in the "mqm" group.
Here is the user setup I have on my Windows XP machine.
Log-on account on machine is dasnani under domain "GDT".
There is a local user MUSR_MQADMIN (I assume this was created when I installed MQ)
Groups include
mqbrkrs - GDT\dasnani is a member.
mqm - GDT\dasnani and MUSR_MQADMIN are members.
I intend to deploy and develop MB applications locally so I selected the "No domain controller" option when the 'Configure Websphere MQ Wizard' ran.
I hope this information is useful to indicate what else could be wrong.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 16, 2007 9:52 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Don't use a domain user, use a local user. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dasnani |
Posted: Tue Jan 16, 2007 10:27 am Post subject: |
|
|
Newbie
Joined: 15 Jan 2007 Posts: 7
|
Alright,
I created a new local user MQUSER_TEST and have added this user to both the groups mqbrkrs and mqm.
How do I indicate to MQ to use this newly created user rather than dasnani? Here is what I have done so far.
1. In Samples -> Create Default Configuration. The first screen has user as 'dasnani' and this is uneditable. When I enter the password for dasnani, the wizard fails on the first step "Verifying if broker exists". The message in the log file is:
BIP8071I: Successful command completion.]
Stderr: []
+++++++++++++++++++++++++++++++++++ task trace +++++++++++++++++++++++++++++++++++++++++++++
TIMESTAMP [Tue Jan 16 12:14:09 CST 2007]
Verifying that the default queue manager [WBRK6_DEFAULT_QUEUE_MANAGER] does not already exist.
Status ERROR: com.ibm.etools.mft.eou code=0 The default queue manager already exists.
Collected output from task >
Stdout: [QMNAME(WBRK6_DEFAULT_QUEUE_MANAGER) STATUS(Ended immediately)]
Stderr: [] null
2. Select Programs -> IBM MQ-> Prepare MQ Config Wizard.
I get the message "An unexpected error has occured while validating the security credentials of the user "GDT\dasnani". Ensure that the network is operational and that all required domain controllers are available.
The second issue is concerning because I have been creating and deleting local users to try to resolve this issue. Did I spoil some security settings in XP?
Thanks. |
|
Back to top |
|
 |
pathipati |
Posted: Tue Jan 16, 2007 10:32 am Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
login as MQUSER_TEST, and create default configuration. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 16, 2007 10:36 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
and then run mqsicreateaclentry to grant Full access to the configmgr Proxy for gdt/dasani _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|