ADSM-L

Re: MESSAGE

1999-12-23 07:47:40
Subject: Re: MESSAGE
From: Richard Sims <rbs AT BU DOT EDU>
Date: Thu, 23 Dec 1999 07:47:40 -0500
>I got a message bellow ;
>
>12/22/99   10:50:57 TcpRead(): recv(): errno = 73
>12/22/99   10:50:57 sessRecvVerb: Error -50 from call to 'readRtn'.

Look up errno 73 in your AIX /usr/include/sys/errno.h.  It is:

ECONNRESET      73      Connection reset by peer
                        A connection was forcibly closed by a peer. This
                        normally results from a loss of the connection on the
                        remote socket due to a timeout or a reboot.

*SM is client-server.  Whenever you have session problems and the client
messages don't tell you what's going on, you need to look at the other half,
the server Activity Log.  That should explicitly say what's happening.
The client can't necessarily say what the problem is, so an explanation may
not be available in the client side.
    Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>
  • MESSAGE, Taketoshi Ide
    • Re: MESSAGE, Loon, E.J. van - SPLXM
    • Re: MESSAGE, Richard Sims <=
    • MESSAGE, Taketoshi Ide [mailto:ide