How can we help you today? How can we help you today?

Error starting SQL Backup Service

I just upgraded from version 4.6 to 5.3. As part of the upgrade process, the installer attempts to start the SQL Backup service for the specified SQL instance.

The following error appears in the EventLog: SQL Backup Agent startup error: error initialising IPC objects. Error creating mutex (already exists): Global\SQBMutex_CHARLOTTE

Is the only remedy a restart of the server to remove the DLL from memory?
rgiesbrecht
0

Comments

1 comment

  • petey
    It's a windows synchronisation object that should have been freed when the service was stopped. You can download Process Explorerfrom the Sysinternals site, and perform a search for Global\SQBMutex_CHARLOTTE. That should tell you which application is still holding a reference to that object. Depending on which application is it, you could choose to delete the reference.
    petey
    0

Add comment

Please sign in to leave a comment.