on 2025 Feb 05 9:59 AM
Hello Experts,
We have an interface where we send bulk data from SAP ECC to a third-party API via SAP Integration Suite. When multiple API calls are triggered simultaneously, some of them fail as the third-party system doesn’t return the expected response. This causes the related IDocs to fail in SAP ECC.
Is there any recommended way to handle this scenario in SAP Integration Suite, such as implementing a retry mechanism or any other approach to manage failed API calls effectively?
Request clarification before answering.
JMS queues are provided by CPI to implement retry mechanism in such scenarios.
You can configure number of retries, retry interval and retention period for messages in queue. By using JMS queues, you can also manually process if they do not process in specified number of retries as we do in SAP PI as long as they are present in queue (based on value of retention period set in queue).
You can read this SAP blog for better understanding.
https://help.sap.com/docs/cloud-integration/sap-cloud-integration/jms-adapter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.