I am trying to restore a database using this utility but getting an error "unknown platform".
OS: Windows Server 2008 R2 Standard (64-Bit)
SQL Server: 2005 (v9.0.4035) | Platform: NT INTEL X86
Error Message:
Unknown platform
System.ArgumentException
at VdiNet.VirtualBackupDevice.VirtualBackupDeviceFactory.NewVirtualDeviceSet(SqlPlatform sqlP) in C:\Users\Clay\Documents\vdi.net\VdiNet.VirtualBackupDevice\VirtualBackupDeviceFactory.cs:line 34
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.Restore(ConfigPair storageConfig, List`1 pipelineConfig, ConfigPair databaseConfig, IUpdateNotification updateNotifier) in C:\Users\Clay\Documents\MSSQL Compressed\mssql sourceforge2\MSBackupPipe.Common\BackupPipeSystem.cs:line 57
at MSBackupPipe.Cmd.Program.Main(String[] args) in C:\Users\Clay\Documents\MSSQL Compressed\mssql sourceforge2\MSBackupPipe.Cmd\Program.cs:line 141
The restore failed.
Please advise?
I also am experiencing this issue with exactly the same configuration, is there any workaround?