Comments
4 comments
-
Could you post the entire output from SQL Backup when the backup fails?
-
petey wrote:Could you post the entire output from SQL Backup when the backup fails?
18210 :
BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device 'SQLBACKUP_84B2F8E9-4D7A-4568-916F-DB18A1361B49'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
3041 :
BACKUP failed to complete the command sp_executesql;1
18210 :
BackupVirtualDeviceSet::SetBufferParms: Request large buffers failure on backup device 'SQLBACKUP_84B2F8E9-4D7A-4568-916F-DB18A1361B49'. Operating system error 0x80070008(Not enough storage is available to process this command.). -
I realized I'm using a wrapper around sqlbackup. Here is the error output when I try backup using 'sqlbackup' XP:
Thread 0 error:
Process terminated unexpectedly. Error code: -2139684860
Server: Msg 3013
BACKUP DATABASE is terminating abnormally.
SQL Backup exit code: 790
SQL error code: 3013 -
SQL Backup help says 790 is a 'general thread error'. I think this may be related to the access violation topis that you've seen in the forum lately. Can you please write support@red-gate.com for the latest version of xp_sqlbackup.dll that very well may stop the thread error.
Add comment
Please sign in to leave a comment.
BackupVirtualDeviceSet::SetBufferParms: Request large buffers failure on backup device 'SQLBACKUP_BC78F396-A3C8-49DE-B3EE-F8EBE7EB9934'. Operating system error 0x80070008(Not enough storage is available to process this command.).
Apprently, we don't have enough buffers available. I am trying to reduce the buffer count by using the following syntax:
sqlbackupc -E -I srv1 -SQL "backup database db1 to disk = 'I:\db1.bak' with buffercount = 5"
But it is failing with a syntax error. How to use buffercount with sqlbackup ?
Same syntax works fine with native backup.