We have created an SSIS package with an Execute Script Task that dynamically builds the paths/arguments required as it loops through multiple files and unzips to extract a single file. This works perfectly on Windows with 7za.exe. And it works when we manually execute on Linux via the command line. For example: /usr/libexec/p7zip/7za -y x /data00/file.zip -o/data00/ ap*.csv -r When we call it from the SSIS package via the C# script it responds with the following: Error: 2018-10-16 18:24:02.90 Code:...