VDI

  • 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.

  • 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

  • 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.

  • 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

  • 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.

  • 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.).

  • 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/

  • 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!

  • sql_lock (11/2/2010)


    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!

    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.

  • 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.

  • muthukkumaran (11/2/2010)


    Check with below MS link

    http://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