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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue with tjava and tfiledelete components.

Hi Team,
I am new to talend i have small doubt here.
My aim is:
1) Upload files by using Alfresco customized ApI’s.
2) After uploading delete those files.
By using tjava component and Alfresco customized ApI's i am uploading the files to alfresco server. Files are uploading successfully, after files uploaded successfully i want to delete those files from my local folder, for that i am using tfileDelete component.
Now my problem is files are not deleting from local folder. If i remove all code whatever i have written in tjava component then files are deleting successfully. If again i place that code in tjava component at that time tfiledelete component is not working.
Please suggest me why i am facing this issue.
Labels (3)
12 Replies
Anonymous
Not applicable
Author

Best regards
Rajesh
Anonymous
Not applicable
Author

Thanks
Anonymous
Not applicable
Author

Hi,
Thankyou verymuch to all  for your response.
My problem was resolved. I have issue with closing statements.Now,i have closed all the statements so issue was resolved.
Like closing statements means BufferedInputStream,BufferedOutputStream,InputStream....
Best regards
Rajesh