>can anybody tell me what this error that I'm getting daily means?
>Is it normal/Harmless/major problem/... ?
...
>06/15/01 02:58:15 TcpRead(): recv(): errno = 73
>06/15/01 02:58:15 sessRecvVerb: Error -50 from call to 'readRtn'.
Stan - From my notes at http://people.bu.edu/rbs/ADSM.QuickFacts :
TcpRead(): recv(): errno = 73
Usually accompanied by "sessRecvVerb: Error -50 from call to 'readRtn'."
The 73 is the Unix errno for ECONNRESET - Connection reset by peer:
the peer is obviously the TSM server, which terminated the session and
connection. Refer to the server Activity Log for a message indicating
the cause.
Richard Sims, BU