Author |
Message
|
javaforvivek |
Posted: Tue May 03, 2005 6:03 am Post subject: Accedently delete broker QM |
|
|
 Master
Joined: 14 Jun 2002 Posts: 282 Location: Pune,India
|
Hi,
One of my developers accidently deleted his broker QM (WBRK_QM). He then recreated it. We manually created the system objects required for Broker and config Mgr.
Now, while deploying some bar file through command line, it gave us the error:
Quote: |
BIP1015I: External exception.
An external exception was caught: 'Information on the Topology has not yet been
supplied by the Config Manager; consequently the broker information could not be
determined.'
|
And while trying to connect to Broker Domain through toolkit, it gave following error:
Quote: |
ConfigManagerProxy information was not received from the Configuration Manager. Either the Configuration Manager is not available or the user 'admin@md0115' does not have authority to view the object. (UUID='', required attribute='name')
|
Can anybody please suggest some solution? _________________ Vivek
------------------------------------------------------
...when you have eliminated the impossible, whatever remains, however improbable, must be the truth. |
|
Back to top |
|
 |
javaforvivek |
Posted: Tue May 03, 2005 6:11 am Post subject: |
|
|
 Master
Joined: 14 Jun 2002 Posts: 282 Location: Pune,India
|
BTW, he is on WBIMB v 5.0 CSD4 on windows 2K Professional and has broker and config mgr on the same machine. _________________ Vivek
------------------------------------------------------
...when you have eliminated the impossible, whatever remains, however improbable, must be the truth. |
|
Back to top |
|
 |
EddieA |
Posted: Tue May 03, 2005 9:26 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I would go back and ask the developer exactly what he did. WBIMB does not store any information on MQ Queues, so a delete/re-create should not cause any problems. In fact, I deleted my v5.3 QM, rebuilt it as a v6, and the broker still works perfectly.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue May 03, 2005 9:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
EddieA wrote: |
In fact, I deleted my v5.3 QM, rebuilt it as a v6, and the broker still works perfectly. |
You rock.  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Tue May 03, 2005 10:06 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
In fact, I deleted my v5.3 QM, rebuilt it as a v6, and the broker still works perfectly. |
I wouldn't doubt what you said but did you actually delete and create the QMGR or did you uninstall the old version and install the new version by leaving the QMGRs directory intact. |
|
Back to top |
|
 |
EddieA |
Posted: Tue May 03, 2005 12:01 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
but did you actually delete and create the QMGR |
Absolutely. Deleted QMGRs, uninstalled MQ, deleted all MQ Directories, installed v6, created QMGRs, re-created Broker Qs.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
EddieA |
Posted: Tue May 03, 2005 12:13 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
A thought. Maybe the user doesn't have the same authorities to the queues. I know that creating a ConfigMgr/Broker does issue some setmqauts under the covers. My user is both a member of Administrators and mqm, so has full authority over all queues.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
javaforvivek |
Posted: Wed May 04, 2005 12:10 am Post subject: |
|
|
 Master
Joined: 14 Jun 2002 Posts: 282 Location: Pune,India
|
Thanks for the inputs.
I have done the same think. I recreated the queue manager and recreated all the queues re broker and configmgr. And it started working.
What EddiA said is correct:
Quote: |
WBIMB does not store any information on MQ Queues, so a delete/re-create should not cause any problems. |
So it didn't cause any problem.
The error didn't appear after some time.. so I think that we tried to deploy things a bit earlier than expected by Broker. _________________ Vivek
------------------------------------------------------
...when you have eliminated the impossible, whatever remains, however improbable, must be the truth. |
|
Back to top |
|
 |
|