Private: Write range: The process cannot access the file ‘C:\Users--------\AppData\Local\Temp\53957aac-e9f6-40f0-9e21-49b504ae689d’ because it is being used by another process.
This error is coming while running the program in new version of uipath(18.4.3)
Previously it was running
I am trying to open this file from another folder only. not in this folder.
Actually this is a temp file that will be automatically created while we opening / reading/writing the excel.
After that this temp file will be deleted automatically.
But now while running this process it is not getting deleted automatically.
Yeah i know that thing :), i thought you were running the process from that location.
Have you tried restarting your machine and if the file exists in the temp still, delete it manually.
It must be open , try renaming the filename in “write range” activity and write it.
or
other reason is if u use multiple bot to access one excel this error occur.
if not worked , please tell the prior action you are performing before writing in excel sheet?
Was there a fix discovered for this issue? Im running into the same problem even after utilizing a ‘kill process’ activity to kill excel after the conclusion of the Excel process scope. Any insight would be appreciated.