Author |
Message
|
keerthikumar |
Posted: Wed Mar 08, 2006 10:27 pm Post subject: Add Remote Broker to the Existing Domain |
|
|
 Novice
Joined: 23 Nov 2005 Posts: 13
|
I am using WMB v6
I have created a configuration manager and broker1 in system 1 and have created a domain
I have created a broker2 in a different system
when i try to add broker2 to domain by giving queue manager name and broker name it is giving the error BIP1533E on event log and
2087 error.
I tried communicating with 2 systems and is successful so queue manager name is correct and communication is possible as both channels are running but i am unable to add the broker from other system |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Mar 08, 2006 10:37 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi keerthikumar,
Error 2087 is unknown queue Manager name, so i would suggest checking if you did not make a typo mistake.
Regards. |
|
Back to top |
|
 |
keerthikumar |
Posted: Wed Mar 08, 2006 10:40 pm Post subject: |
|
|
 Novice
Joined: 23 Nov 2005 Posts: 13
|
no sir i checked it , names are proper
on the toolkit when i add broker , i get broker not running message so when i checked eventlog i got this error
i have started the broker on the other system |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Mar 08, 2006 10:53 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi keerthikumar,
Ok, lets go through the things needed.
1. ConfigMgr running.
2. Broker running.
3. Add the remote Queue Manager to your explorer(not a requisite, but for easy working).
5. Transmission queue defined on both configMgr and Broker.
4. Create the channels between ConfigMgr and Broker and run them...if already created,do a stop start.
5. Broker should NOT be added to another configMgr.
6. Try adding the broker now.
If its not still working, please paste
1. the entire Event log
2. The mqsilist output on both systems.
3. The parameters that you are entering in the toolkit for connection.
Regards. |
|
Back to top |
|
 |
keerthikumar |
Posted: Wed Mar 08, 2006 11:21 pm Post subject: |
|
|
 Novice
Joined: 23 Nov 2005 Posts: 13
|
Hi elvis
system1 ----------------------------- system2
************************************************************
configmgr : RemoteManager
broker : RBroker :: KBroker
qmgr : RemoteQM :: KQM
xmitq : MyQueueManager :: RemoteQM
sender ch : To_keerthi :: To_manuj
rcvr ch : To_manuj :: To_keerthi
************************************************************
event log
*************************************************************
BIP1533E: Unable to deploy configuration data: unknown WebSphere MQ queue manager KQM associated with broker KBroker.
An attempt was made to deploy configuration data to one or more brokers. The WebSphere MQ queue manager KQM associated with broker KBroker is not known to the Configuration Manager's WebSphere MQ queue manager. The deploy operation was not performed.
Check that the name of the queue manager is spelled correctly. Note that WebSphere MQ queue manager names are case-sensitive. If the spelling is correct, make sure that either a queue manager alias definition for queue manager KQM, or a transmission queue called KQM, is defined to the Configuration Manager's queue manager. For more information on this error see the WebSphere MQ Application Programming Reference manual, code 2087.
*************************************************************
how do i Add the remote Queue Manager to my explorer |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu Mar 09, 2006 12:37 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi keerthikumar,
Quote: |
xmitq : MyQueueManager :: RemoteQM |
The config manager's queue manager should have a transmission queue NAMED with the NAME of the Broker's queue manager.
The Broker should have a transmission queue NAMED with the NAME of the config manager's queue manager.
** After this remember to change the trans. queue names in the channels. **
Quote: |
how do i Add the remote Queue Manager to my explorer |
1. Right click the Queue Managers in the Explorer.
2. Select Show Queue Manager.
3. Select Remote Queue Manager.
4. Give the name of the QM and the Ip address with port like XX.XX.XXX.XX(XXXX).
Regards. |
|
Back to top |
|
 |
keerthikumar |
Posted: Thu Mar 09, 2006 2:39 am Post subject: |
|
|
 Novice
Joined: 23 Nov 2005 Posts: 13
|
Hi elvis ,
thank you very much
I could successfully deploy remote broker when i changed transmission queue name
regards  |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 09, 2006 3:42 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
keerthikumar wrote: |
Hi elvis ,
thank you very much
I could successfully deploy remote broker when i changed transmission queue name
regards  |
If you wanted to keep the xmit q names you would have needed to set up a qmgr alias.
All that is really needed is a default way to move msgs from one qmgr to the other. (see intercommunications manual).
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|