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 » WebSphere Message Broker (ACE) Support » mqsi broker creation failure

Post new topic  Reply to topic
 mqsi broker creation failure « View previous topic :: View next topic » 
Author Message
techno
PostPosted: Tue Apr 15, 2003 9:05 pm    Post subject: mqsi broker creation failure Reply with quote

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
View user's profile Send private message
lillo
PostPosted: Wed Apr 16, 2003 12:00 am    Post subject: Reply with quote

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
View user's profile Send private message
techno
PostPosted: Wed Apr 16, 2003 9:11 am    Post subject: Reply with quote

Chevalier

Joined: 22 Jan 2003
Posts: 429

Yeah, I did it so many times

Thanks.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Apr 16, 2003 9:23 am    Post subject: Reply with quote

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
View user's profile Send private message
techno
PostPosted: Wed Apr 16, 2003 11:34 am    Post subject: Reply with quote

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
View user's profile Send private message
wmqiguy
PostPosted: Thu Apr 17, 2003 4:41 am    Post subject: Reply with quote

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
View user's profile Send private message
kirani
PostPosted: Thu Apr 17, 2003 10:35 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
muralihegde
PostPosted: Thu Jun 19, 2003 11:47 pm    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
marcin.kasinski
PostPosted: Tue Dec 19, 2006 1:15 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » mqsi broker creation failure
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.