cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple HTTP Adapters - Different timeouts

Former Member
0 Kudos

Dears

I have many receiver plain HTTP adapters (pointing to different services) and I want to configure different timeouts for each one. Is that possible? I'm searching but I cannot find the way.

Thank you in advance!

Alejandro

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you for your help.

0 Kudos

Hi,

I am not too sure of the XI adapters however you can configure different ICM time outs on a port by port basis. Please check SAP Note 824554 for addtional information on what the parameters mean.

Example:-

icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=30,PROCTIMEOUT=600

icm/server_port_1 = PROT=HTTP,PORT=2080,TIMEOUT=60,PROCTIMEOUT=1200

icm/server_port_2 = PROT=HTTP,PORT=3080,TIMEOUT=90,PROCTIMEOUT=1800

In this example I have three HTTP listening ports (1080, 2080 and 3080) with different timeout parameters. This is specific to the ICM as I am not an XI expert.

Hope this helps

Michael

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Different timeouts are not possible. As all run on same ICM engine and follow same value for time out.

If you have HTTP destination for the HTTP post then work around can be scheduling of these HTTP destination using a back ground job. Data will be shown scheduled in PI and will be cleared according to your ABAP job scheduler.

Thanks

Gaurav