Author |
Message
|
vixenscup |
Posted: Thu Feb 26, 2004 8:28 am Post subject: MQSeries Client TCPIP error |
|
|
 Newbie
Joined: 13 Nov 2003 Posts: 9
|
Hi,
We have a MQ Client Trigger monitor running on a HP MPE server. This job starts fine and runs for awhile and then dies. We have to keep restarting the monitor. The error we get in the MQ server log follows:
AMQ9208: Error on receive from host pr01h01 (10.228.228.5).
EXPLANATION:
An error occurred receiving data from pr01h01 (10.228.228.5) over TCP/IP. This
may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 232 (X'E8'). Record these
values and tell the systems administrator.
We are running MQSeries v5.2 on the server side. Is this a MQ Issue or a TCPIP/ network issue?
Any ideas would be appreciated.
Thanks,
Kathy |
|
Back to top |
|
 |
gunter |
Posted: Thu Feb 26, 2004 9:02 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
It looks like a network problem, but I can't find the error-code 0xE8. Look in the os-system- documentation.
Are you using ssl? |
|
Back to top |
|
 |
vixenscup |
Posted: Thu Feb 26, 2004 10:39 am Post subject: Re: MQSeries Client TCPIP error |
|
|
 Newbie
Joined: 13 Nov 2003 Posts: 9
|
No, we are not using ssl. The MQSeries server is running on a HP-UX box. Do you know if the TCPIP error codes are kept in a file on the system somewhere? I've asked the system admin but he hasn't responded yet.
Thanks! |
|
Back to top |
|
 |
EddieA |
Posted: Thu Feb 26, 2004 10:55 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Yes, they are in a file. But 232 isn't a 'normal' code. They're normally in the 10,000 range.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Feb 26, 2004 11:49 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I thought the 10000 return codes were Windows specific. I believe the 232 maps to 10054. |
|
Back to top |
|
 |
techno |
Posted: Fri Dec 03, 2004 1:05 pm Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
Anybody has got to know what is this error. I too see this error in my AMQ error logs.. on HP-UX box |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Dec 03, 2004 1:33 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
TCP/IP Return codes are listed /usr/include/sys/errno.hc on AIX but I am not sure where they are on Microsoft Servers. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
bower5932 |
Posted: Sun Dec 05, 2004 3:46 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I get them out of winsock.h that came with VisualStudio. |
|
Back to top |
|
 |
|