Hi everyone
I am using Ax 2012 R3
I am working on a batch job in which I have to implement the multi threading concept in it. I have implemented it and it is working fine. But, when I run this for bigger pool of data, I missed adding code to control the number of threading and it lead to creation of lakhs of threads and the batch job is stuck in "Executing" state.
I have tried to put it in waiting state to stop it but no luck. I have also tried to restart the services and it didn't work. I have fixed the code part. But, I am not able to stop this which is not allowing me to run CIL as well to take the effect of new code change.
Please suggest me what I need to do to stop this batch job.