How to upload two different files in two different locations using Integration service in Orchestrator

Hi All,

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

Thanks

@supermanPunch @Anil_G @ashokkarale @ppr

@Jai_Pande

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

cheers

@Anil_G But how can i add asset there i mean inside of the Package requirements tab

@Jai_Pande

In your process you can use asset directly..from advanced editor

Cheers

@Anil_G you are saying to use asset inside studio?

@Anil_G Not getting what you are trying to say can you please explain in detail if its okay

Thanks

@Jai_Pande

Yes use asset or variable in studio and assign the variable in the activity

Cheers

@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

@Jai_Pande

Glad you resolved the issue

please show error and explain if it is being used in process before it and where the file is present

cheers

@Jai_Pande,

Try giving the folder names in a variable instead of directly selecting while designing.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.