Author |
Message
|
ramukurra |
Posted: Mon Jan 09, 2006 12:07 pm Post subject: mqsicreateconfigmgr |
|
|
Novice
Joined: 10 Mar 2004 Posts: 18 Location: CT
|
Hi,
I am trying to create the configmgr on Windowx xp using WBIMB V5.0 csd 6.
I was able to create the Broker successfully and not configmgr and got the following message inthe command prompt.
BIP8078E:A problem was encountered while attempting to create/delete the Configuration Manager.The operation was not succesfully. Check the message in system log for related errors and retry the operation.If the problem still persists contact the IBM support center.
[color=darkred]This is the error message that I got System log [/color]The machine wide Default Launch and Activation security descriptor is invalid. It contains Access Control Entries with permissions that are invalid. The requested action was therefore not performed. This security permission can be corrected using the Component Services administrative tool.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Application Error log message in the EventViewer is like this
( ConfigMgr ) Unexpected exception in the Configuration Manager DBManager class constructor method; exception text: 'java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver', 'COM.ibm.db2.jdbc.app.DB2Driver'.
While attempting a database operation on the configuration repository, an exception was caught by the Configuration Manager DBManager class constructor method. The database operation did not complete successfully. The exception text is: java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver, COM.ibm.db2.jdbc.app.DB2Driver.
The exception text may indicate that the DB2 JDBC Driver could be found; check that the system CLASSPATH variable contains access to the DB2 runtime classes. If the DB2 classes are present in the CLASSPATH or if the exception text indicates a different problem, please contact your IBM support center.
I haven't get this kind of error before.
Any help can be appreciated.Thank you |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jan 09, 2006 12:17 pm Post subject: Re: mqsicreateconfigmgr |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
ramukurra wrote: |
check that the system CLASSPATH variable contains access to the DB2 runtime classes. |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
irony |
Posted: Mon Jan 09, 2006 8:19 pm Post subject: mqsicreateconfigmgr |
|
|
Apprentice
Joined: 18 Nov 2005 Posts: 35 Location: US
|
hi ram,
also check ur MQ installation. I think you have not installed all components of MQ. Do not un-install, just hit install and select the missing components.
regards,
irony |
|
Back to top |
|
 |
premkumar |
Posted: Mon Jan 09, 2006 9:14 pm Post subject: |
|
|
 Apprentice
Joined: 24 Feb 2004 Posts: 40
|
Hi,
Have u installed db2?
If yes then the user id u r using has permission to db2 and wbimb..
Have u created the configuration manager DB with the same user id???
As the error clearly says the user id u have logged in doesn not have classpath variables set. so make sure u have set the required classpath variables for db2. _________________ Thanks and Regards,
Premkumar.S |
|
Back to top |
|
 |
srindies |
Posted: Mon Jan 09, 2006 11:12 pm Post subject: |
|
|
Apprentice
Joined: 06 Jan 2006 Posts: 28
|
Install DB2 database in your installation and make sure your configuration manager user id have access to the database. Look out for DB2 installation directory and add it in your classpath. Following jar files should be added in classpath for successful operation. Check your installation directory.
C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;
Regards,
Sridhar H |
|
Back to top |
|
 |
ramukurra |
Posted: Tue Jan 10, 2006 5:35 am Post subject: Thanks for all replies |
|
|
Novice
Joined: 10 Mar 2004 Posts: 18 Location: CT
|
Hi,
Thanks to every one
I installed DB2,Created ConfigurationDatabasetable,user got the access too.
I install the WBIMBV5.0 , created the Broker , ConfigMgr and worked with Toolkit successfully before.I haven't add jar files to CLASSPATH before and worked fine.Any one can through more light on it.
Thank you |
|
Back to top |
|
 |
premkumar |
Posted: Tue Jan 10, 2006 7:47 pm Post subject: |
|
|
 Apprentice
Joined: 24 Feb 2004 Posts: 40
|
Hi,
So what was the problem????
You have not installed db2 or what??? _________________ Thanks and Regards,
Premkumar.S |
|
Back to top |
|
 |
rob.wright |
Posted: Tue Sep 05, 2006 1:00 pm Post subject: |
|
|
Newbie
Joined: 05 Sep 2006 Posts: 2
|
I know this discussion is a bit old, but I hit it when trying to fix my problem ...... which I eventually did. Read on ....
You may be having problems due to the login ID of your ConfigMgr not being in the required security groups. Look in the section "Security requirements for administrative tasks" in the WBIMB Configuration, Administration, and Security manual.
I just hit this problem on windows ... oh the pain ... This is too much when I think back ... ... Firstly I thought it was related to my CLASSPATH so I rebuilt it to use short names ... no joy. After much research I decided to rebuild my WBIMB environment. It had got a bit crazy anyway as I had too many queue managers and brokers. So I deleted all the brokers and the ConfigMgr. Rebuilt the ConfigMgr and STILL had the problem.
It was THEN that I found this
http://www.mqseries.net/phpBB2/viewtopic.php?t=17247&view=previous&sid=1fedf13aad5e18114189f4090a9433ac
For some reason my ConfigMgr userid had changed to LocalSystem - I had recently upgraded to MQV6 and also uninstalled the MQ AMI product. Not sure if somewhere in there this occurred. Anyway, when I rebuilt it I used a domain userid - oh the ignorance - the ID needs to be local, in the MQBRKRS group and be in the Adminstrators group.
The outcome is that I created a new userid, added it to the relevant groups and hey presto - it works
In the end, if I'd found the above link I could have saved myself a bit of pain. Then again, I get to cleanup my laptop - all's well that ends well.
I am now going around the posts that describe the same problem and linking in the resolution that worked for me.
HTH
Rob |
|
Back to top |
|
 |
|