Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
tpozzana
Contributor II
Contributor II

Downloading .zip with TFileFetch from HTTPS, impossible to Unarchive

Hi everyone,

I have a problem with my Talend Studio Job.

  1. First I use TFileFetch to download several .zip files to a Folder
  2. I use a PostJob to UnArchive those .zip files into several folders
  3. I just have empty folders for result

Outside from Talend : If I try to unzip those files with Windows and it doesn't work. If I unzip with 7zip it works.

Can someone help me please ?

Please find atttached my screenshot.

Thank you very much

Best regards

Tancredi

Labels (2)
5 Replies
Anonymous
Not applicable

Hello,

Did you link the tPostjob component to the tFileUnArchive component by using a Trigger > On Component Ok connection to build the post-job?

Here is a related scenario about how to use tPostJob component in job

TalendHelpCenter: Handling files before and after the execution of a data Job

Best regards

Sabrina

 

 

 

 

 

 

 

 

 

 

tpozzana
Contributor II
Contributor II
Author

Yes, thank you very much. I put the right Trigger now but I hav the same problem.

It seems like windows doesn't work to unArchive those files. "tFileUnArchive" uses windows unzip ?

 

Thanks

 

 

 

tpozzana
Contributor II
Contributor II
Author

Now I tried with tHTTPRequest but I have this error :

 

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Anonymous
Not applicable

Hello,

Please check out "Die on error" option in tFileUnArchive component to see if you are getting some error.

Best regards

Sabrina

 

 

 

Anonymous
Not applicable