Getting wierd backup error
Toeho
Posts: 73
Have anyone seen this before.
SQL Backup v5.2.0.2824
ERRSQB: 5150 (Error opening mutex.) (Global\SQBMutex_): 5 (Access is denied.)
name value
exitcode 5150
sqlerrorcode 0
SQL Backup v5.2.0.2824
ERRSQB: 5150 (Error opening mutex.) (Global\SQBMutex_): 5 (Access is denied.)
name value
exitcode 5150
sqlerrorcode 0
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I am getting that error when trying to attach to one server via the SQL Backup 5 GUI, I am also getting that error when I run the following code in SMS
EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [I:\model.sqb] WITH INIT"'
When I run
C:\Program Files\Red Gate\SQL Backup\(LOCAL)SQLBackupC.exe -SQL "BACKUP DATABASE model TO DISK = [I:\model.sqb] WITH INIT"
I recieve a VDI error 1010: Failed to get the configuration from the server because the timeout interval has elapsed.
I've stopped and started BackupAgent and SQLAgent. I cannot stop and restart the entire server until later tonight.
SQL 2000 Enterprise SP4
The only change that I can think of is that we are now using Local System account to start the services rather than .\Administrator