cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for Solution(How to wait some particular time in pi7.1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Experts,

We have a source folder with a number of files in it, same name but with date time stamp. PI reads the files and sends them to the target folder with one unique name. From the target folder the file is picked up and processed by SAP, which deletes the file after processing.

When the SAP process is too slow the next file cannot be stored as the former file is still in the folder. After (let's say) 3 failed tries, an email is sent to a support person and the whole process is aborted.

The support person needs to delete the file manually and in the next scheduled run the remaining files in the target folder together with new ones are read by PI.

Here is a proposal of how I think it can be done. I don't know if the second loop can be executed on the read files of the first loop. Additionally, the email may only be sent once. I know, we can use alert configuration for the email but I'd rather have the email sent as an inbound message

Regards,

Raja Sekhar

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

solved