Can’t stop Dynamics AX Kill Batch service error
- If you are unable to stop the DynamicsAxBatch Service from services. Then do the following steps in it:
- Run a command prompt as administrator.
- Execute command: sc queryex [servicename]. Press Enter
- Note:
- Service name: DynamicsAxBatch
- Command: sc queryex DynamicsAxBatch
- Note:
- Find out the PID from the result of the query. Write it down to use in next step
- In the same command prompt, execute command: taskkill /f /pid [pid number]. Press Enter
- Note:
- Example PID: 2145
- Command: taskkill /f /pid 2145
- Note:
Now, register yourself in the Admin Provisioning Tool. It will not give error
Comments
Post a Comment