87
Views
6
Comments
Solved
Library cannot extract this entry. Version required is 788.
Question

Anyone got into this problem when try to read a zip file from archiving on mac?

GetReadFile from Zip Extension.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

As a workaround, you could try the BigZip Extension. It's meant to be used for large ZIP files, but you can use it for smaller ones as well.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Mateus,

This is/was a known bug in the SharpZipLib library that the Zip Extension uses. It seems fixed, but apparently OutSystems hasn't updated the Extension.

2019-11-08 16-23-42
César Mateus Conceição

Hi Kilian,

Yeah, I saw on source of the extension.

But also has some restrictions too.

Look at this note. 

"For version 11.0.212.3. This extension allows creating and opening Zip packages for compressing files.
Note: This extension only supports compressing files with names enconded in ASCII."


I thought the problem is on it but I doubled check names of files and the problem persist.


Other thing that I saw this happen when I got a zip files inside a zip file.

ZIPFILE

|

- FILE01.XLS

- ZIPFILE.ZIP

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

As a workaround, you could try the BigZip Extension. It's meant to be used for large ZIP files, but you can use it for smaller ones as well.

2019-11-08 16-23-42
César Mateus Conceição

Yeah, I think it's a good idea. Cause I will need to make a clone, update libs inside the extension and then compile everything to deploy.

Also I don't know if it's a risk, you another non native tool, breaking changes concern.

But I will decide the best approach .

thanks Kilian

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

As an update, OS is going to check on this problem, and whether they need an update to the ZIP library used.

2019-11-08 16-23-42
César Mateus Conceição

Kilian Hekhuis wrote:

As an update, OS is going to check on this problem, and whether they need an update to the ZIP library used.

Thanks Kilian. Will be in touch. 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.