In Weblink when downloading large zip files, the following application error is in the event log:
Server error:
Exception: Ionic.Zip.ZipException
Message: Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.
Client error
The client receives 2 errors in the browser “Export job thread not found” which is caused by the initial error “Session disconnected. Please refresh your page”
In WebAccess this happens when you set the download option to "Combine documents into one zip file" See attached screenshot.
Is there a way to stop the auto zip? Or add “zip.UseZip64WhenSaving = Zip64Option.AsNecessary;” to the code to increase the size limitation