Tag: automic
How Cancelling the DTEXEC (or Any Other Executable) From Command Prompt/Automic UC4 Works
When we start executing the SSIS package using DTEXEC from command prompt/Automic UC4, it creates an individual process DTEXEC which runs on its own. You can see that process in Task Manager. When you cancel the job from command prompt using Ctrl+C or cancel it from Automic UC4, it sends the SIGINT (interruption) signal to…
|