Author |
Message
|
wcrausch |
Posted: Thu Sep 20, 2001 3:30 pm Post subject: |
|
|
Novice
Joined: 28 Aug 2001 Posts: 17 Location: Denver, CO
|
Has anyone tried to implement MQSeries Clusters with MQSi 2.0.2?
I get a "completion code: 2 reason code: 2085" in the Event Viewer (Windows NT)when when I define an MQInput node that points to a cluster queue.
Thanks!
|
|
Back to top |
|
 |
kirani |
Posted: Thu Sep 20, 2001 5:16 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
|
Back to top |
|
 |
lillo |
Posted: Fri Sep 21, 2001 2:59 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
Hi,
I have used MQ cluster and MQSI 2.0.2. I think the problem could be that the queue is not defined on the queue manager associated with the broker.
Error 2085 is MQRC_UNKNOWN_OBJECT_NAME. So, your queue can´t be openned.
BTW, when do you get the error? when putting a message in the queue or when doing the deploy?
I hope that will help you.
Lillo
|
|
Back to top |
|
 |
Miriam Kaestner |
Posted: Mon Sep 24, 2001 7:15 am Post subject: |
|
|
Centurion
Joined: 26 Jun 2001 Posts: 103 Location: IBM IT Education Services, Germany
|
Your MQInput node must not point to a (remote) cluster queue, because even in clusters, a MQGET can only be done on a local queue.
So you can use cluster queues in MQOutput nodes, or for the communication between MQSI components. |
|
Back to top |
|
 |
lillo |
Posted: Tue Sep 25, 2001 12:16 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
Miriam,
I was trying to use MQOutput node to a cluster queue and it was imposible. I got the message telling that "The queue is not own by the broker queue manager"
Are you sure about that? If yes, can you tell me how to do it?
Thanks
Lillo |
|
Back to top |
|
 |
Miriam Kaestner |
Posted: Thu Oct 04, 2001 7:24 am Post subject: |
|
|
Centurion
Joined: 26 Jun 2001 Posts: 103 Location: IBM IT Education Services, Germany
|
If your broker-QM is correctly configured in the same cluster as the QM of the outputQ (clusterQ), you just have to enter the QName (no QMgrName!) in the Basic tab of the MQOutput node. This works fine in my installation.
|
|
Back to top |
|
 |
|