Author |
Message
|
ADV |
Posted: Wed Feb 20, 2008 11:26 am Post subject: Error connecting via client to QM in WebSphere MQ Admi(MO71) |
|
|
Apprentice
Joined: 24 Apr 2007 Posts: 44 Location: Boston, MA
|
Hello everyone,
I down loaded MO71, I trying to configure.
I trying to connect queue manager installed in AIX box, using windows MQ client on my PC.
Provided channel name as: SYSTEM.ADMIN.SVRCONN
Transport type: TCP/IP
Connection name: Ipaddress(port)
Also, reply to queue as SYSTEM.DEFAULT.MODEL.QUEUE
and command queue as SYSTEM.ADMIN.COMMAND.QUEUE
I get the following error
Error connecting via client to 'queue.manager.1' RC(2059) QMgr not available.
Am I missing somthing? Could you please help? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 20, 2008 11:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Does amqscncx work using the same connection information?
Are you the MQ admin for the AIX qmgr? If not, did you talk to them first? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ADV |
Posted: Wed Feb 20, 2008 12:17 pm Post subject: |
|
|
Apprentice
Joined: 24 Apr 2007 Posts: 44 Location: Boston, MA
|
Jeff, Same error when I use the MQCONNX call from my PC command line....Here are the details..
Sample AMQSCNXC start
Connecting to queue manager queue.manager.1
using the server connection channel SYSTEM.ADMIN.SVRCONN
on connection name xxxxxxxxxxx.
MQCONNX ended with reason code 2059 |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 20, 2008 12:23 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Does the queue manager think that it's named 'QUEUE.MANAGER.1' rather than 'queue.manager.1'?
Did you look up 2059?
Did you search here for other people with the same problem to see if they found a solution? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ADV |
Posted: Wed Feb 20, 2008 1:26 pm Post subject: |
|
|
Apprentice
Joined: 24 Apr 2007 Posts: 44 Location: Boston, MA
|
Yes. I did check the CAPS... |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 21, 2008 2:10 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ADV wrote: |
Yes. I did check the CAPS... |
Did you check the other suggestions? 2059 is one of the most common errors with a multitude of possible causes, most of which have been discussed in here at one time or another. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 21, 2008 10:56 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
in other words don't bother with MO71 until you can get amqscnxc working.
do a search here for 2059 + telnet. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
zpat |
Posted: Thu Feb 21, 2008 11:32 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Check the IP address (ping it), check the listener port (telnet it)
Check the client channel name. Check the queue manager name (case sensitive).
It's like a phone ringing and no-one answers - you need to check you are dialling the right number and that it's in working order. |
|
Back to top |
|
 |
samiyengar |
Posted: Wed Feb 27, 2008 1:44 pm Post subject: 2059 trying to use MO71 |
|
|
Newbie
Joined: 27 Feb 2008 Posts: 7
|
I got the same thing and tried using amqputc (same result).
I am beginning to think that a ver 6.0 client cannot talk to a ver 5.3 server.
What is your configuration on the client and server? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 27, 2008 1:48 pm Post subject: Re: 2059 trying to use MO71 |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
samiyengar wrote: |
I am beginning to think that a ver 6.0 client cannot talk to a ver 5.3 server. |
This is a wrong thought. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
samiyengar |
Posted: Wed Feb 27, 2008 2:14 pm Post subject: RC 2059 on client connect to Z/OS |
|
|
Newbie
Joined: 27 Feb 2008 Posts: 7
|
I see someone else has posted this:
"Our tibco application connecting using biding file, stop working when changed from 5.3 to 6.-2-2 client. Still the qmgr is on 5.3 9zos). Is there nay known issue wtih this?"
Hate to say this but all is not well connecting from 6.0.2.3 client to 5.3.1 server on Z/OS. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 27, 2008 2:26 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The only reason there would be a problem with this is if the v5.3 qmgr was at a known bad release - CSD 8, 9, or 10.
Of course, nobody would be running a known bad release in production.
Also, zOS v5.3 goes out of support next month. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 28, 2008 12:51 am Post subject: Re: RC 2059 on client connect to Z/OS |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
samiyengar wrote: |
"Our tibco application connecting using biding file, stop working when changed from 5.3 to 6.-2-2 client. Still the qmgr is on 5.3 9zos). Is there nay known issue wtih this?"
|
Yes, v5.3.9 doesn't work all that well & is described as such on the IBM site due to known issues. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 28, 2008 12:53 am Post subject: Re: 2059 trying to use MO71 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
samiyengar wrote: |
I am beginning to think that a ver 6.0 client cannot talk to a ver 5.3 server. |
Works fine here.
May The Powers Preserve me, v6.0 clients are even talking to v5.2 servers (no-one say a word - I know, I know.)
I found a v5.1 install a few days ago still running away in the darkness. I use the word "running" in a loose sense....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
samiyengar |
Posted: Thu Feb 28, 2008 12:00 pm Post subject: Client connections from Ver 6.0.2.3 Win to Z/OS 5.3.1 |
|
|
Newbie
Joined: 27 Feb 2008 Posts: 7
|
OK - I guess there's enough here to suggest it should work. Our Z/OS qmgr is at PUT 0709 (Sep 07 maint level). I am going to open an incident with IBM. |
|
Back to top |
|
 |
|