Author |
Message
|
rkford11 |
Posted: Fri Sep 17, 2004 10:11 am Post subject: Deleting a broker and connecting a new broker to qmgr |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
Hi,
I have deleted a broker from the domain and want to connect a new broker using the same queue manager. but this gives me the following error. please let me know where am i doing the mistake
BIP1511E: Queue manager 'QM1' cannot be associated with broker 'BRK'; it is already associated with broker 'BRK1'.
An attempt was made to associate broker BRK with WebSphere MQ queue manager QM1, but broker BRK1 already has this association. A WebSphere MQ queue manager can only have one broker associated with it.
Change the queue manager for one of the brokers. If this problem occurs after you have deleted broker BRK1 then tried to recreate it, you must first initiate a deploy operation to automatically delete the configuration from the real broker. It is only after all types of configuration data (message flows, message sets, topology, topics) have been successfully deleted from the real broker that the broker document is finally deleted from the configuration repository. Until that time the queue manager can not be associated with another broker. Once this has been done, you must also physically delete and recreate the real broker using the mqsideletebroker and mqsicreatebroker commands.
____________________________________________________________
BIP1711W: Broker is not accessible or does not exist.
An attempt was made to register for information on the Broker with UUID '11e7800d-ff00-0000-0080-c643b69d5fcc', but either the user who asked for the information does not have sufficient authority to do so or the Broker does not exist.
Ensure that the user of the application that issued the request has sufficient authority to view the Broker. If the user has sufficient authority and the object exists, attempt to retry the operation. If the problem persists please turn on Configuration Manager tracing to capture the error and contact your IBM support center.
____________________________________________________________
BIP1711W: ExecutionGroup is not accessible or does not exist.
An attempt was made to register for information on the ExecutionGroup with UUID '6be7800d-ff00-0000-0080-c643b69d5fcc', but either the user who asked for the information does not have sufficient authority to do so or the ExecutionGroup does not exist.
Ensure that the user of the application that issued the request has sufficient authority to view the ExecutionGroup. If the user has sufficient authority and the object exists, attempt to retry the operation. If the problem persists please turn on Configuration Manager tracing to capture the error and contact your IBM support center.
____________________________________________________________
BIP1520I: Deploy operations successfully initiated.
The Configuration Manager has processed the deploy request and initiated the deploy of configuration data to the following brokers. Active brokers: WBRK . Deleted brokers: BRK1 .
Open the Event Log Editor to check the outcome of the operations. There will be a separate set of log messages for each broker.
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 17, 2004 10:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Exactly what steps did you perform in order to delete the broker? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PGoodhart |
Posted: Fri Sep 17, 2004 10:17 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
Drop all the contents (data not structure) of the broker tables before you attempt to create the new broker.
That should fix the problem. _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
rkford11 |
Posted: Fri Sep 17, 2004 10:27 am Post subject: steps |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
jefflowrey wrote: |
Exactly what steps did you perform in order to delete the broker? |
first i deleted the broker from the domain, then run the command mqsideletebroker. |
|
Back to top |
|
 |
siliconfish |
Posted: Fri Sep 17, 2004 10:49 am Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
Try the following steps
1. Start a DB2 command line session.
2. Connect to the Configuration Repository database.
3. Delete the entries from the CBROKER table where the broker name matches the broker being deleted:
delete from cbroker where cname = ’broker name’
4. Delete the broker using the mqsideletebroker command on the system on which you created it. |
|
Back to top |
|
 |
rkford11 |
Posted: Fri Sep 17, 2004 11:08 am Post subject: thank you |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
siliconfish wrote: |
Try the following steps
1. Start a DB2 command line session.
2. Connect to the Configuration Repository database.
3. Delete the entries from the CBROKER table where the broker name matches the broker being deleted:
delete from cbroker where cname = ’broker name’
4. Delete the broker using the mqsideletebroker command on the system on which you created it. |
Thanks a lot, it worked |
|
Back to top |
|
 |
vennela |
Posted: Fri Sep 17, 2004 11:22 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
first i deleted the broker from the domain, then run the command mqsideletebroker. |
Shouldn't that be
first i deleted the broker from the domain
deploy the topology
then run the command mqsideletebroker |
|
Back to top |
|
 |
rkford11 |
Posted: Fri Sep 17, 2004 12:07 pm Post subject: thanks |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
vennela wrote: |
Quote: |
first i deleted the broker from the domain, then run the command mqsideletebroker. |
Shouldn't that be
first i deleted the broker from the domain
deploy the topology
then run the command mqsideletebroker |
thanks for correcting me. |
|
Back to top |
|
 |
sbbdev |
Posted: Sat Sep 06, 2008 4:37 am Post subject: |
|
|
Novice
Joined: 03 Sep 2008 Posts: 18
|
how do you deploy the topology?i know it could be a simple question for you guys, but i am learning  |
|
Back to top |
|
 |
AkankshA |
Posted: Mon Sep 08, 2008 12:16 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
sbbdev wrote: |
how do you deploy the topology?i know it could be a simple question for you guys, but i am learning  |
did you realise that you are posting to a 4 year old thread.. with not much relevance.. its always good to start a new thread with a reference to old one..
right click the broker topology in domain and say deploy topology... _________________ Cheers |
|
Back to top |
|
 |
|