I hae a straight forward file adapter picking up from a SAP server set to be every 30 mins. However sometimes it takes longer to create the file...it opens the file on the server as it still writing to it when PI picks it up.
This means it is incomplete and so a bad file goes across.
I have tried using the retry and poll interval but they dont seem to achieving my aim.
I am on PI 7.1
How do I get PI to do something like look and find a file, and then wait and check 60 seconds later to see if file same size, if not wait another 60 secs and check again etc ?
Thanks