How to Kill ETL job?
One answer
Hi Pravin,
There are some timeout settings in "Data Connection Configuration". If the DCC job fails, it usually finishes with Failed status. I would advise to check the workitem log file (dcc_etl.log) to see what is happening. It is not uncommon to take 11 hours if there are many changes made or you have not run DCC job for a while.
I am not aware how to force stop the DCC job without stopping application. I assume if the DCC job hangs, the entire DCC application hangs. Then you need to stop the profile first and ensure if the process 'java' for this profile is stopped. If not, kill the process. It is easy if you are running DCC application only in this profile. If not, you will need to stop all applications in the profile altogether.