Error: Access to the path is denied

Hi all,

when i launch the bot from orchestrator i get the following error: access to the path “[shared network folder\nameFile.pdf] is denied”, it occur just twice a run, always for different files, on about 50 files.
I download these files online and before proceeding to this step I check if the path exists(including the file name) so I don’t understand why it happens

Any suggestion?
Thanks in advance

Hey,
Maybe some of these files are using by different process ?
Try download all files and copy to location which bot using.

The automation may be going faster than Windows can go. Put the offending activity into a Retry Scope, set to 3 retries, 2 second delay between, no condition. Then it’ll retry it three times before throwing an error.