Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
suyog-lis
Contributor
Contributor

tfileCopy not moving files

i have a job with following component

suyoglis_0-1721054744275.png

 

tazureget ->(on sub job ok) tfileList ->(iterate) tfileCopy(with remove source file ticked) 

 

suyoglis_1-1721054803945.png

 

error: <filename>: The process cannot access the file because it is being used by another process, 
if i remove the tazureget component, everything looks fine. if i untick remove source file, everything works.
even removing the file after tfilecopy is complete doesnt work

 

PS: it works fine when only one file is downloaded, if more than one are downloaded, the issue arises

 

 

Labels (1)
2 Replies
Xiaodi_Shi
Support
Support

Hello,

From your screenshot, we can see you are using "OnComponentOk"  trigger link instead of "OnSubjobOK".  Could you please check it as there are differences between them.

https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-What-is-the-difference-between...

Best regards

Sabrina

 

suyog-lis
Contributor
Contributor
Author

that did not help either