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: 
Anonymous
Not applicable

Using tFileUnarchive to unzip password protected zip file

I am using tFileUnarchive to unzip a password protected zip file. One can click on the "Need Password" check button and supply a password as a string in the Basic Settings. But when I do this I get the following error:
java.util.zip.ZipException: encrypted ZIP entry not supported
at java.util.zip.ZipInputStream.readLOC(Unknown Source)
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
at demo.testdecompress_0_1.testDecompress.tFileUnarchive_1Process(testDecompress.java:449)
at demo.testdecompress_0_1.testDecompress.runJobInTOS(testDecompress.java:696)
at demo.testdecompress_0_1.testDecompress.main(testDecompress.java:567)
Any Ideas as to what is missing? Is there something more I need to do to unzip the file? Thanks.
Labels (3)
0 Replies