cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP connection attempts after failure

Former Member
0 Kudos

How do I control the number of posting attempts after an HTTP connection has failed? It seems that the default for my HTTP connection runs for 10 minutes before I can cancel the message. I am attempting an HTTP post of a XML file from XI 7.0 to a 3rd party application.

Where can I find the configuration for the HTTP adapter? In my scenario, I have done all the configuration and created the communication channel for the HTTP adapter. I have gone to the runtime workbench and did not see my Communication Channel for the HTTP connection which I have created. I am assuming the configuration for the HTTP connection is somewhere else. Can someone point me to the correct location?

Thank you for your help.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

On the XI Integration Server, goto transaction sxmb_adm -> Integration Engine Configuration -> Specific Configuration -> Set TUNING parameter IS_RETRY_LIMIT = xx.

See SAP Note 813029.

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

All of the other notes pointed me to methods in XI 3.0 in RZ10. Thank you for your help