Author |
Message
|
rpemaraju |
Posted: Tue May 15, 2007 1:33 pm Post subject: Cannot deploy from Toolkit to AIX Broker |
|
|
Newbie
Joined: 15 May 2007 Posts: 5 Location: Baltimore,MD
|
hi,
i'am trying to deploy a BAR file from the win toolkit to AIX broker. I've been able to add the broker. I've the 'SYSTEM.BROKER.ADMIN.REPLY' on my cfg mgr queue manager, i'm not sure why the deployment is not completed. The following are the errors we received:
A problem was detected with WebSphere Business Integration while issuing MQOPEN for WebSphere Business Integration queue 'SYSTEM.BROKER.ADMIN.REPLY', WebSphere Business Integration queue manager 'D1'. MQCC=2, MQRC=2189. : ABCBK.agent: /build/S500_P/src/AdminAgent/ImbQueue.cpp: 217: ImbQueue:pen: :
May 15 14:48:34 p4l2 user:err|error MQSIv500[1019918]: (ABCBK)[1]BIP2068E: The broker was unable to put an internal configuration message to message queue 'SYSTEM.BROKER.ADMIN.REPLY'. : ABCBK.agent: /build/S500_P/src/AdminAgent/ImbAdminAgent.cpp: 2774: ImbAdminAgent::sendDirectedResponseMessage: :
Any response will be appreciated. |
|
Back to top |
|
 |
duffMan |
Posted: Tue May 15, 2007 2:40 pm Post subject: |
|
|
 Voyager
Joined: 03 Jun 2002 Posts: 75
|
2189 = MQRC_CLUSTER_RESOLUTION_ERROR
Is your broker queue manager and config manager queue manager clustered? If so is the repository queue manager available? (i.e. channels to-and-fro the broker queue manager running).
Here is a link with details on mqrc 2189 (from an MQ perspective..not Message Broker)...
http://www-1.ibm.com/support/docview.wss?uid=swg21225022
In a nutshell, the broker queue manager is asking the repository queue manager about the location of the SYSTEM.BROKER.ADMIN.REPLY queue but the repository queue manager is not communicating this.
The broker qmgr thinks it needs to use an mq cluster to communicate with the config manager qmgr.
Typically broker to config manager communication is through non-clustered means. |
|
Back to top |
|
 |
rpemaraju |
Posted: Tue May 15, 2007 2:54 pm Post subject: |
|
|
Newbie
Joined: 15 May 2007 Posts: 5 Location: Baltimore,MD
|
hi,
thanks for the reply..
the broker qm and cfg qm are not clustered. However, the broker qm is part of a cluster. Whereas as the cfg mgr qm is not a cluster qm. Connection between the broker and cfg mgr qm's are defined using the sender/receiver channels.
thanks |
|
Back to top |
|
 |
Mensch |
Posted: Tue May 15, 2007 4:33 pm Post subject: |
|
|
Disciple
Joined: 17 Jul 2005 Posts: 166
|
Hi.
What about transmission queues at the broker queue manager and config manager queue manager?
Make sure that you have followed appropriate naming convention _________________ Thanks and Regards ,
Mensch |
|
Back to top |
|
 |
rpemaraju |
Posted: Tue May 15, 2007 6:59 pm Post subject: |
|
|
Newbie
Joined: 15 May 2007 Posts: 5 Location: Baltimore,MD
|
Hi Mensch, thank you for your response.
yes the transmission queues have been created on both the broker queue mgr and cfg mgr queue mgr according to the appropriate naming convention.
thanks |
|
Back to top |
|
 |
Mensch |
Posted: Tue May 15, 2007 10:04 pm Post subject: |
|
|
Disciple
Joined: 17 Jul 2005 Posts: 166
|
Hi,
Are your communicating channels between broker queue manager and config manager queue manager in running state?
If not..What error you get when you try to start channels manually?
I think Your broker queue manager is full repository of cluster and it is treating config manager queue manager as partial repository of cluster..
by any chace is there any queue manager in your cluster having same name as config manager queue manager? _________________ Thanks and Regards ,
Mensch |
|
Back to top |
|
 |
rpemaraju |
Posted: Wed May 16, 2007 6:46 am Post subject: |
|
|
Newbie
Joined: 15 May 2007 Posts: 5 Location: Baltimore,MD
|
hi Mensch,
i've been able to start and stop the channels with no errors..
there isn't any queue mgr on the broker queue manager cluster with same name as my configuration manager QM. There are no cluster receiver/sdr channels between the broker qm and cfg qm, so i don't think that the broker can assume my config qm is a partial repos qm.
any others ideas.
Regards. |
|
Back to top |
|
 |
|