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: 14.1 and higher
Component: CA Service Desk Manager
Important: Please use the 64 bit version of procdump if you are working with Service Desk Manager 17.3 or higher.
The following instructions are for prior SDM releases. Despite using the procdump 32 bit binary (procdump.exe), the behaviour will be identical to using the 64 bit binary (procdump64.exe).
procdump.exe -e -t -ma [PID]
procdump.exe -e -t -ma 4988
For 17.3 releases and higher, please use procdump64 bit (included in the Microsoft download as procdump64.exe), ie:
procdump64.exe -e -t -ma 4988
The output and behaviour will read similar to the 32 bit procdump implementation that is described above.
If for any reason, Service Desk services were restarted, you need to execute the steps below again. After restarting Service Desk services, PID will be different and you need to attach ProcDump for the new PID.