RedGate Database disappears
gsc_ghx
Posts: 73
We installed an additional cluster instance on a 5 node cluster. Today one of the dba's installed the server components for the new instance. Somehow the RedGate db for another instance disappeared. Has anyone seen this type of behaviour before? This was our 6th instance install on this cluster.
And how to I re-install \ restore this database?
Thanks
And how to I re-install \ restore this database?
Thanks
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I have stopped and restarted the service many times.
Then get the error again.
Error is: Failed to initialize local data store: File already exists. Try using a different database name......
Any help is appreciated.
Thank you
Geri
Open the registry, and look for the SQL Backup Agent service definition. For the default instance, this would be
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SQLBackupAgent
For a named instance, this would be
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SQLBackupAgent_<instance name>
- Look for the ImagePath value, and edit its data. Add -sqbdebug to the end of the startup parameter e.g.
C:\Program Files\Red Gate\SQL Backup\(LOCAL)\SQBCoreService.exe ... -sqbdebug
Start the service, and enable it in the Cluster Administrator (if you're running a clustered instance). A log file named SQBCoreService_log.txt should be generated in the folder where SQBCoreService.exe is installed. Please send me that log file.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Thank you so much for responding...
Geri