Error Code:
Imf-InvalidZipArchive
Error Message:
Expected 0x2014b50 but found 0xbabcb8c1 for central_file_header_signature
Definition:
Either the Zip archive is corrupt or the wrong compression mode has been used.
Solution:
We require Zip archives to use no compression (referred to as COPY or STORE ONLY mode). Verify if the archive was zipped using the correct mode. If not, re-zip and redeliver.
If correct mode was used it may be corrupt. Re-zip and redeliver.