I have one doubt in ssis .how to zip to unzip files in ssis:
I tried using execute process task in ssis:
executable: C:\Program Files\7-Zip\7z.exe
arguments: x "C:\zipfiles\texttables.zip" -o"C:\unzip\" -y
then I executed package.its run successfuly for few days back.
now I run the same package with out any changes in packages that time I am getting error like below:
Error:In Executing "C:\Program Files\7-Zip\7z.exe" "x "C:\zipfiles\texttables.zip" -o"C:\unzip" -y" at "",
The process exit code was "2" while the expected was "0".
here what is the meaning of 2 and 0.it doesnot give detail error information. can you please tell me how to get detail error