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
Zip 64 not present?
Moderators: Dorian (MJT support), JRL
- Phil Pendlebury
- Automation Wizard
- Posts: 543
- Joined: Tue Jan 16, 2007 9:00 am
- Contact:
Zip 64 not present?
Phil Pendlebury - Linktree
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
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?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Phil Pendlebury
- Automation Wizard
- Posts: 543
- Joined: Tue Jan 16, 2007 9:00 am
- Contact:
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.
File sizes are random between 5 and 500 MB
Sorry I cannot test further at the moment. Will explain via PM.
Phil Pendlebury - Linktree
Re: Zip 64 not present?
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.
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
migro