cancel
Showing results for 
Search instead for 
Did you mean: 

CLIENT_SEND_FAILED 500 Timeout Error

Former Member
0 Kudos

Hi Guys,

i am getting below error in PI MONI, can any one please help me how to resolve this isuue.

This interface is File to Proxy(ECC).

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">CLIENT_SEND_FAILED</SAP:Code>

<SAP:P1>500</SAP:P1>

<SAP:P2>Timeout</SAP:P2>

<SAP:P3>(See attachment HTMLError for details)</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Error while sending by HTTP (error code: 500 , error text: Timeout) (See attachment HTMLError for details)</SAP:Stack>

<SAP:Retry>A</SAP:Retry>

</SAP:Error>

Thanks,

Siva.

Accepted Solutions (0)

Answers (4)

Answers (4)

naveen_chichili
Active Contributor
0 Kudos

Hi,

Is your scenario synchronous?

Did you get a chance to look at below links:

Regards,

Naveen

abhay_rajhans2
Contributor
0 Kudos

Hi Siva,

The issue seems to be related with connection between PI and ECC.

Go to SM59 transaction and do connectivity test of RFC between SAP PI and ECC. You can find the RFC name into your XI adapter in integration directory.

Take help of Basis team for resolving this issue.

GabrielSagaya
Active Contributor
0 Kudos

check the SM59 connection which you are using in the XI adapter

Former Member
0 Kudos

Hello,

You could try increasing the ICM PROCTIMEOUT parameter as described in note:

824554

As well as icm[DS]/server_port_0, the parameters

rdisp/max_wprun_time and icm/conn_timeout

are also relevant.

Also please check on the HTMLError in the message, if there is a java.lang.ClassCastException there please check note

#1452307

Kind regards,

Sarah