VDI 1010 Error when attempting to restore
lionheart
Posts: 7
I'm attempting to restore a full database back to a new database. I've tried this with the command line as well as the GUI (command line and error pasted below) from the database server (which also runs the backup). In the gui I've logged in as sa, my normal username and password, and tried using windows authentication and every time I get the same basic error when it's going to the screen to rename the files.
I'm trying to restore to a new database name (which doesn't exist now at all).
Here's the command line I've tried as well (which basically gives the same VDI error).
SQLBackupC -SQL "RESTORE DATABASE sfeed_restored FROM DISK = 'C:\data\sql\backups\FULL_(local)_sfeed_20051211 150001.sqb' WITH MOVE 'sfeed_data' TO 'c:\data\sql\databases\sfeed_restored.mdf', MOVE 'sfeed_log' TO 'c:\data\sql\databases\sfeed_restored.ldf' "
SQL Backup 3.2.0, (c) Red Gate Software Ltd 2004 - 2005
Restoring database sfeed_restored from "C:\data\sql\backups\FULL_(local)_sfeed_20051211 150001.sqb"
VDI error 1010: Failed to get configuration from server. Check that the SQL Server instance is running, and that you have the SQL Server Systems Administrator server role. Error code: -2139684861 (The api was waiting and the timeout interval had elapsed.)
Msg 3013, Level 16, State 1, Server DBSRVR, Line 1
RESTORE DATABASE is terminating abnormally.
Any assistance is greatly appreciated as I need to get this restored ASAP.
Thanks.
Don
I'm trying to restore to a new database name (which doesn't exist now at all).
Here's the command line I've tried as well (which basically gives the same VDI error).
SQLBackupC -SQL "RESTORE DATABASE sfeed_restored FROM DISK = 'C:\data\sql\backups\FULL_(local)_sfeed_20051211 150001.sqb' WITH MOVE 'sfeed_data' TO 'c:\data\sql\databases\sfeed_restored.mdf', MOVE 'sfeed_log' TO 'c:\data\sql\databases\sfeed_restored.ldf' "
SQL Backup 3.2.0, (c) Red Gate Software Ltd 2004 - 2005
Restoring database sfeed_restored from "C:\data\sql\backups\FULL_(local)_sfeed_20051211 150001.sqb"
VDI error 1010: Failed to get configuration from server. Check that the SQL Server instance is running, and that you have the SQL Server Systems Administrator server role. Error code: -2139684861 (The api was waiting and the timeout interval had elapsed.)
Msg 3013, Level 16, State 1, Server DBSRVR, Line 1
RESTORE DATABASE is terminating abnormally.
Any assistance is greatly appreciated as I need to get this restored ASAP.
Thanks.
Don
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8