Could not find a part of the path
‘D:\nuget*\1.0.157273301\content\Data\OutputFiles*.xlsx’.
‘nuget’, ‘content’ are getting added to the file path when the script is scheduled through orchestrator. So copy file activity is failing. The same script when run in attended mode, the file path remain as it is and it running successfully. The project is created in Windows.
Is that folder available?
Not that whrn you publish a process to orchestrator if some folder is empty then that folder is not uploaded to package
To avoid that we generally put a dummy or placeholder file in the folders that are needed
Cheers
It is good practice to save the Dependency which bot will be using in the common share drive which can be accessible in any environment.
Save it in the C Drive or shared folder.
Hope this helps ![]()
It is resolved. Thanks!