Author |
Message
|
Augusto |
Posted: Fri Feb 06, 2009 2:16 pm Post subject: cannot put message on cluster queue |
|
|
Apprentice
Joined: 08 Dec 2008 Posts: 29
|
We have two cluster queue managers named A and B in cluster called TEST. 'A' queue manager is on UNIX system and 'B' on Mainframe system.
i defined CLUSTER_QUEUE in B queue mnager. i am getting following error
when i trying to put message on CLUSTER_QUEUE from queue manager A.
command is
amqsput CLUSTER_QUEUE A
Sample AMQSPUT0 start
MQCONN ended with reason code 2058
can anybody tell why i can't put message on CLUSTER_QUEUE from A.Since cluster queue availble in both queue managers right?
I can able to put message using same scenario on windows? please help me? |
|
Back to top |
|
 |
exerk |
Posted: Fri Feb 06, 2009 2:49 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
MQRC 2058 should give you all the information you need...are you sure your queue manager is called A? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Augusto |
Posted: Fri Feb 06, 2009 3:52 pm Post subject: |
|
|
Apprentice
Joined: 08 Dec 2008 Posts: 29
|
yah i am sure. i replaced QM names to short instead of lengthy |
|
Back to top |
|
 |
exerk |
Posted: Sat Feb 07, 2009 2:47 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Augusto wrote: |
yah i am sure. i replaced QM names to short instead of lengthy |
Then I suggest you triple check: 2058 0x0000080a MQRC_Q_MGR_NAME_ERROR _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Vitor |
Posted: Sat Feb 07, 2009 3:29 am Post subject: Re: cannot put message on cluster queue |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Augusto wrote: |
MQCONN ended with reason code 2058
can anybody tell why i can't put message on CLUSTER_QUEUE from A.Since cluster queue availble in both queue managers right?
|
This isn't a cluster problem. It's not saying the cluster queue is inaccessable, it's saying it can't connect to a queue manager called A. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Feb 07, 2009 9:13 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
...and if you cannot successfully connect to a local qmgr, you cannot successfully issue any API calls to that qmgr.
The Reason you received, MQCONN ended with reason code 2058, tells you that the MQCONNect failed. The title of this post should have been 'cannot connect to cluster qmgr' or something like that. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|