cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi friends,

when try to connecting PRD server --- its not connected.

it shows the error message Network Partner broken

ERROR text: WSAECONNRESET : Connection reset by PEER

counter 1 .

In command prompt i checked the ping connection for PRD server, The PRD server IP is pinging.

Plz provide solutions &i need to know this is a network problem or BASIS problem.

Regards,

K.S.Kannan.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi kannan,

Communication between the front end and R/3 server takes places only using the TCP/IP protocol. TCP/IP is a connection-oriented protocol that permits a certain amount of error tolerance.

This prevents minor errors in the network affecting SAP applications.If the TCP/IP stack identifies

a problem in the communication that cannot be resolved, the existing connection is closed and an error

message transmitted to the application.

The message'10054: WSAECONNRESET : Connection reset by peer' from the TCP/IP stack has the following meaning in this case:

An existing connection is terminated by the partner system. This message is usually generated if the application is stopped suddenly on the partner system, the host restarted or a "Hard Close" used.

Please check the Note 155147.

Regards

Krishna Vanga