Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Backup Failed

Author  Topic 

DBA007
Posting Yak Master

145 Posts

Posted - 2010-01-20 : 13:57:27
Team,
My Backup job have faile dwith the following error.

BACKUP failed to complete the command BACKUP DATABASE [T1] TO VIRTUAL_DEVICE = 'SQLBACKUP_23C612B2-3FB4-4AE2-AE44-88D91328CC35' WITH BUFFERCOUNT = 6, BLOCKSIZE = 65536, MAXTRANSFERSIZE = 1048576, NAME = N'Database (msdb), 1/19/2010 8:00:25 PM', DESCRIPTION = N'Backup on 1/19/2010 8:00:25 P

BackupMedium::ReportIoError: write failure on backup device 'SQLBACKUP_23C612B2-3FB4-4AE2-AE44-88D91328CC35'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).

Internal I/O request 0x65255D38: Op: Write, pBuffer: 0x07090000, Size: 65536, Position: 0, UMS: Internal: 0x3E3, InternalHigh: 0x0, Offset: 0x65255D10, OffsetHigh: 0x0, m_buf: 0x00000000, m_len: 0, m_actualBytes: 0, m_errcode: 995, BackupFile: SQLBACKUP_23C612B2-3FB4-4AE2-AE44-88D91328CC35.

shan
Yak Posting Veteran

84 Posts

Posted - 2010-01-20 : 16:20:00
From the error its the backup device issue, To which drive you are backing up and is it accessable.


-Shan
Go to Top of Page
   

- Advertisement -