Can’t stop Dynamics AX Kill Batch service error

 

  1. 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

Customization on Sales invoice Report in D365 F&O

75) COC - Create a coc of the table modified method

46) D365 FO: SHAREPOINT FILE UPLOAD USING X++