Author |
Message
|
brgmo |
Posted: Fri Oct 26, 2007 3:04 am Post subject: broker not getting configured after deleted |
|
|
Master
Joined: 03 Jun 2002 Posts: 227
|
Hi All,
I deleted broker from the configmgr domain and now when i am trying to reconfigure the broker in the message broker toolkit domain, it says that the broker is already bound to the queue manager i am trying to bind the broker with. can someone please helpme with this as this is a production box and i am under high pressure.
Regards
brgmo. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Oct 26, 2007 3:08 am Post subject: Re: broker not getting configured after deleted |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
brgmo wrote: |
Hi All,
I deleted broker from the configmgr domain and now when i am trying to reconfigure the broker in the message broker toolkit domain, it says that the broker is already bound to the queue manager i am trying to bind the broker with. can someone please helpme with this as this is a production box and i am under high pressure.
Regards
brgmo. |
Version and Environment?? _________________ MQ & Broker admin |
|
Back to top |
|
 |
brgmo |
Posted: Fri Oct 26, 2007 3:18 am Post subject: |
|
|
Master
Joined: 03 Jun 2002 Posts: 227
|
version is 6 and windows/aix environment. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Oct 26, 2007 3:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Use the configmgr API exerciser to remove all traces of a previously deleted broker from the configmgr and try again...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
brgmo |
Posted: Fri Oct 26, 2007 3:27 am Post subject: |
|
|
Master
Joined: 03 Jun 2002 Posts: 227
|
where i can get the configmgr api exerciser,please. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Oct 26, 2007 3:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Check the broker menu on your windows development stack (full stack)
There should be a link that brings up the java gui of the config mgr proxy.
You will then need to input the connection parms to your config mgr and you can use the right click menu ...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
brgmo |
Posted: Fri Oct 26, 2007 3:31 am Post subject: |
|
|
Master
Joined: 03 Jun 2002 Posts: 227
|
i couldn't find anything regarding the broker in the configmgr api exrciser.what could be the problem.can you please suggest some steps inside the exerciser. |
|
Back to top |
|
 |
brgmo |
Posted: Fri Oct 26, 2007 3:43 am Post subject: |
|
|
Master
Joined: 03 Jun 2002 Posts: 227
|
anyone else can please suggest me what to do.i am in deeptrouble. |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Oct 26, 2007 4:03 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Connect to Configuration Database and do the following activities
delete cuuid from cbrokerceg table
delete cbrokercuuid from ceg table
delete cbrokercuuid from coutstanding table
delete cbrokercuuid from cproperties table
delete cbrokercuuid from ctopic table
delete cname from cbroker table
connect reset
Recreate the Broker
Note: Where search string should be your broker name
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Oct 26, 2007 4:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Gaya3 wrote: |
Connect to Configuration Database |
There is no Configuration Database in v6.
It is always a bad idea to mess around with Broker DB (or ConfigMgr DB in pre-v6) manually and without the direction of IBM support.
The original problem is likely that mqsideletebroker did not complete successfully. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Oct 26, 2007 7:23 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
As Jeff says, don't attempt to find your own way into the Config Manager repository and manipulate it manually. You may well corrupt your whole domain.
In the API exerciser, right click the topology and select 'Remove references to a previously deleted broker'.
Then enter the UUID or name of the broker you wish to completely remove, then click OK. |
|
Back to top |
|
 |
|