backup won't complete
rtowne@smarsh.com
Posts: 12
I have a very large database - over 12TB.
I just downloaded and am trying the latest release (5.3.0.178, btw, i like the picture of the SQL Backup 5 team, maybe smile more next time .
When I tried a full backup, I look at the process and the I/O Read bytes basically gets "stuck" - it doesn’t move along.
I cannot kill the spid or process (once I've let it go long enough and have determined that the backup isn’t happening - or over 24 hours). Basically, I can only stop SQL Server to stop the process.
The backup command:
EXECUTE master..sqlbackup N'-SQL "BACKUP DATABASE [xxx] TO DISK = ''D:\mounted\backups2\prod\db\<AUTO>.sqb'' WITH COMPRESSION = 1, THREADCOUNT = 7"'
Server = win2003 x64
backup destination volume has more than enough free space.
I don’t see any log files that I can pass along to you from the following directories – but I might be missing something.
C:\Program Files (x86)\Red Gate\SQL Backup
Or in
C:\Documents and Settings\Administrator\Application Data\Red Gate\SQL Backup
The errors that I get in the SQL Server error log is:
BACKUP failed to complete the command BACKUP DATABASE smarsh. Check the backup application log for detailed messages.
And in the app error log the messages are shown below:
SQLVDI: Loc=TriggerAbort. Desc=invoked. ErrorCode=(0). Process=1320. Thread=4936. Server. Instance=MSSQLSERVER. VD=Global\SQLBACKUP_0348B23D-4BD9-44FA-888E-348995C3A28F_SQLVDIMemoryName_0.
SQLVDI: Loc=WaitForResource. Desc=Partner process aborted. ErrorCode=(0). Process=1320. Thread=4936. Server. Instance=MSSQLSERVER. VD=Global\SQLBACKUP_0348B23D-4BD9-44FA-888E-348995C3A28F_SQLVDIMemoryName_0.
So far I really like the GUI and the tool, but getting a full backup is critical to trial. Thanks for any input you could provide to help out.
Thanks
Robert
I just downloaded and am trying the latest release (5.3.0.178, btw, i like the picture of the SQL Backup 5 team, maybe smile more next time .
When I tried a full backup, I look at the process and the I/O Read bytes basically gets "stuck" - it doesn’t move along.
I cannot kill the spid or process (once I've let it go long enough and have determined that the backup isn’t happening - or over 24 hours). Basically, I can only stop SQL Server to stop the process.
The backup command:
EXECUTE master..sqlbackup N'-SQL "BACKUP DATABASE [xxx] TO DISK = ''D:\mounted\backups2\prod\db\<AUTO>.sqb'' WITH COMPRESSION = 1, THREADCOUNT = 7"'
Server = win2003 x64
backup destination volume has more than enough free space.
I don’t see any log files that I can pass along to you from the following directories – but I might be missing something.
C:\Program Files (x86)\Red Gate\SQL Backup
Or in
C:\Documents and Settings\Administrator\Application Data\Red Gate\SQL Backup
The errors that I get in the SQL Server error log is:
BACKUP failed to complete the command BACKUP DATABASE smarsh. Check the backup application log for detailed messages.
And in the app error log the messages are shown below:
SQLVDI: Loc=TriggerAbort. Desc=invoked. ErrorCode=(0). Process=1320. Thread=4936. Server. Instance=MSSQLSERVER. VD=Global\SQLBACKUP_0348B23D-4BD9-44FA-888E-348995C3A28F_SQLVDIMemoryName_0.
SQLVDI: Loc=WaitForResource. Desc=Partner process aborted. ErrorCode=(0). Process=1320. Thread=4936. Server. Instance=MSSQLSERVER. VD=Global\SQLBACKUP_0348B23D-4BD9-44FA-888E-348995C3A28F_SQLVDIMemoryName_0.
So far I really like the GUI and the tool, but getting a full backup is critical to trial. Thanks for any input you could provide to help out.
Thanks
Robert
Comments
Once that's confirmed, run a backup of your large database. Run
periodically to check if the backup is running. If nothing seems to be happening, run
to check if any other process is blocking the backup.
You can stop the SQL Backup backup by stopping the SQL Backup Agent service for that instance.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
When I looked at the sys processes, it is waiting on [BULKOP_BACKUP_DB].
I have emailed Red gate support too.
Any quick fix or workaround is greatly appreciated.
Thanks,
Narasimhan.
- are there log files generated for the backups that hung? By default, the log files are stored in C:\Documents and Settings\All Users\Application Data\Red Gate\SQL Backup\Log\<instance name>.
- could you please run the following from Query Analyzer/Management Studio:
Is there a file named SQBCoreService_bugreport.txt generated in the folder where the SQL Backup Agent service executable file (SQBCoreService.exe) is installed in? If there is, could you please send us that file too?
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
http://screencast.com/t/hviODHaICa
This is SQL 2000 running on Win Server 2003, using SQL Backup 5.3.0.178
Restarting the SQL Backup Agent service does kill the jobs.
Any suggestions?
Thanks,
Jason