When a Service Desk process is crashing in a Windows Server Environment, you can use the ProcDump utility to monitor that process and generate a full user dump on that process at the next crash occurrence. This document is a Quick Guide for generating a crash dump using ProcDump.
ProcDump is a command-line utility provided by Microsoft whose primary purpose is monitoring an application for CPU spikes and generating crash dumps from such occurrences. With the dump available, an administrator or software support may be able to determine the cause of the spike or loss of the process.
Release: 17.3 and higher
Component: CA Service Desk Manager
All commands should be executed from an Admin command prompt, and from the same command prompt instance where possible.
Directory of C:\Procdump
06/04/2026 02:48 PM <DIR> .
06/04/2026 02:48 PM <DIR> ..
06/04/2026 02:48 PM 7,490 Eula.txt
06/04/2026 02:48 PM 1,344,872 procdump.exe
06/04/2026 02:48 PM 724,328 procdump64.exe
06/04/2026 02:48 PM 726,336 procdump64a.exe
pdm_status | findstr domsrvr
procdump64.exe -e -t -ma [PID of interest]
procdump64.exe -e -t -ma 10172
After restarting Service Desk services, PID will be different and you need to attach ProcDump for the new PID.
See also: Working with Broadcom Support to troubleshoot a "Crashing" or "Hanging" CA Service Desk Manager Process