cancel
Showing results for 
Search instead for 
Did you mean: 

Operating system call recv failed (error no. 104 )

Former Member
0 Kudos

Hi experts

I am getting following error message in system log:

Operating system call recv failed (error no. 104 )

In Display Developer Traces the log for the same shows following:

***LOG Q0I=> NiIRead: recv (104: Connection reset by peer) [nixxi.cpp 4424]

      • ERROR => NiIRead: SiRecv failed for hdl 109 / sock 34

(SI_ECONN_BROKEN/104; I4; ST; 172.16.1.200:1250) [nixxi.cpp 4424]

Network error of client T110, NiBufReceive (-6: NIECONN_BROKEN), dp_tm_status=3

Client address of T110 is 172.16.1.200

Any clue to solve this error will be appreciated.

With regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

These errors can generally be ignored but still refer to Note 34116

This will help you to start anaysis of this error

Rohit

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

You can check with the IT team or the network people , because actually we are also on Linux and same issue was coming at our end too...but there was some issue with the network...better consult with them as well!!

Regards

Avneesh

debasissahoo
Active Contributor
0 Kudos

Hi,

If you are on windows OS, You can go through the test described in

SAP Note 155147 - WinNT: Connection reset by peer.

Regards,

Debasis.

Former Member
0 Kudos

We are on Linux

and the database is Oracle 10g

Former Member
0 Kudos

did u try note 34116

Rohit

Former Member
0 Kudos

Yes, I have read the note 34116 and also the note 21971.

The apparent reason is:

The application server receives a message from the network layer of the operating system (TCP) stating that the connection to the SAP GUI has been terminated.

Thank you