Author |
Message
|
getmesantosh |
Posted: Tue Dec 13, 2011 7:21 am Post subject: Getting MQ error 2085 unable to open queue for output |
|
|
Novice
Joined: 18 Oct 2011 Posts: 18
|
Hi,
When i'm trying to put test msg's using " amqsput" like
C:\>amqsput ORGKHR_Q1 ORGKHR_ABCGU
i'm getting following error:
MQOPEN ended with reason code 2085
unable to open queue for output
sample AMQSPUT end
-------------------------------------
I have mentioned correct queue and queue manager name(both in upper case).
Help me ! |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 13, 2011 7:25 am Post subject: Re: Getting MQ error 2085 unable to open queue for output |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
getmesantosh wrote: |
I have mentioned correct queue and queue manager name(both in upper case). |
The queue manager begs to differ with you.
Post the results of the runmqsc command that displays that queue name on that queue manager. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
getmesantosh |
Posted: Tue Dec 13, 2011 7:50 am Post subject: |
|
|
Novice
Joined: 18 Oct 2011 Posts: 18
|
My qmgr is in cluster with other qmgr's
ORGKHR_Q1 is the remote queue on another qngr which will receive msg's from all qmgr's which are in cluster.
ORGKHR_ABCGU is the qmgr frm where i'm sending msg's. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 13, 2011 7:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
getmesantosh wrote: |
My qmgr is in cluster with other qmgr's |
And you didn't mention this before why?
getmesantosh wrote: |
ORGKHR_Q1 is the remote queue on another qngr which will receive msg's from all qmgr's which are in cluster. |
That would have been worth knowing as well.
getmesantosh wrote: |
ORGKHR_ABCGU is the qmgr frm where i'm sending msg's. |
And is failing to resolve the remote queue name because there's a problem with your cluster's configuration.
Fix your cluster. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 13, 2011 7:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Moved to Clustering forum _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Dec 13, 2011 8:31 am Post subject: Re: Getting MQ error 2085 unable to open queue for output |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
getmesantosh wrote: |
C:\>amqsput ORGKHR_Q1 ORGKHR_ABCGU |
The first parameter amqsput expects is the name of the queue to be MQOPEN.
The second parameter is the name of the qmgr that the amqsput will MQCONNect to.
You are receiving the 2085 r/c because there is no definition of ORGKHR_Q1 on qmgr ORGKHR_ABCGU.
Start runmqsc on qmgr ORGKHR_ABCGU. Issue this mqsc command:
DIS Q(ORGKHR_Q1)
Post the results here. _________________ 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 |
|
 |
Vitor |
Posted: Tue Dec 13, 2011 8:41 am Post subject: Re: Getting MQ error 2085 unable to open queue for output |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bruce2359 wrote: |
Start runmqsc on qmgr ORGKHR_ABCGU. Issue this mqsc command:
DIS Q(ORGKHR_Q1)
Post the results here. |
Been there, done that, 1st reply.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Dec 13, 2011 10:29 am Post subject: Re: Getting MQ error 2085 unable to open queue for output |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Vitor wrote: |
Been there, done that, 1st reply.  |
I thought I'd try asking again, but a bit more assertively. _________________ 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 |
|
 |
|