Author |
Message
|
techno |
Posted: Tue Apr 15, 2003 9:05 pm Post subject: mqsi broker creation failure |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
fROM THE COMMAND PROMPT: WINDOWS 2000 PRO
----------------------------------------------------------------
D:\>mqsicreatebroker MQB -i MACHINENAME\db2admin -a admin -q ECFMQT1 -n ODB2T -u db2admin -p admin
AMQ8110: WebSphere MQ queue manager already exists.
WebSphere MQ queue manager running.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
BIP8022E: Invalid service userid and password combination supplied.
The userid/password pair are not correct.
Correct and reissue the command.
------------------------------------------------------------
I logged into my machine using db2admin userid. Added this userid to mq* groups( six groups)
Can anybody guide me?
Thanks
Shiva. |
|
Back to top |
|
 |
lillo |
Posted: Wed Apr 16, 2003 12:00 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
Did you define de ODBC connection for the broker? and after adding the user to the different groups did you restart? _________________ Lillo
IBM Certified Specialist - WebSphere MQ |
|
Back to top |
|
 |
techno |
Posted: Wed Apr 16, 2003 9:11 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
Yeah, I did it so many times
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 16, 2003 9:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
For your service user you are specifying "MACHINENAME\db2admin" as the user name and "admin" as the password. For your database user you are specifiying "db2admin" as the user name and "admin" as the password.
The error message is saying that the password you are supplying for the service user does not match the password of the user name you are supplying.
Are you sure that the password for "MACHINENAME\db2admin" is "admin"? Are you sure that there is a user named db2admin defined on the local machine? Are you sure you added the MACHINENAME\db2admin user to your groups, and not the (presumably domain level) db2admin user? |
|
Back to top |
|
 |
techno |
Posted: Wed Apr 16, 2003 11:34 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
I have user 'db2admin' with password 'admin' to login to Windows 2000 pro. As well I have the same userid and password for login into DB2 also.
Also I have added all the groups that are created automatically (mq* - six groups) to the user 'db2admin'.
I was trying different uid/pwd combinations also. (gone through the help where it gives the choices of login)
db2admin admin
.\db2admin admin
MACHINENAME\db2admin admin
\\MACHINENAME\db2admin admin
Thanks
Shiva. |
|
Back to top |
|
 |
wmqiguy |
Posted: Thu Apr 17, 2003 4:41 am Post subject: |
|
|
 Centurion
Joined: 09 Oct 2002 Posts: 145 Location: Florida
|
Have you manually checked the ODBC connection?
Go to a db2 command line and type:
connect to ODB2T user db2admin using admin
See if you can connect. Good Luck.  |
|
Back to top |
|
 |
kirani |
Posted: Thu Apr 17, 2003 10:35 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Is your user-id part of Administrator group on this machine? Try using following command:
Code: |
mqsicreatebroker MQB -i db2admin -a admin -q ECFMQT1 -n ODB2T
or
mqsicreatebroker MQB -i .\db2admin -a admin -q ECFMQT1 -n ODB2T
|
_________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
muralihegde |
Posted: Thu Jun 19, 2003 11:47 pm Post subject: |
|
|
Centurion
Joined: 30 Apr 2002 Posts: 108
|
Hi All,
I also get the same error while trying to create either the broker or config manager. I have Wi2k Professional.
On this particular maching, earlier I had a working configmanager and two brokers. Then my Win2K crashed and we had to re install Win2K. So I am installing all the other products one by one again.
I am using user Id 'db2admin' and verified that by using this userId and password i can connect to the databases. the brokre database is also registered in odbc. the usreid db2admin belongs to all mqm and btoker related groups
Does this have to do with any Win2K specific patchest etc?
Any light on this matter is greatly appreciated.
Thanks,
murali |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Tue Dec 19, 2006 1:15 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
muralihegde wrote: |
Hi All,
I also get the same error while trying to create either the broker or config manager. I have Wi2k Professional.
On this particular maching, earlier I had a working configmanager and two brokers. Then my Win2K crashed and we had to re install Win2K. So I am installing all the other products one by one again.
I am using user Id 'db2admin' and verified that by using this userId and password i can connect to the databases. the brokre database is also registered in odbc. the usreid db2admin belongs to all mqm and btoker related groups
Does this have to do with any Win2K specific patchest etc?
Any light on this matter is greatly appreciated.
Thanks,
murali |
HI
I also get the same error.
Do you know where i sa problem ?
I use db2admin as a user and password. It's very hard to make mistake here.
PS. I dont know if it is important, but found there i dont have 2 services
"server" and "workstation" (Its my translation from polish).
Best Regards
Marcin |
|
Back to top |
|
 |
|