ANR8215E Session aborted error 104

Monikaa

Newcomer
Joined
Aug 26, 2015
Messages
2
Reaction score
0
Points
0
PREDATAR Control23

Hello,
have you got any idea ?
ANR8215E Session 14 aborted due to receive error; error 104 and session for that node is terninated ANR0480W - connection with client severed. Node is backing up a huge amount of files ( CIFS share )
 
PREDATAR Control23

Looks like a communication problem between the client and the server. Error 104 is an OS error message that according to the file errno.h means:
Code:
#define ECONNRESET      104     /* Connection reset by peer *
 
PREDATAR Control23

Looks like a communication problem between the client and the server. Error 104 is an OS error message that according to the file errno.h means:
Code:
#define ECONNRESET      104     /* Connection reset by peer *
I am curious; which header file did you find this in? Could be useful in future debugging.

Edit: nevermind, I saw you had specified it already. Though this was a TSM specific header file.
 
Top