October 30, 2010 at 6:33 am
Hi,
Am getting below error message while taking the backup using the third party product on sql server 2000(SP2) on windows server 2000.
2010/10/25 01:18:34 pid(6044) tid(6376)
Error on Global\VDI_245F1FA5-F925-491A-9F6B-D55DB84F1539_0
Error at TriggerAbort: invoked
I could not find the exact error message from this error . can anyone explain what does it mean ?
Thanks in Advance.
October 30, 2010 at 7:44 am
A good start would be what is the 3rd party product?
If it is symantec then look at the link below.
http://www.symantec.com/business/support/index?page=content&id=TECH37461
October 30, 2010 at 8:11 am
sql_lock (10/30/2010)
A good start would be what is the 3rd party product?If it is symantec then look at the link below.
http://www.symantec.com/business/support/index?page=content&id=TECH37461
Using Light speed for taking the backup of the database.
The link which you have mentioned is referring different errors,Not what i am facing.
November 1, 2010 at 6:07 am
sudhakara (10/30/2010)
Hi,Am getting below error message while taking the backup using the third party product on sql server 2000(SP2) on windows server 2000.
2010/10/25 01:18:34 pid(6044) tid(6376)
Error on Global\VDI_245F1FA5-F925-491A-9F6B-D55DB84F1539_0
Error at TriggerAbort: invoked
I could not find the exact error message from this error . can anyone explain what does it mean ?
Do you find any error messages in the SQL Server Error Log at that time?
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
November 1, 2010 at 7:39 am
It looks like the Litespeed backup process aborted the backup.
As mentioned by Pradeep, look in the SQL Server error logs to check if there are more informative error messages in there. Also, VDI-specific errors in SQL Server 2005 are logged in the Windows Event Log, so check there too.
SQL BAK Explorer - read SQL Server backup file details without SQL Server.
Supports backup files created with SQL Server 2005 up to SQL Server 2017.
November 2, 2010 at 5:31 am
Adiga (11/1/2010)
sudhakara (10/30/2010)
Hi,Am getting below error message while taking the backup using the third party product on sql server 2000(SP2) on windows server 2000.
2010/10/25 01:18:34 pid(6044) tid(6376)
Error on Global\VDI_245F1FA5-F925-491A-9F6B-D55DB84F1539_0
Error at TriggerAbort: invoked
I could not find the exact error message from this error . can anyone explain what does it mean ?
Do you find any error messages in the SQL Server Error Log at that time?
Please find the list of errors that i found in the windows event log
18210 :BackupMedium::ReportIoError: write failure on backup device %. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request
18210 :BackupMedium::ReportIoError: write failure on backup device 'VDI_7D99C339-BD1E-441C-948F-366C49F4C097_0'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
18210 :
BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device 'VDI_7D99C339-BD1E-441C-948F-366C49F4C097_2'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
18210 :BackupVirtualDeviceFile::ClearError: failure on backup device 'VDI_0B5E0BA8-0958-4E0B-9D34-8B02578AF708_0'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
November 2, 2010 at 5:44 am
Check with below MS link
http://technet.microsoft.com/en-us/library/aa337272.aspx
Did you recevie this type of error perviously ?
What's the DB size ?
Backup Drive have has sufficient space ?
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
November 2, 2010 at 5:44 am
You could try simulating what your 3rd party product with the MS VDI simulator
http://blogs.msdn.com/b/sqlserverfaq/archive/2010/10/27/sql-server-backup-simulator.aspx?
The credit has to go to @andrew Kelly for his blog post last week..
http://sqlblog.com/blogs/andrew_kelly/archive/2010/10/28/sql-server-backup-simulator.aspx
NOTE: Read the documention!
November 2, 2010 at 9:35 am
sql_lock (11/2/2010)
You could try simulating what your 3rd party product with the MS VDI simulatorhttp://blogs.msdn.com/b/sqlserverfaq/archive/2010/10/27/sql-server-backup-simulator.aspx?
The credit has to go to @andrew Kelly for his blog post last week..
http://sqlblog.com/blogs/andrew_kelly/archive/2010/10/28/sql-server-backup-simulator.aspx
NOTE: Read the documention!
Useful troubleshooting tool, but be careful with the database you choose to back up. I don't see the COPY_ONLY option being used in the backup, so the test backup is going to be the base for any future differential backups, at least until the next full non-COPY_ONLY database backup. On my system, I don't see any physical file generated, so those differential backups are going to be useless.
SQL BAK Explorer - read SQL Server backup file details without SQL Server.
Supports backup files created with SQL Server 2005 up to SQL Server 2017.
November 2, 2010 at 9:37 am
With regards to the errors in the event log, it appears that the Litespeed backup process terminated the backup operation. I would suggest looking for any logs that Litespeed itself may have generated (sorry, but I have no experience using that product). Perhaps you should contact Quest support.
SQL BAK Explorer - read SQL Server backup file details without SQL Server.
Supports backup files created with SQL Server 2005 up to SQL Server 2017.
November 2, 2010 at 10:14 am
muthukkumaran (11/2/2010)
Check with below MS linkhttp://technet.microsoft.com/en-us/library/aa337272.aspx
Did you recevie this type of error perviously ?
No
What's the DB size ?
Size 800 GB
Backup Drive have has sufficient space ?
Yes
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply