I have read several topics on these pages about how to use the new restore method, but I am at a loss! I have tried working it out myself and using examples etc, I think I am doing everything right, but yet I get an error...
I only get this far... I don't care about which restore point I use at this point, i just want to be able to do a restore...
Code: Select all
$RestorePoint = Get-VBRApplicationRestorePoint -SQL -Name "SQLServerName" | Select -First 1
Start-VESQLRestoreSession -RestorePoint $RestorePoint
Code: Select all
Start-VESQLRestoreSession : ExplorerManagementService: Failed to convert OIB ID to real OIB ID
ps. The Get-VBRApplicationRestorePoint command takes ages for us! We do have quite a lot of restore points, I am assuming this is the reason
Thanks!