Zip 64 not present?

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
User avatar
Phil Pendlebury
Automation Wizard
Posts: 543
Joined: Tue Jan 16, 2007 9:00 am
Contact:

Zip 64 not present?

Post by Phil Pendlebury » Tue Nov 12, 2013 6:37 pm

Problem with zipping multiple files...

Create a script with a loop
Read a filename from a list
Zip that file to a ZIP file
Loop
Read next file name from list
Zip that file to the same ZIP file

After some time (I think either size of zip file or number of files) script will fail with message Cannot zip file Zip 64 not present

Windows 8.1 64 Bit 64Gb RAM etc.

Used zip like this:

ZipAddFiles>C:\Users\Phil\Downloads\zipper.zip,%thefile%,9,0,zipres
Phil Pendlebury - Linktree

User avatar
Marcus Tettmar
Site Admin
Posts: 7393
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Mon Nov 18, 2013 4:11 pm

Is this still happening? Before I try to replicate - how big is the file list - how big does it need to be? What about the file sizes - are they big/small ... random?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

User avatar
Phil Pendlebury
Automation Wizard
Posts: 543
Joined: Tue Jan 16, 2007 9:00 am
Contact:

Post by Phil Pendlebury » Mon Nov 18, 2013 5:39 pm

File list is about 600 file but it only gets to about 60 or 70
File sizes are random between 5 and 500 MB

Sorry I cannot test further at the moment. Will explain via PM.
Phil Pendlebury - Linktree

User avatar
migro
Macro Veteran
Posts: 152
Joined: Thu Nov 06, 2003 5:23 pm
Location: Germany
Contact:

Re: Zip 64 not present?

Post by migro » Sun Oct 20, 2024 8:07 pm

Received the following error: Cannot compress file '%s'. Zip64 Mode is not enabled - Native error: 00043. File processing error, possibly disk is full.
call: ZipAddFiles>%strBaseDir%\%strBDName%.zip,%strBaseDir%\*.*,9,1,zipres
Error occurred after around 15 min. compressing files located in the given path. 382 GB free space on disk.
Folder size total= 33.4GB, 8901 files and, 12124 folders. File sizes are random, the file list in this sample is moderate and could also be a multiple of that. With smaller amount of files/folders it worked without error.

Thx in advance. Any help or tips are welcome.
regards
migro

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts