ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP1511E Error in MB 5.0 Toolkit

Post new topic  Reply to topic
 BIP1511E Error in MB 5.0 Toolkit « View previous topic :: View next topic » 
Author Message
anantha sreenivasan
PostPosted: Wed Jul 04, 2007 3:07 am    Post subject: BIP1511E Error in MB 5.0 Toolkit Reply with quote

Acolyte

Joined: 26 Sep 2006
Posts: 72

I'm Getting the following error while trying to delete the BROK1 instance from toolkit and trying to recreate it with the same name or different name


BIP1511E: Queue manager 'BROKQM' cannot be associated with broker 'BROK1'; it is already associated with broker 'BROK1'.

An attempt was made to associate broker BROK1 with WebSphere MQ queue manager BROKQM, but broker BROK1 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 BROK1 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 '73fbe390-1301-0000-0080-91fbe5847f4f', 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 '74fbe390-1301-0000-0080-91fbe5847f4f', 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.
____________________________________________________________
BIP1510E: Unable to deploy configuration data.

An attempt was made to deploy configuration data to one or more brokers, but the Configuration Manager is already deploying to broker BROK1. You can not deploy to a set of brokers if there is an earlier deploy outstanding to any broker in the set. The deploy operation was not performed.

Wait for the outstanding deploy to complete before retrying the operation. The Event Log Editor may be used to check that all responses to the outstanding deploy have been received and processed. If the outstanding deploy does not fully complete in a suitable period of time, check that all brokers exist and are running, all WebSphere MQ queue managers are running, and that all channels between queue managers are started. Also check that deploy messages have been correctly delivered to the target brokers, and have not been put to the dead letter queue. Correct any problems you find. If it still does not complete, then cancel the deploy operation by specifying the 'Cancel' option in the Message Brokers Toolkit Note that 'Cancel' affects all outstanding deployment operations throughout the domain, so you may not have the authority to perform this.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 04, 2007 3:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

What exact steps / commands have you used to achieve this? And at what point was the 1st error received?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
anantha sreenivasan
PostPosted: Wed Jul 04, 2007 3:18 am    Post subject: Reply with quote

Acolyte

Joined: 26 Sep 2006
Posts: 72

Under the Broker Administration Perspective in the toolkit, I had already created a Broker named BROK1 - Broker Qmanager name - BROKQM and the broker name created using mqsicreatebroker is also BROK1

Next deleted this BROK1 from the toolkit and wanted to create a link again to my broker BROK1. But when i do so i get this error window
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 04, 2007 3:26 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Sounds like it's got confused about which BROK1 is which, or you have.

Remove the broker from the topology, then delete the broker, then recreate the broker, then add it back into the topology & do a complete deploy.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
anantha sreenivasan
PostPosted: Wed Jul 04, 2007 3:37 am    Post subject: Reply with quote

Acolyte

Joined: 26 Sep 2006
Posts: 72

My Broker Name: BROK1

Also I have added the Broker in Broker Topology section of the toolkit with the same name as the physical broker BROK1

Now the broker's service is running

The problem is I just removed the BROK1 from Broker Topology(my physical broker BROK1 exists and is still running) in the MB Toolkit

Now again I want my BROK1 to appear in the Broker Topology section of my toolkit. But if I right click under Broker Topology section and try to add BROK1 into this section, I get the said error.

So if I want to add this into the toolkit again, will my physical broker entity has to be deleted? Yesterday I tried this and it worked. If this is a production scenario this would prove costly. Is there any other alternative, so that a change in the toolkit client need not affect the underlying broker component?
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jul 04, 2007 3:45 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

anantha sreenivasan wrote:
So if I want to add this into the toolkit again, will my physical broker entity has to be deleted? Yesterday I tried this and it worked. If this is a production scenario this would prove costly. Is there any other alternative, so that a change in the toolkit client need not affect the underlying broker component?


I believe so, and it's how I do it. Others may suggest other and valid methods.

Why would a change in production be costly? The only reason for removing a broker from the topology is because the broker is being moved / decommissioned. This implies that there is either scheduled down time for the move or a new broker to replace it. Certainly the broker contains no information that cannot be recreated!

Explain your thinking here. I'm intreged.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Jul 04, 2007 5:05 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Also, to be very very very clear.

The Toolkit doesn't store anything, except connection information. Everything you see in the Domain view is stored in the configmgr.

So everything you delete in the Domain view is deleted in the configmgr - or on the broker itself when the configmgr deploys the change you made.

Okay?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » BIP1511E Error in MB 5.0 Toolkit
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.