Hi All,
I am getting this error when i am running my robot from Orchestrator, when running from Studio its working fine
Studio Snip
Orchestrator Snip
Regards
Jai
Hi All,
I am getting this error when i am running my robot from Orchestrator, when running from Studio its working fine
Studio Snip
Orchestrator Snip
Regards
Jai
It’s happening when the same name file is already exist at the folder where you are trying to move the file.
Checkbox the property Overwrite this will overwrite the file already exists.
If you want to keep both the files, you can append timestamp to make the file name unique.
Thanks,
Ashok
I have checked the folder many times there isn’t any file at the time of Running the Automation, plus before the end of automation the delete file logic is implemented, also now its showing a different error
I would suggest to use Documents or any other folder to store temporary files instead of storing it in the project folder. When ran from Orchestrator, these files get’s created in .nuget folder which is inside user profile. This could result in access issues like moving/renaming/deleting restrictions.
Try changing the file path to another folder path.
Thanks,
Ashok
Also in the Move file its asking for a relative path now, without adding folder to the project how this can be achieved?
Thanks!
Use Get Environment Folder
activity to get the folder paths like MyDocuments, Desktop dynamically and pass the output to your move file activity.
This can give you all Special folders mentioned here:
Thanks,
Ashok
Thanks it worked!
Instead of activity i used Expression!
Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.