Is there a way to log the error received in the SSIS Execute Process task? I'm only receiving the return code:
the process exit code was "2" while the expected was "0"
I'm running a several step batch job that returns this error and I need to debug it. It runs perfectly when ran directly.