This article explains what to do for identifying cause of Provisioning Service Crash. Explains how to check details using built in logging and using Microsoft ProcDump tool to track down service crash.
This article applies to all build versions of MachPanel
For tracking down the reason for a service crash ProcDump tool is helpful. This can be accomplished through use of the Microsoft ProcDump tool to show problematic event automatically when the service crashes.
- Download ProcDump from http://technet.microsoft.com/en-ca/sysinternals/dd996900.aspx
- Unzip the package to C:\ProcDump
- Open a command prompt
- Browse to c:\ProcDump (CD C:\ProcDump)
- After this, run the following command: ProcDump -e 1 -f "" MachSol.MachPanel.Provisioning-Svc.exe
- When service crashes, do copy and share full output from command window.
The command prompt must remain open, and you must not log out of windows. When the service crashes, it will stop at the crash event and the last few commands before crash will help us identify the issue.