ACO5400E The Virtual Device Interface is not registered with the Common Object Model

Rajeshms99

Newcomer
Joined
Jul 24, 2013
Messages
1
Reaction score
0
Points
0
Problem – Unable to perform backup by using TDP For SQL Server tool on windows 2008 R2 standard edition for SQL Server.

Solution :
Volume Shadow Copy Service(VSS) is a set of Component Object Model (COM) application programming interfaces (APIs) that provides standardized interfaces, enabling third-party backup and restoration software to centrally manage the backup and restore operations on a variety of applications. VSS also implements a framework that enables volume backups to be performed while applications on a system continue to write to the volumes.
1. Start “Volume Shadow Copy” services on server.
2. Check SQL Server VSS Writer is up and running fine, else please start.
3. If SQL Server 2000 is installed on windows 2008 or R2, Install SqlWriter.msi(can be found from any SQL 2008 or 2008R2 software) which creates SQL VSS writer services,

VSS writer service which is much more required on windows 2008 or R2.For third party backup tools.
 
Back
Top