Hi All,
we got issues very weird, we use SAP PI as middleware between SAP and non-SAP, we use synchronization method
we use SAP PI 7.3 double stack and backend is SAP ECC EHP6, the data transferred between legacy system to SAP ECC via SAP PI about 5 MB.
we always got stuck error about TIMEOUT 402 at SXMB_MONI about 900 second, we do not know what problem came from...
<Trace level="1" type="T">Client = 300</Trace>
<Trace level="1" type="T">Language = E</Trace>
<Trace level="3" type="T">Creating HTTP-client</Trace>
<Trace level="3" type="T">HTTP-client: creation finished</Trace>
<Trace level="1" type="T">Security: Basic authentication SAP</Trace>
<Trace level="1" type="T">Serializing message object...</Trace>
<Trace level="1" type="T">HTTP Multipart document length: 22129182</Trace>
<Trace level="3" type="T">HTTP-client: sending http-request...</Trace>
<Trace level="1" type="T">Timeout: 900</Trace>
<Trace level="1" type="T">HTTP-client: request sent</Trace>
<Trace level="3" type="T">HTTP-client: request sent</Trace>
<Trace level="3" type="T">HTTP-client: Receiving http-response...</Trace>
<Trace level="1" type="T">402 ICM_HTTP_TIMEOUT</Trace>
<Trace level="1" type="T">SXMB_ADMIN RUNTIME HTTP_TIMEOUT = 1800000</Trace>
<Trace level="1" type="T">HTTP:<hostname_fqdn>:52000 PROCTIMEOUT = 3600</Trace>
<Trace level="3" type="System_Error">HTTP-Client: exception during receive: HTTP_COMMUNICATION_FAILURE</Trace>
</Trace>
<Trace level="3" type="System_Error">HTTP-client: error response= <html><head><title>Application Server Error</title></head><body> <H2>500 Connection timed out</H2><br> <hr>Sat Jul 5 07:11:05 2014 </body></html></Trace>
<Trace level="3" type="T">HTTP-client: closing...</Trace>
<Trace level="3" type="System_Error">Error while receiving by HTTP (error code: 402 , error text: ICM_HTTP_TIMEOUT)</Trace>
</Trace>
</Trace>
<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
-
we already set the system is :
--> SAP PI : we added parameter icm/server_port_0 = PROT=HTTP,PORT=52000,TIMEOUT=3600,PROCTIMEOUT=3600 as well as we set at SXMB_ADM for Category TUNING (HTTP_TIMEOUT = 1800000) also rdisp/max_wprun_time = 3600
--> SAP ECC : add icm/server_port_0 = PROT=HTTP,PORT=8020,TIMEOUT=1800,PROCTIMEOUT=1800
between SAP PI and SAP ECC at same subnet network, no issues about latency network.
thanks
Gho