I am using Integration service to upload files in sharepoint, using the Upload Files actvitiy, however it can upload files perfectly using the studio in debug/run mode while i use it in orchestrator, in the package requirements tab where we give the connection, its asking for a Upload Files Activity Destination Folder, and its only a single Folder that its asking in the Orchestrator, while in my code i have to upload two different files in two different locations
try adding assets and give values there instead whne you select the folder from dropdown this issue might occur…its kind of a known thing…if you use variables then it can be controlled
@Anil_G okay i did it and it removed the problem in of upload file in orchestrator but now its saying that the file is in use by another process, i am already using kill process in the starting, its only showing this error in the unattended run, its working fine when run from studio