Issue compress the zip file

Hi Team,

I am facing an issue while I compressed in the zip file. and file size is a minimum of 30 GB. And I also increase studio search time in the config file. but if I test run then I am getting an error of time out and how can I resolve this issue.

Thanks & regards
Nitin Tyagi

Hi,

Which file operation activity you are using and how much time does it take to compress 30 GB file through win zip tool manually

Regards,
Amit

Hi Amit,

I am using the File Operations in the zip. and I increase studio search time then I am getting other error Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance

please help the same.

Thanks & regards
Nitin Tyagi

Hi,

Thanks for highlighting this one. It appears that Dot Net zip can zip max file size of 4 gb only and fixing your issue will require code change.

Will try to address your issue in upcoming release

Regards,
Amit Kr. Anand