on 2024 Jun 05 6:38 AM
Hi, I am using Looping Process Call and Poll Enrich to read multiple files from the SFTP Server.
In the SFTP adapter, in Post-Processing , i have selected Keep File and Mark as Processed in Idempotent Repository because if i choose Keep file and Process Again then it is reading only one file and the loop is running infinitely. Also, I can't choose Move file and Delete file because of restrictions.
My question is if the file is read and at some point in my iFlow if i get any error then i have to reprocess that file. But due to using "Keep File and Mark as Processed in Idempotent Repository", I am not able to read the file again.
How can i solve this issue?
Is there any where i can mark that file as unprocessed in the Idempotent Repository?
or any other solution.
Regards,
Abhinav
SAP Integration Suite Cloud Integration
Request clarification before answering.
Hi Abhinav,
No GUI is available to see the idempotent repository entries but you can use the api.sap.com API to handle entries in the idempotent repository: https://api.sap.com/api/MessageProcessingLogs/resource/Idempotent_Repository
In the resources you can get and delete entries from the repository. Important to note is that you need to know the ID of the entry to be able to get the required information to be able to delete an entry.
We created an integration which handles the calls only input is in our case a body with 1 or multiple IDs to be cleaned from idempotent repository but using the apis directly is also an option.
Hopefully this is helpfull.
Kind regards,
Jordy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 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.