Author |
Message
|
Meow |
Posted: Mon Jul 14, 2003 5:46 pm Post subject: MQSI CONFIGURATION PROBLEMS |
|
|
 Voyager
Joined: 25 Jun 2003 Posts: 95
|
Hi ,
I am trying to create the configmgr of MQSI using the following command.
mqsicreateconfigmgr -i mqsiuid -a XXXXX -q MQSI_SAMPLE_QM -d MQSERIES -n MQCMDB -m MQMRDB
and i am stuck with the following error
The Error in the Event viewer Application log is :
[configMgr] unknown message repository database name ConfigMgr. when starting the configmgr (creating/deleting) the message repository database name ConfigMgr couldnot be located.
i have created the MQMRDB database for Message repository and also setup the ODBC connections and authorised the user mqsiuid. I can connect to the MQMRDB using the mqsiuid and the password. but i am stuck with this error and couldnot proceed. I am not able to figure it out what's the reason behind the problem.
i have uninstalled the MQSI, DB2, and freshly installed them again. But the problem still exists. So finally i am planning to reinstall my Win2k operating system tomorrow. So Please help me out in this matter.
Thanks a ton.
Paruvan |
|
Back to top |
|
 |
mrlinux |
Posted: Tue Jul 15, 2003 5:27 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
I think you also need to supply userid and password for each of the databases in your mqsicreateconfigmgr
mqsicreateconfigmgr -i mqsiuid -a XXXXX -q MQSI_SAMPLE_QM -n MQCMDB -u DB-USERID -p XXXXXX -m MQMRDB -e DB-USERID -r XXXX
-p and -r are passwords for DB _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
EddieA |
Posted: Tue Jul 15, 2003 7:44 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Make sure the user is part of Administrators group.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jul 15, 2003 7:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
EddieA is correct.
This message
Quote: |
[configMgr] unknown message repository database name ConfigMgr. when starting the configmgr (creating/deleting) the message repository database name ConfigMgr couldnot be located. |
means that the service user is not a member of the Administrators group. |
|
Back to top |
|
 |
kirani |
Posted: Tue Jul 15, 2003 10:13 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
mrlinux wrote: |
I think you also need to supply userid and password for each of the databases in your mqsicreateconfigmgr
mqsicreateconfigmgr -i mqsiuid -a XXXXX -q MQSI_SAMPLE_QM -n MQCMDB -u DB-USERID -p XXXXXX -m MQMRDB -e DB-USERID -r XXXX
-p and -r are passwords for DB |
These parameters are optional. If you don't specify the DB user-id/pwd (-e and -r), then WMQI will use Service user-id/pwd to connect to the DB. _________________ 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 |
|
 |
Meow |
Posted: Tue Jul 15, 2003 2:48 pm Post subject: figured it out |
|
|
 Voyager
Joined: 25 Jun 2003 Posts: 95
|
Hi folks,
First of all thank you very much for your responses. I figured out the problem. The problem is with the the ODBC connection. I reconfigured the ODBC connections and it worked out.
But this time i also created a ODBC connection to the configuration manager database also. do we require an ODBC connection to the configuration manager or not?
Thank you,
Paruvan |
|
Back to top |
|
 |
kirani |
Posted: Tue Jul 15, 2003 4:02 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
In order to create all WMQI compoenents You need to have ODBC connection configured for Configuration manager DB, MRM DB and all your broker databases. _________________ 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 |
|
 |
EddieA |
Posted: Wed Jul 16, 2003 8:30 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
No. You don't need an ODBC connection for the ConfigMgr database if it is a seperate database.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|