Author |
Message
|
danielnascimento |
Posted: Fri Oct 17, 2008 7:52 pm Post subject: Creating a broker and configuration manager in a diff QM |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
Hi All!
I'm trying to create a broker and a configuration manager in differents Queue Managers, but i'm getting some dificulties.
I create my broker:
name: AITESBBD1
QM: AITESBBD1
And my Configuration Manager
name: AITESBMD1
QM: AITESBDMD1
Those creations are ok, but when I try to deploy a broker archive i've got a errror message:
BIP1533E: Unable to deploy configuration data: unknown WebSphere MQ queue manager AITESBBD1 associated with broker AITESBBD1.
An attempt was made to deploy configuration data to one or more brokers. The WebSphere MQ queue manager AITESBBD1 associated with broker AITESBBD1 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 AITESBBD1, or a transmission queue called AITESBBD1, 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.
Please, anybody can help me?
I think i need some configuration more. )
Thanks
Regards.
Daniel |
|
Back to top |
|
 |
broker_new |
Posted: Sat Oct 18, 2008 5:15 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Check for the Channel Status between Config QM and Broker QM. |
|
Back to top |
|
 |
danielnascimento |
Posted: Sat Oct 18, 2008 8:00 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
Well... i had created a sender/receiver channel in both QM and both are active. The problem happens with this configuration
Thanks. |
|
Back to top |
|
 |
danielnascimento |
Posted: Sat Oct 18, 2008 8:09 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
Hmmm...
How can I associated the broker's QM and configuration's manager QM? Is that possible? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Oct 18, 2008 8:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
contact admin wrote: |
Well... i had created a sender/receiver channel in both QM and both are active. The problem happens with this configuration
Thanks. |
What does mqsilist -a show?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
danielnascimento |
Posted: Sat Oct 18, 2008 10:27 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
mqsilist -a
C:\Arquivos de programas\IBM\MQSI\6.1>mqsilist -a
BIP8099I: Broker: AITESBBD1 - AITESBBD1
BIP8099I: ConfigMgr: AITESBMD1 - AITESBMD1
BIP8071I: Successful command completion. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Oct 18, 2008 11:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Can you post the definition of the listeners and the definition of the sender and receiver channels including the xmitq names and any qmgr aliases you may have created?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
danielnascimento |
Posted: Sun Oct 19, 2008 6:39 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
Well... let's see...
For QM AITESBBD1
Listeners:
Name: AITESBBD1.CLIENT
Control: Queue Manager Start
Status: Running
Xmit protocol: TCP
Port: 1415
IPAddress: localhost
Channel:
Name: AITESBBD1.AITESBMD1
Type: Sender
Status: Running
Conn name: localhost(1416)
Xmit Protocol: TCP
Transmission Queue: AITESBBD1
Name: AITESBMD1.AITESBBD1
Type: Receiver
Status: Running
Xmit Protocol: TCP
For QM AITESBMD1
Listeners:
Name: AITESBMD1.CLIENT
Control: Queue Manager Start
Status: Running
Xmit protocol: TCP
Port: 1416
IPAddress: localhost
Channel:
Name: AITESBMD1.AITESBBD1
Type: Sender
Status: Running
Conn name: localhost(1415)
Xmit Protocol: TCP
Transmission Queue: AITESBMD1
Name: AITESBBD1.AITESBMD1
Type: Receiver
Status: Running
Xmit Protocol: TCP
I don't created any QMGR aliases! So, i need to create them? If yes, what kind objects it's necessary to create?
Thanks.  |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sun Oct 19, 2008 7:08 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
You need to have transmission queues defined on both QMs that feed SNDR channels going to the other QM.
If the transmit queues are named the same as the destination QM, a common naming convention, then you do not need QM Alias queues.
QM1 has a XMITQ called QM2, feeding the SNDR channel QM1.QM2.
QM2 has a XMITQ called QM1, feeding the SNDR channel QM2.QM1.
-or-
QM1 has a XMITQ called MY.XMITQ.TO.QM2, feeding the SNDR channel QM1.QM2. You need a QM Alias called QM2 that resolves to MY.XMITQ.TO.QM2
QM2 has a XMITQ called MY.XMITQ.TO.QM1, feeding the SNDR channel QM2.QM1. You need a QM Alias called QM1 that resolves to MY.XMITQ.TO.QM1 _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Oct 19, 2008 7:28 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
contact admin wrote: |
For QM AITESBBD1:
Transmission Queue: AITESBBD1 |
contact admin wrote: |
For QM AITESBMD1:
Transmission Queue: AITESBMD1 |
Your XMITQs are backwards. They need to have the name of the REMOTE qmgr, not the name of the LOCAL qmgr. |
|
Back to top |
|
 |
danielnascimento |
Posted: Sun Oct 19, 2008 8:00 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
Ok.
I have created the transmission queues, and the error didn't show anymore.
But now, I try to deploy a broker archive in AITESBMD1 and nothing happens, neither an error message...
Anybody can help me? |
|
Back to top |
|
 |
danielnascimento |
Posted: Sun Oct 19, 2008 8:15 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
In the event viewer I got the error message below.
MQ error code: 2042
And a message liked...
Unable to open queue SYSTEM.BROKER.INTER.BROKER.COMMUNICATIONS in QM AITESBBD1, error cord 2042.
Thanks. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Oct 19, 2008 1:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Go there and look up reason code 2042. The explanation is quite clear  _________________ MQ & Broker admin |
|
Back to top |
|
 |
danielnascimento |
Posted: Sun Oct 19, 2008 5:38 pm Post subject: |
|
|
Newbie
Joined: 17 Oct 2008 Posts: 8
|
Thanks all.
Now it's everything working fine  |
|
Back to top |
|
 |
|