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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Fernandez
Creator II
Creator II

Can't delete file after using tFileOutputExcel

Hi,

 

Below a job very simple where :

- I read datas from an excel file

- I write transformed datas into another excel file

- I move final file to another folder.

 

0683p000009MA3H.png

But I get an issue that mentionned I can't delete the file into component "MoveOutputFile":

 

Exception in component tFileDelete_1 (BNPPF_Orders_ProcessCustomerFiles)
java.lang.RuntimeException: File C:\Users\afernandez\Documents\MySamples\BNPPF\Process\Resultat_RECALL_CTA_AUTRES2020_03_V20200306_132530.xlsx can not be deleted.

 

Thanks for your help

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@Fernandez , as part of testing create separate jobs. like I read datas from an excel file and  I write transformed datas into another excel file one job and create one more job like calling the previous job using trun job and use on subjob ok from tRunjob and connect to tfiledelete component.

 

 

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@Fernandez , as part of testing create separate jobs. like I read datas from an excel file and  I write transformed datas into another excel file one job and create one more job like calling the previous job using trun job and use on subjob ok from tRunjob and connect to tfiledelete component.

 

 

Fernandez
Creator II
Creator II
Author

Thanks, it's running fine !