We have used "ICSharpCode.SharpZipLib" in the SSIS interface package to unzip files. but its failing to read the ZIP file around 295 MB, which is having 3.6 GB TXT file in it.
The ERROR is saying there is no data in ZIP file.
Is this is occurring due to the un-handled size by SharpZipLib OR SSIS MAX Cache size??
Please it would be glad if some one have any suggestions or signs where I have to look really??