Author |
Message
|
mvs |
Posted: Thu Jan 10, 2008 7:33 am Post subject: RFHUTILC (queue manager invalid connection error) |
|
|
Voyager
Joined: 06 Jul 2007 Posts: 85
|
Hi all,
I installed MQ6 server and client in my local windows XP machine. i am trying to connect queue manager which is on solaris box(remote queue manager) using RFHUTILC.
i did the steps as suggested in previous posts for setting the environment like below.
SET MQSERVER=SYSTEM.DEF.SVRCONN/TCP/mqsidev2(1415)
when i tried to connect queue manager am getting the response
"17.25.36 2058 Queue manager invalid (Connect)"
Any idea on this?
Thanks and Regards
MVS |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 10, 2008 7:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
In the qmgr name (to connect to) field put:
SYSTEM.DEF.SVRCONN/TCP/mqsidev2(1415)
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvs |
Posted: Fri Jan 11, 2008 7:00 am Post subject: |
|
|
Voyager
Joined: 06 Jul 2007 Posts: 85
|
Yes, I did that but the same error |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jan 11, 2008 7:08 am Post subject: Re: RFHUTILC (queue manager invalid connection error) |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mvs wrote: |
when i tried to connect queue manager am getting the response
"17.25.36 2058 Queue manager invalid (Connect)"
|
Eliminating the very, very obvious are you sure the queue manager's spelt correctly? In the correct case? On that port?
2058 means no queue manager of that case-sensitive name can be found at the location specified. As opposed to a 2059 which means something undefined has happened to your connection. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
EddieA |
Posted: Fri Jan 11, 2008 10:17 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
You are using the Queue Manager Name field, and not the Remote Queue Manager Name, aren't you. That Remote field is for something else, not connection to a Remote QM.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mvs |
Posted: Mon Jan 14, 2008 12:17 am Post subject: |
|
|
Voyager
Joined: 06 Jul 2007 Posts: 85
|
Yes,
I am sure that the queue manager name is correct and placing the name on Queue Manager name (to connect to) only in RFHUTILC. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 14, 2008 2:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mvs wrote: |
I am sure that the queue manager name is correct |
The software appears to disagree with you.
Does amqsputc work normally? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
TonyD |
Posted: Mon Jan 14, 2008 11:35 am Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
Is 'mqsidev2' the queue manager name or the host name? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jan 14, 2008 11:42 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
In the qmgr name (to connect to) field put:
SYSTEM.DEF.SVRCONN/TCP/mqsidev2(1415) |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
TonyD |
Posted: Mon Jan 14, 2008 12:33 pm Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
My question still stands .... the third parameter in the variable must be '/HostName (or IP Address)(Port number). Reading through the thread I wondered if mvs was using the queue manager name instead of the host name. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 14, 2008 9:14 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
TonyD wrote: |
My question still stands .... the third parameter in the variable must be '/HostName (or IP Address)(Port number). Reading through the thread I wondered if mvs was using the queue manager name instead of the host name. |
If he was his MQSERVER variable as described in his post would not be working now would it?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvs |
Posted: Tue Jan 15, 2008 6:16 am Post subject: |
|
|
Voyager
Joined: 06 Jul 2007 Posts: 85
|
Hi All,
My Apology for the delay.
mqsidev2 is the host name. even i tried to give IPAddress instread of host name but no success.
my queue manager name is LMD6UMQI.
i am giving this name in RFHUTILC, at queue manager name (to connect to) |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 15, 2008 6:18 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mvs wrote: |
my queue manager name is LMD6UMQI.
i am giving this name in RFHUTILC, at queue manager name (to connect to) |
Why?
fjb_saper wrote: |
In the qmgr name (to connect to) field put:
SYSTEM.DEF.SVRCONN/TCP/mqsidev2(1415) |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mvs |
Posted: Tue Jan 15, 2008 7:53 am Post subject: |
|
|
Voyager
Joined: 06 Jul 2007 Posts: 85
|
Hi Jeff,
Thanks s a lot. Now its working.
I gave SYSTEM.DEF.SVRCONN/TCP/mqsidev2(1415) in Queue Manager Name (to connect to), and its connecting now.
Thanks and Regards
MVS |
|
Back to top |
|
 |
|