Author |
Message
|
psn |
Posted: Tue Jun 22, 2004 4:14 am Post subject: WBIMB 5.0 Broker delete Problem |
|
|
Disciple
Joined: 30 Oct 2002 Posts: 193 Location: France
|
Hi,
I had an WQM configuration error on my broker as I try my first deploy ( channel name error in Transmission queue ) . The config manager give me no answer I had to corrrect the configuration and delte the messages in transmission queue. After that I delete the Broekr in Toolkit and redeploy it ... now I have an error that the UUID from Broker does not match with the new UUID. I have delete the Broker in the CBROKER Table on config manager but this does not solve the Problem where can I reinitiate the Broker UUID on the config Manager ? on the broker ?
Thanks
PSN |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 22, 2004 4:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Okay, you didn't need to delete the broker definition in the Config Manager, necessarily.
Now that you have, however, you need to actually delete the broker - using mqsideletebroker. Pay very careful attention to the options that are available! You want to make sure that you delete the broker but DO NOT delete it's data.
Then you can recreate the broker using mqsicreatebroker. That will create a new broker with a new UUID - that is ready to be registered to the config mgr. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
psn |
Posted: Tue Jun 22, 2004 4:36 am Post subject: |
|
|
Disciple
Joined: 30 Oct 2002 Posts: 193 Location: France
|
it is really the only way ? How do you make on produktion server ? you delete the broker ? that is very fine...
PSN |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 22, 2004 4:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The broker has a unique ID. So does the Config Mgr. The process of registering a broker to a config mgr also registers the configmgr to the broker.
The only way to change which config mgr a broker is defined to is to delete the broker and recreate it.
Or manually edit the tables.. but I'd never do that in production. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
psn |
Posted: Tue Jun 22, 2004 5:23 am Post subject: |
|
|
Disciple
Joined: 30 Oct 2002 Posts: 193 Location: France
|
Hi,
I have find a BrokerUUID file in the /var/mqsi/regitry/BROKERNAME and I have change the UUID in this fiel manualy and restart the broker. After that I redeploy the Broker and had the follow error in the toolkit:
BIP2052E: Broker QP02BRK (UUID f8dde14b-fd00-0000-0080-bd759b578f27 ) could not process an internal configuration message to completion: the problem was caused by XML tag 'uuid'; value 'f8dde14b-fd00-0000-0080-bd759b578f27 '.
An internal configuration message could not be processed and was rejected.
Contact your IBM support center.
have you an idea were this error come from ?
PSN |
|
Back to top |
|
 |
shanson |
Posted: Tue Jun 22, 2004 5:27 am Post subject: |
|
|
 Partisan
Joined: 17 Oct 2003 Posts: 344 Location: IBM Hursley
|
Yes, you should NOT manually change the UUID in this manner. The broker's UUID is used in many places. Don't even go there. |
|
Back to top |
|
 |
|