Author |
Message
|
starship |
Posted: Fri Dec 08, 2006 9:55 pm Post subject: MQ v6 Channel not starting. |
|
|
Apprentice
Joined: 07 Dec 2005 Posts: 33 Location: INDIA
|
Hello All,
I have setup MQv6 on a Windows 2003 machine with two Queue Managers on it.
Problem: When I try to establish the connection between the two Queue Managers by defining the channels between them, they don't start.
Configuration is like:
QM1 Sender Channel to QM2: IP(1415)
QM2 Sender Channel to QM1: IP(1414).
The above doesn't work and the channels goes in retrying state.
When I replace the IP address with ""localhost"" the channel starts functioning.
Can you please advice why is this happening.
Note: The version of MQ is 6.0.2.0 |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Dec 09, 2006 1:01 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Did you see the messages going to the other queue manager when you were using localhost instead of IP
Check points.
1. Transmission queues on both ends
2. Remote Queues on both ends
3. Listeners on both ends
Hope all the above check points are ok in your case, if not please look in to this and let us know
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Dec 09, 2006 5:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Maybe your Windows firewall is configured to allow all access on localhost, but not allow any incoming connections on 1414 or 1415 on the real IP address.
But I'm sure the error messages that were logged when the channel went into retry had more information about what the real problem was. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
starship |
Posted: Tue Dec 12, 2006 10:33 pm Post subject: |
|
|
Apprentice
Joined: 07 Dec 2005 Posts: 33 Location: INDIA
|
As I said that its working with "localhost". It doesn't work when I try and give the local IP address in place of the 'localhost'.
I am not sure of how to check the firewall things. When I telnet to the port from the command promt it works. |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Dec 12, 2006 11:31 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
How you specified your ip in the channel name
Try the following...
CONNAME('ip.ip.ip.ip(portnumber)')
and lets see whether its work
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 13, 2006 12:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
starship wrote: |
As I said that its working with "localhost". It doesn't work when I try and give the local IP address in place of the 'localhost'.
|
And when it doesn't work the log files say........? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 13, 2006 4:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
jefflowrey wrote: |
Maybe your Windows firewall is configured to allow all access on localhost, but not allow any incoming connections on 1414 or 1415 on the real IP address. |
_________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|