ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Creating a broker and configuration manager in a diff QM

Post new topic  Reply to topic
 Creating a broker and configuration manager in a diff QM « View previous topic :: View next topic » 
Author Message
danielnascimento
PostPosted: Fri Oct 17, 2008 7:52 pm    Post subject: Creating a broker and configuration manager in a diff QM Reply with quote

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
View user's profile Send private message Send e-mail
broker_new
PostPosted: Sat Oct 18, 2008 5:15 am    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

Check for the Channel Status between Config QM and Broker QM.
Back to top
View user's profile Send private message
danielnascimento
PostPosted: Sat Oct 18, 2008 8:00 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
danielnascimento
PostPosted: Sat Oct 18, 2008 8:09 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Sat Oct 18, 2008 8:26 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
danielnascimento
PostPosted: Sat Oct 18, 2008 10:27 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Sat Oct 18, 2008 11:56 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
danielnascimento
PostPosted: Sun Oct 19, 2008 6:39 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
PeterPotkay
PostPosted: Sun Oct 19, 2008 7:08 am    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Sun Oct 19, 2008 7:28 am    Post subject: Reply with quote

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
View user's profile Send private message
danielnascimento
PostPosted: Sun Oct 19, 2008 8:00 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
danielnascimento
PostPosted: Sun Oct 19, 2008 8:15 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Sun Oct 19, 2008 1:34 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
danielnascimento
PostPosted: Sun Oct 19, 2008 5:38 pm    Post subject: Reply with quote

Newbie

Joined: 17 Oct 2008
Posts: 8

Thanks all.

Now it's everything working fine
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Creating a broker and configuration manager in a diff QM
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.