SQL Backup Agent startup error. VDI library not registered.

spraguetrspraguetr Posts: 6
edited September 8, 2009 4:49AM in SQL Backup Previous Versions
I get this error message in Event viewer upon install of version 4.1.0.207

Event ID for the message in Event viewer is 660

Not sure exactly what to do to fix this. I need to have this fixed prior to Thursday 5/11/2006 as I have to travel to the site and get SQL backups scheduled for this customer.

Can you please advise? Thanks.

Comments

  • peteypetey Posts: 2,358 New member
    In your SQL Server COM folder, there is a file named sqlvdi.dll. This is the backup library that SQL Backup uses. Try registering this dll manually e.g.

    regsvr32 "C:\Program Files\Microsoft SQL Server\80\COM\sqlvdi.dll"

    This COM library might sometimes get unregistered when you install one instance of SQL Server, then install another instance, and later uninstall the later instance.
    Peter Yeoh
    SQL Backup Consultant Developer
    Associate, Yohz Software
    Beyond compression - SQL Backup goodies under the hood, updated for version 8
  • Woo Hoo! That worked. Thanks much for the help!
  • Thanks a lot for the help..That worked



    Thanks a lot for the instruction..


    Regards

    Albert

    ________
    Pret immobilier
Sign In or Register to comment.