SQL Back-up Error Msg 3013, Level 16, State 1, Server BEET,
Jeff Randall
Posts: 41
Running this command:
master..sqlbackup
'-SQL "BACKUP DATABASE [ic001Commonprd]
TO DISK = ''\\endive\d$\SQLBackups\BEET_ic001CommonPrd.sqb''
WITH NAME = ''Server: BEET, Database: ic001Commonprd'',
DESCRIPTION = ''Server: BEET, Database: ic001Commonprd'',
INIT, VERIFY, ERASEFILES = 1, COMPRESSION = 1" -E'
Go
I am receiving the following error:
SQL Backup 3.2.0, (c) Red Gate Software Ltd 2004 - 2005
Serial number: xxx-xxx-xxxxxx-xxxx
Backing up ic001Commonprd (full database) to \\endive\d$\SQLBackups\BEET_ic001CommonPrd.sqb ...
Thread 0 error:
Process terminated unexpectedly. Error code: -2139684860
Msg 3013, Level 16, State 1, Server BEET, Line 1
BACKUP DATABASE is terminating abnormally.
This is running as a SQL Job nightly, and was working daily until the middle of last week, and since then has only succeeded once.
I tried running “dbcc sqlbackup (free)†with no difference in the problem.
Rebooting the server is not an option, and of the servers I am running this on, this is the one that was rebooted the most recently..
master..sqlbackup
'-SQL "BACKUP DATABASE [ic001Commonprd]
TO DISK = ''\\endive\d$\SQLBackups\BEET_ic001CommonPrd.sqb''
WITH NAME = ''Server: BEET, Database: ic001Commonprd'',
DESCRIPTION = ''Server: BEET, Database: ic001Commonprd'',
INIT, VERIFY, ERASEFILES = 1, COMPRESSION = 1" -E'
Go
I am receiving the following error:
SQL Backup 3.2.0, (c) Red Gate Software Ltd 2004 - 2005
Serial number: xxx-xxx-xxxxxx-xxxx
Backing up ic001Commonprd (full database) to \\endive\d$\SQLBackups\BEET_ic001CommonPrd.sqb ...
Thread 0 error:
Process terminated unexpectedly. Error code: -2139684860
Msg 3013, Level 16, State 1, Server BEET, Line 1
BACKUP DATABASE is terminating abnormally.
This is running as a SQL Job nightly, and was working daily until the middle of last week, and since then has only succeeded once.
I tried running “dbcc sqlbackup (free)†with no difference in the problem.
Rebooting the server is not an option, and of the servers I am running this on, this is the one that was rebooted the most recently..
Comments