cancel
Showing results for 
Search instead for 
Did you mean: 

Sender JMS channel : Received HTTP response code 500 : Timeout.

Former Member
0 Kudos

Hi,

We have a JMS to IDOC scenario. We are using PI7.0. The sender JMS channel has picked up the file (.csv) and processed it successfully but unable to send it to Integration Engine(as found in audit log). We are facing u2018Time Outu2019 error while sending message from adapter engine to Integration engine in Dev for one of the Interfaces. The JMS channel has picked up large message from MQ and processed it and while posting it to Integration engine, we are getting the below error.

Error Description :

Transmitting the message to endpoint http://yyyy:8001/sap/xi/engine?type=entry using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout.

I have tried several times resending the data, but it gives the same error.. I am facing this issue only in this particular channel and only when I am trying some bigger messages. I have tried creating new channel and tested with smaller input files. They are successfully sent to Integration Engine and getting processed. But with the bigger files (around 3.87 MB) , the adapter log shows its successfully processed by channel. But not delivered with the above mentioned error.

The other channels have no issues sending large files(around 2 MB) to integration engine.

Please help us in this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Set/increase the Instance Profile parameter, icm/server_port_0. For example:

PROT=HTTP,PORT=<icmhttpport>,TIMEOUT=30,PROCTIMEOUT=900

You can check the current value in trx SMICM -> Goto -> Parameters -> Display.

See the "Timeouts in XI" section of the XI Troubleshooting Guide (note #806546 XI Troubleshooting Guide), for further details.

If the problem persists, you can increase the PROCTIMEOUT parameter further.

You may also need to increase the icm/HTTP/max_request_size_KB parameter. Check the URL below for details:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3e87b3ca6b72d0e10000000a42189c/frameset.htm

Regards

Mark