February 9, 2010 at 8:50 am
Team,
My backup job was running continuosly stating with error as
BackupMedium::ReportIoError: write failure on backup device 'SQLBACKUP_F2381D64-154C-4F22-8B67-ED444941C3AF01'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
February 9, 2010 at 8:53 am
That seems to be too generic error message..
Have you taken a look at the SQL Server Error Log anything mentioned there?
Was there any issue with the disk when the backup was running?
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 9, 2010 at 9:09 am
I found only these statements in error logs
BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device 'SQLBACKUP_FDFC6B1C-6005-424F-8D20-43E06D0989D402'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
February 9, 2010 at 9:49 am
Is it still running ?
If you stop and re-run it what happens??
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 9, 2010 at 9:51 am
that looks like an error from a third party backup tool. What does their documentation say?
---------------------------------------------------------------------
February 9, 2010 at 10:42 am
February 10, 2010 at 9:46 am
Review these articles:
http://blogs.msdn.com/sqlserverfaq/archive/2009/04/28/is-sqlvdi-dll-functioning-properly.aspx
http://support.microsoft.com/default.aspx?scid=kb;EN-US;934396
Are you backing up across the network? If so, you need to make sure your network is capable of supporting SQL Server backups across the network. If not, you will get these kinds of errors also.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
February 10, 2010 at 10:20 am
You should check to make sure the location you are backing up to has space available.
March 2, 2010 at 7:24 am
Does anyone know if this issue with the sqlvdi.dll would still affect SQL Server 2005 running SP3. We are seeing these error in our logs on several servers. Mainly during transaction log backups using Idera SQLsafe. Most of the time that backups still complete successfully even after getting these errors. The version of our sqlvdi.dll file is 2000.085.2312.00. There is plenty of space on disk.
Message
BackupVirtualDeviceSet::SetBufferParms: Request large buffers failure on backup device 'SQLsafe.b33bdb65-1d67-43c6-a026-6adeafa3a71e'. Operating system error 0x8007000e(Not enough storage is available to complete this operation.).
Message
BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device 'SQLsafe.b33bdb65-1d67-43c6-a026-6adeafa3a71e.4'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
Your guidance and insight is appreciated.
March 2, 2010 at 7:42 am
Please post new questions in a new thread. Thank you.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
March 12, 2013 at 1:47 pm
Did you get this issue resolved? I am having the same issue and it is been going on for quite sometime.
Please help.
Thanks,
Gopal
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply