Menu

#13 error when running backup on windows server 2000

open
nobody
None
5
2011-10-22
2011-10-22
Mat_J
No

I have tried to run msbp.exe on a SQL 2000 server running windows 2000 server SP4, with .NET Framework 2.0 SP1. The following simple test was to backup the existing model database on the default instance (the system has two instances) but it errors with:

J:\MDR-Prod-Backups\MSSQLCompressedBackup>msbp.exe backup "db(database=model)" "local(path=J:\testbackup.bak)"

The specified module could not be found. (Exception from HRESULT: 0x8007007E)

System.IO.FileNotFoundException
at VdiNet.VirtualBackupDevice.Exe32Sql32.VirtualDeviceSetExe32Sql32..ctor()
at VdiNet.VirtualBackupDevice.VirtualBackupDeviceFactory.NewVirtualDeviceSet(SqlPlatform sqlP) in C:\Users\Clay\Documents\vdi.net\VdiNet.VirtualBackupDevice\VirtualBackupDeviceFactory.cs:line 18
at MSBackupPipe.Common.BackupPipeSystem.BackupOrRestore(Boolean isBackup, ConfigPair storageConfig, ConfigPair databaseConfig, List`1 pipelineConfig, IUpdateNotification updateNotifier) in C:\Users\Clay\Documents\MSSQL Compressed\mssql sourceforge2\MSBackupPipe.Common\BackupPipeSystem.cs:line 183
at MSBackupPipe.Common.BackupPipeSystem.Backup(ConfigPair databaseConfig, List`1 pipelineConfig, ConfigPair storageConfig, IUpdateNotification updateNotifier) in C:\Users\Clay\Documents\MSSQL Compressed\mssql sourceforge2\MSBackupPipe.Common\BackupPipeSystem.cs:line 51
at MSBackupPipe.Cmd.Program.Main(String[] args) in C:\Users\Clay\Documents\MSSQL Compressed\mssql sourceforge2\MSBackupPipe.Cmd\Program.cs:line 110

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>

J:\MDR-Prod-Backups\MSSQLCompressedBackup>

Discussion


Log in to post a comment.