Author |
Message
|
Monk |
Posted: Sun Jul 01, 2007 6:26 am Post subject: Sender channel doesn't start... |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
Hi All,
We are having this problem in production environement,
Machine1 running MQ V6 on windows 2003 server (virtual VMware)
Machine2 running MQ V6 on windows 2003 server ( real)
if i create sender/reciever channel between Machine1 and Machine2 and start them I get the following error in the event viewer
==============================================
Error on receive from host xxxxxxxxxxx(192.168.2.123).
An error occurred receiving data from xxxxxxxxxx(192.168.2.123) over TCP/IP. This may be due to a communications failure.
The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these values and tell the systems administrator.
===============================================
I see the same error on the Machine1 and Machine2.
but if i see the sender channel on Machine1 in the MQ explorer it says "running". the reciever says stopped.
But a sender/reciever pair channel from Machine2 to machine1 works fine.
the channels doesnt end abnormally.
Can anyone help me to figure out whats going wrong. I have a deadline.
Any light on this issue will be helpful.
thanks _________________ Thimk |
|
Back to top |
|
 |
Monk |
Posted: Sun Jul 01, 2007 6:28 am Post subject: |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
by the way... we have updated all drivers/ service packs on both machines
we are running a SP2
we dont have any firewall b/n the two machines.. _________________ Thimk |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jul 01, 2007 7:52 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You have to look at it that way... your virtual machine has multiple IPs
You have to determine what the IP of the virtual partition running MQSeries is and use that one for the channel. Do not use the IP of the partition running the Virtualization server.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Monk |
Posted: Sun Jul 01, 2007 9:50 pm Post subject: |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
I am not quite clear what you say.
you say that my virtual machine have multiple IP? how do i find out what all IP's its using.
You have to determine what the IP of the virtual partition running MQSeries is ?
How do i do this.?
thanks for pointing me in the right direction. _________________ Thimk |
|
Back to top |
|
 |
Monk |
Posted: Sun Jul 01, 2007 10:02 pm Post subject: |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
I checked the device manager for the VM. There is only one Network adapter. this means one IP is assinged to this network adapter , which is one MQ is using and thats the one I am using in my channel properties _________________ Thimk |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 02, 2007 2:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It seems clear that for some reason, machine 2 is not properly accepting inbound connections. It's fine to make outbound connections.
If I recall from other people who've gotten TCP/IP 10054 on windows... then it's either MQNOREMPOOL or it's a firewall. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jul 02, 2007 2:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Monk wrote: |
I checked the device manager for the VM. There is only one Network adapter. this means one IP is assinged to this network adapter , which is one MQ is using and thats the one I am using in my channel properties |
Wrong, one network card can have multiple IPs (think VPN, virtualization, etc...). There is one IP per virtual machine + 1 ip for the Virtualization server. To find out the IP assigned to the partition running MQ you need to switch to that partition and run ipconfig or the equivalent depending on OS.
And check on Jeff's post. Remember Windows Firewall can be internal to the machine and set by default....to block everything...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|