Author |
Message
|
genestep |
Posted: Wed Apr 17, 2002 9:47 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
I try to install MQSI 2.1 on a NT4.0 Server (primary domain) and i have a problem with the config manager or broker creation.
Everything is OK with the creation of the tables in the database and with queues creation, But i can't create the service (invalid userId/password pair ... error BIP2048E). I'm logged and use to create an administrator account with rights on all mqxxx domains
Someone can help me ???
Thanks
Philippe |
|
Back to top |
|
 |
kirani |
Posted: Wed Apr 17, 2002 11:53 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Philippe,
Looks like some database error. Can you poset your mqsicreate.... commands here?
Make sure you first create Configuration Manager and MRM Databases and register them for ODBC before your run mqsiconfigmgr command. Also grant appropriate permission for ServiceUserId/DBUserID (used in mqsicreateconfigmgr command) on these databases.
Similarly, create broker database and register it for ODBC connection before you run mqsicreatebroker command. Give appropriate permissions for serviceuseID/DBUserID on broker database.
_________________ 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 |
|
 |
genestep |
Posted: Wed Apr 17, 2002 11:14 pm Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
Hi
Here the command i use to create config manager :
mqsicreateconfigmgr -i wmqi_admin -a ******** -q QLADW01 -n MQSICMDB -m MQSIMRDB
It creates table in MQSICMDB and MQSIMRDB but can't create the service. Here's the execution result :
AMQ8110: MQSeries queue manager already exists.
MQSeries 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.
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.
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.
the userId is declared if domain mqxxxx like it's recommended in documentation when you use a promary domain server
I hope you can help me with this details
Thanks
Philippe |
|
Back to top |
|
 |
vedbhat |
Posted: Wed Apr 17, 2002 11:25 pm Post subject: |
|
|
 Disciple
Joined: 19 Mar 2002 Posts: 186 Location: Singapore
|
Hi,
The userid and password can be a max of 8 characters. This is DB2 limitation.
Regards
Ved |
|
Back to top |
|
 |
genestep |
Posted: Thu Apr 18, 2002 3:01 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
Hi,
I try to change the user but it's the same error. I think it's a NT rights problem. Is someone installed Config Manager on a primary domain NT4.0 server. What kind of rights (administrator, domain admin, mqxxx, domain mqxxx ...) and what policies user rights you use ?
Thanks |
|
Back to top |
|
 |
genestep |
Posted: Thu Apr 18, 2002 11:04 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
I have the same problem with the User Name Server which not use database connection. I think it's really a user right problem.
Is someone installed it on an NT 4.0 server which is primary domain server and have this kind of problem to create service ?
Thanks |
|
Back to top |
|
 |
kirani |
Posted: Thu Apr 18, 2002 11:28 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Have you tried specifying -d parameter in mqsicreateconfigmgr command?
_________________ 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 |
|
 |
genestep |
Posted: Thu Apr 18, 2002 11:59 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
Yes I tried with -d option with security domain name, with domain in the userID,
but it looks like if the user doesn't exist : if i use an unknown userId in NT user manager, i have the same response. Perhaps i need to declare something somewhere to define where MQSi need to authenticate user ?
Thx |
|
Back to top |
|
 |
kirani |
Posted: Thu Apr 18, 2002 12:23 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Can you check whether the id under which you are running these commands is defined in PRIMARY DOMAIN and it has Administrator rights on this machine.
_________________ 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 |
|
 |
genestep |
Posted: Fri Apr 19, 2002 12:44 am Post subject: |
|
|
Apprentice
Joined: 16 Apr 2002 Posts: 43 Location: France
|
Hi
I find the solution (ridiculous solution)
In fact, on my machin the service "computer browser" wasn't start => this service seems to be needed to find user in security domain even if you install MQSI on the primary server
Thanks for your help |
|
Back to top |
|
 |
sparsons |
Posted: Thu Aug 15, 2002 8:47 am Post subject: |
|
|
 Newbie
Joined: 11 Mar 2002 Posts: 6
|
Adding further info to this fix:
I tried starting the Computer Browser service on my machine. I got the following error:
Error 1075: The dependency service does not exist or has been marked for deletion.
In the System Log, I found this error:
The Computer Browser service depends on the following nonexistent service: LanmanServer
I then, under Network and Dailup Connections, installed the File and Print Sharing Service. The Computer Browser service started, and I then was able to create the WMQI configuration manager. |
|
Back to top |
|
 |
|