cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic retries in SAP HCI

Former Member

Dear Experts,

I have the need that if my message is not delivered to the target system due to saturation or fall make an automatic retry logic after 'X' minutes.

Is it possible to automatically retry messages that were not delivered in the IFLOW?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor

Hello Ruddy,

As per my knowledge there is no such retry parameter can be configured in SOAP adapter.You can follow the below to achieve the same.

Have the Request Reply inside Local Integration Process call it till you get response other than failure.

Integration Flow Configuration:

Looping Process Configuration:

Regards,

Sriprasad Shivaram Bhat

Former Member
0 Kudos

Excellent contribution Sriprasad,

I had not noticed the existence of 'Looping process'. Now I can condition the sending of a message that was not delivered.

Best regards 😉

Answers (1)

Answers (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Ruddy,

Could you please share on which pattern you want to enable the above like SFTP receiver,SOAP or SF.

Regards,

Sriprasad Shivaram Bhat

Former Member
0 Kudos

Hello Sriprasad,

I´m working with SOAP adapter (SOAP 1.X)

When the message is not delivered to the target system, the message must be retried!