Re: [Mssqlcompressed-users] Problem with SQL 2008 backup
Brought to you by:
xclayl
From: Clay L. <cl...@le...> - 2010-02-02 07:45:10
|
This means that the VDI DLL is not installed, or not installed properly. The DLL (for all versions of SQL Server) is located here: C:\Program Files\Microsoft SQL Server\80\COM\vdi.dll This location can vary if you have the 64-bit edition of SQL Server, but it is in <sql server folder>\80\COM\vdi.dll I'd check that the file exists, and if not, find a way to install it. I wouldn't be surprised if uninstalling an older version of SQL Server removed it even though 2008 is installed. -Clay On 1 February 2010 23:38, Ben Whaley <be...@at...> wrote: > All, > > I'm having a problem using msbp with a 2008 server. This worked before > on a 2005 system but now I get the following error: > > c:\>msbp.exe backup "db(database=mydb)" "local(path=c:\backups\backup.bak)" > local: > path=c:\backups\backup.bak > ------------------------ > Exception #1 > VDS::Create failed: x80070005 > > System.InvalidProgramException > at MSBackupPipe.VirtualBackupDevice.VirtualDeviceSet.CreateEx(String > instance > Name, String deviceSetName, VirtualDeviceSetConfig config) in > c:\documents and s > ettings\clay.lenhart\my > documents\personal\hg\mssqlcompressed\msbackuppipe.virtu > albackupdevice\virtualdeviceset.cpp:line 93 > at MSBackupPipe.Common.BackupPipeSystem.BackupOrRestore(Boolean > isBackup, Con > figPair storageConfig, ConfigPair databaseConfig, List`1 pipelineConfig, > IUpdate > Notification updateNotifier) in C:\Documents and > Settings\clay.lenhart\My Docume > > nts\personal\Hg\mssqlcompressed\MSBackupPipe.Common\BackupPipeSystem.cs:line > 104 > > > > The backup failed. > Below are the commands for msbp.exe: > msbp.exe help > msbp.exe backup > msbp.exe restore > msbp.exe listplugins > msbp.exe helpplugin > msbp.exe version > > For more information, type msbp.exe help <command> > > Any ideas on this one? > > - Ben > > > -- > Ben Whaley, RHCE, CISSP > Applied Trust Engineering - www.atrust.com - 303.245.4521 > Security, Performance, Availability, and Incident Management > ---- visit our blog at http://www.barkingseal.com ---- > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Mssqlcompressed-users mailing list > Mss...@li... > https://lists.sourceforge.net/lists/listinfo/mssqlcompressed-users > |