Author |
Message
|
techno |
Posted: Mon May 01, 2006 8:08 am Post subject: TCP/IP 229 |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
Applications are connected to MQ through client channels. Once in a while we are experiencing TCP/IP errors.. At this time, applications are getting disconnected from qmgrs.
------------------------------------------------------
AMQ9208: Error on receive from host myhost (10.11.12.13).
EXPLANATION:
An error occurred receiving data from myhost (10.11.12.13) over TCP/IP.
This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 229 (X'E5'). Record these
values and tell the systems administrator.
-------------------------------------------------------
mqversion:
Version: 530.7 CSD07
OS:
HP-UX B.11.11 U 9000/800
Any hints on what to do pls?
Thanks |
|
Back to top |
|
 |
BBM |
Posted: Mon May 01, 2006 9:04 am Post subject: |
|
|
Master
Joined: 10 Nov 2005 Posts: 217 Location: London, UK
|
Hi,
i would start out by checking how 'once in while' these errors are occurring. Do they coincide with any activity from the client end? Are they regularly spaced out?
What time of day etc do you get these errors.
They could also be related to network infrastructure - are you confident of your network and can dismiss it as a source of the problem?
Good luck!
BBM |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Tue May 02, 2006 7:42 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
|
Back to top |
|
 |
SAFraser |
Posted: Tue May 02, 2006 9:48 am Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
Steve,
Thank you thank you thank you for this link. I never seem to be able to find a TCP error code when I need it.
Shirley |
|
Back to top |
|
 |
techno |
Posted: Tue May 02, 2006 11:51 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
thank you, that link is useful. |
|
Back to top |
|
 |
mvic |
Posted: Tue May 02, 2006 12:12 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
SAFraser wrote: |
Thank you thank you thank you for this link. I never seem to be able to find a TCP error code when I need it. |
It's not impossible, even without that link. This gets it: http://www.google.co.uk/search?hl=en&q=229+errno+HP-UX
And so should this (haven't been able to get onto an HP-UX system to check, though)
Code: |
find /usr/include -type f -exec grep 229 {} \; -print |
|
|
Back to top |
|
 |
|