Author |
Message
|
asamanta |
Posted: Tue Dec 23, 2003 10:40 pm Post subject: WBI MB 5.0 - Communicating with the Configuration Manager |
|
|
Novice
Joined: 20 Aug 2003 Posts: 18
|
BIP0889E An exception occured while communicating with the Configuration Manager on Queue Manger.
WebSphere Studio is experiencing problems communicating with the Configuration Manager
Ensure that the Configuration Manager is available, ...if so ...retry the operation after increasing
Configuration Manager Proxy retry attempts values in Preferences
Details:
TopicRoot information was not received from the Configuration Manager. Either the Configuration Manager is not available or the user 'db2admin@asamanta' does not have authority to view the object. (UUID='TopicRoot', required attribute='name') |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 24, 2003 7:25 am Post subject: Re: WBI MB 5.0 - Communicating with the Configuration Manage |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
asamanta wrote: |
Either the Configuration Manager is not available |
Did you check this?
asamanta wrote: |
or the user 'db2admin@asamanta' does not have authority to view the object. (UUID='TopicRoot', required attribute='name') |
Does the user 'db2admin@asamanta' have the correct authorities on the Configuration Manager box? Note, that if the Configmgr box is different than the machine called 'asamanta', then the user 'db2admin' on that box is NOT the same as the user 'db2admin' on the box 'asamanta'. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jfluitsm |
Posted: Fri Jan 02, 2004 1:28 am Post subject: |
|
|
Disciple
Joined: 24 Feb 2002 Posts: 160 Location: The Netherlands
|
I got the same problem.
The ConfigMgr in 5.0 is by default domain aware (-l 2), you can switch this off by issuing the following command:
Code: |
mqsichangeconfigmgr -l 0 |
You can also use the value 1 so you can mix domain awareness.
There is no need to change the toolkit, it will find out by itself what to use. _________________ Jan Fluitsma
IBM Certified Solution Designer WebSphere MQ V6
IBM Certified Solution Developer WebSphere Message Broker V6 |
|
Back to top |
|
 |
nevin |
Posted: Fri Jan 02, 2004 2:25 am Post subject: |
|
|
 Newbie
Joined: 16 Dec 2002 Posts: 9
|
Try to use the security wizard that comes with WBIMB, if you haven't already, to add your user to the appropriate groups so as to grant the appropriate authority. |
|
Back to top |
|
 |
damianharvey |
Posted: Thu Feb 12, 2004 6:23 pm Post subject: |
|
|
 Acolyte
Joined: 05 Aug 2003 Posts: 59 Location: Sydney, Australia
|
jfluitsm wrote: |
I got the same problem.
The ConfigMgr in 5.0 is by default domain aware (-l 2), you can switch this off by issuing the following command:
Code: |
mqsichangeconfigmgr -l 0 |
You can also use the value 1 so you can mix domain awareness.
There is no need to change the toolkit, it will find out by itself what to use. |
I had the same problem. This fixed it a treat.
Thanks, you've made my day.
Damian. |
|
Back to top |
|
 |
|