RE: ETL for Flexcab Sample Requests failed with file size error

2012-07-26 Thread Techow, Ric
Hi Paul, Wondering if you could help me out. Should gzip be able to handle files produced by PKZIP in ZIP64 format as referred to below? Thanks for any help you give. Ric Techow Performance Analyst Cost Value Engineering Group Telstra Account | Communications, Media and Entertainment Group HP

Re: ETL for Flexcab Sample Requests failed with file size error

2012-07-26 Thread Paul Eggert
On 07/26/2012 06:25 PM, Techow, Ric wrote: > Should gzip be able to handle files produced by PKZIP in ZIP64 format It's the first I've heard of that format, so I don't know the answer to your question. Can zlib handle it? If so, I'd suggest rewriting gzip to use zlib, which is on my long list of

Re: ETL for Flexcab Sample Requests failed with file size error

2012-07-26 Thread Steven M. Schweda
Exactly what you're doing is not entirely clear to me, but ... > [...] Should gzip be able to handle files > produced by PKZIP in ZIP64 format as referred to below? Why are you using gzip to handle archives created by PKZIP? I thought that PKZIP worked with ZIP archives, and that gzip's Z

RE: ETL for Flexcab Sample Requests failed with file size error

2012-07-26 Thread Techow, Ric
Thanks Steven, What is happening is that files on Zos are being zipped and shipped to a Solaris platform as a data feed. Zos PKZIP has an option to generate a gzip format compressed file. So we have done that for many years - worked fine till recently. It appears that when Zos PKZIP encounte