Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
nmodi
Creator
Creator

cFile is picking up file even file is still being downloaded

I have created 2 routes

 

Route 1 - download file from FTP using cFTP (cFTP-->cFile)

Route 2 - pick up file that was downloaded using cFTP & pass it on to DI job for further processing (cFile-->cTalendjob)

 

my issue is that for large file, cFile is even picking up the file that are still being downloaded from first route.

I have below setting on cFile since I want to be able to process same file again in case client post the same file again for any reason:

noop - true

"idempotentKey" : "${file:name}-${date:now:yyyyMMddHHmmssSSS}"

"delete" : "True"

 

 

Labels (2)
5 Replies
nmodi
Creator
Creator
Author

Is it just me getting this issue or is it a bug?

 

I would really appreciate any response on this.

 

we are using enterprise version 6.4

Jesperrekuh
Specialist
Specialist

Do you use OnComponentOk ? or OnSubjobOk? Could make a difference.
Suggest using OnSubjobOk and please post a screenshot of your jobFlow

nmodi
Creator
Creator
Author

these are ESB route components, it has only route option. not like DI that has all those options
nmodi
Creator
Creator
Author

these are ESB route components, it has only route option. not like DI that has all those options

i will try to post some scree shot tomorrow
nmodi
Creator
Creator
Author

here is some screenshot

 

route 1 - FTP pickup that pick up input file from FTP & copy that only shared location

route 2- pick up file from shared location & pass it on to DI job for further processing


route2_NAS File Trigger.PNG
route1_ftpwatcher.PNG