Admin provisioning tool error (Cannot stop DynamicsAxBatch service on computer)

 Admin User Provisioning Tool Error:

  1. If the Admin User Provisioning Tool gives error that can’t stop DynamicsAxBatch.
  2. Go to the Services,
  3. Find out the service with the name: Microsoft Dynamics 365 Unified Operations: Batch Management Service
  4. Stop it.
  5. Now register with the admin provisioning tool
  6. 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
    • 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

Now, register yourself in the Admin Provisioning Tool. It will not give error.

Comments

Popular posts from this blog

On clicked event of form button in D365 X++

Finding unit price of item from trade agreement through code AX X++

Create Sales Line Through Code AX X++ D365 Finance & Operations