buffercount
ykchakri
Posts: 4
Backup with SQL Backup is failing with the following error:
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.
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.
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
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.).
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