cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI Datastore sender polling doesn't work and sender reads data immediately

0 Kudos

Hello all,

I am implementing retry mechanism in SAP CPI using Datastore using this blog:

https://blogs.sap.com/2021/12/30/message-retry-using-process-direct-and-data-store-in-sap-cpi/

It is processing message in iFlow1 and in case of error exception subprocess stores message in Datastore. Another flow iFlow3 picks failed message from Datastore and send it back to iFlow1 for processing.

I have changed Datastore read from Select to Datastore sender adapter:

https://help.sap.com/docs/CLOUD_INTEGRATION/368c481cd6954bdfa5d0435479fd4eaf/4f5ef3f724c2480da421daa...

I set channel configuration and polling interval to 5 minutes:

But when I deployed iFlow it is ignoring Poll Interval and reads content immediately. I put wait step 40 second to see the impact but nothing changed and Datastore sender reads data immediately when previous iFlow finishes (after 40 seconds):

What I am missing here? How this poll interval works? Any inputs appreciated.

Frantisek

Accepted Solutions (0)

Answers (0)