Hi Team,
I got a requirement to capture exit code 3. I am running packages using dtexec in a batch file. I was able to capture other exit codes namely 0,1,4,6 which are pretty straight forward. I understand that I need to cancel the package to exit with code 3. But I am stuck with the implementation of how to cancel the package while running. I tried by killing dtexec which triggered exit code 1(Failure). But I need 3 which we can get only by cancelling the package.
Response appreciated. Thank you.