cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI - Error Handling/Retry/Re processing/Background Processing

0 Kudos

Hi Experts,

I have just started exploring SCPI/HCI & it looks to me that there are no retry mechanisms available for error or failure messages in SCP.

However, i would like to hear from experts on the below topics. Kindly support.

1. Is it possible to analyse the message data being transmitted from source to destination inside SCP/HCI?

2. Retry Mechanism available in SCP/HCI?

3. If its possible for us to retry or re process failed or error messages, can we do it is MASS or bulk or through back ground processing?

Regards,

Ansari

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor

Hello Ansari,

Please find the below details.

1) Yes its possible.You need to write Groovy Script to log the payload.

https://blogs.sap.com/2016/04/19/hci-logging-using-groovy-scripts/

https://blogs.sap.com/2016/04/20/hci-payload-logging-using-groovy-scripts-use-externalized-parameter...

2) Retry mechanism is available for certain adapters only using JMS queues[ requires Enterprise License ] or data store entries[ For XI adapter ]

https://blogs.sap.com/2018/06/04/cloud-integration-configuring-scenario-using-the-xi-receiver-adapte...

https://blogs.sap.com/2018/06/04/cloud-integration-configuring-scenario-using-the-xi-sender-adapter/

3) This depends on scenario ( holds good with above 2 mentioned scenarios.There is no option available for retry using MASS or bulk or through back ground processing.

There is also possibility of handling retry or EO scenarios in your custom scenarios.You can follow below blog.

https://blogs.sap.com/2016/05/11/exactly-once-in-sap-hana-cloud-integration/

Regards,

Sriprasad Shivaram Bhat

Answers (0)