Admin provisioning tool error (Cannot stop DynamicsAxBatch service on computer)
Admin User Provisioning Tool Error:
- If the Admin User Provisioning Tool gives error that can’t stop DynamicsAxBatch.
- Go to the Services,
- Find out the service with the name: Microsoft Dynamics 365 Unified Operations: Batch Management Service
- Stop it.
- Now register with the admin provisioning tool
- 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