Admin User Provisioning Tool
Error: can’t stop DynamicsAxBatch.
Solution 1:
restart IIS through cmd prompt
Or
Solution 2:
->Go to the Services,
-> Find service with the name: Microsoft Dynamics 365 Unified Operations: Batch Management Service
-> Stop it.
-> Now try to register account with the admin provisioning tool
Kill services through CMD PROMPT
-> Click the Start menu
-> Click Run or in the search bar type services.msc
-> Press Enter
-> Look for the service and check the Properties and identify its service name.
-> open a command prompt. Type: sc queryex [servicename].
-> Press Enter
-> Identify the PID
-> Incommand prompt type: taskkill /f /pid [pid number]
-> Press Enter
-> Click Run or in the search bar type services.msc
-> Press Enter
-> Look for the service and check the Properties and identify its service name.
-> open a command prompt. Type: sc queryex [servicename].
-> Press Enter
-> Identify the PID
-> Incommand prompt type: taskkill /f /pid [pid number]
-> Press Enter
No comments:
Post a Comment