Troubleshooting steps when DB Manager Service is crashing.
search cancel

Troubleshooting steps when DB Manager Service is crashing.

book

Article ID: 201021

calendar_today

Updated On:

Products

Ghost Solution Suite

Issue/Introduction

After installing Ghost Solution Suite (GSS) the DB Manager Service is crashing.  It seems to have started after installing the GSS Web Console.  DB Manager Service seemed stable before installing the GSS Web Console.

What information should be collected for this?

Environment

GSS 3.3 RUx

Resolution

The best way to start investigating this would be to collect the crash dumps so these could be reviewed.  You can use the ProcDump tool to gather these dumps:

1. Run this command from the cmd prompt and wait for the crash to occur:
 
procdump -e -ma -w dbmanager.exe 
 
2. To catch all dumps, because there may be that several processes are actually crashing, run the following command (where C:\dumps is an existing folder that will be used to store the dumps files):

procdump -ma -i C:\dumps