VDI 1010 Error when performing Database Restore
JayZee
Posts: 6
I am currently evaluating this product with the 14-day trial software (V3.2.0).
As part of this testing, I have successfully backed up a 1.8GB database and have now deleted this database with the intention of restoring it using the created .sqb file.
However, I am presented with a VDI 1010 error (failed to get configuration from server); pressing 'OK' returns 'Grid Index Out of Range'.
What conditions will produce this error?
Thanks in advance
As part of this testing, I have successfully backed up a 1.8GB database and have now deleted this database with the intention of restoring it using the created .sqb file.
However, I am presented with a VDI 1010 error (failed to get configuration from server); pressing 'OK' returns 'Grid Index Out of Range'.
What conditions will produce this error?
Thanks in advance
Comments
Thanks
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
The error occurs when the Restore GUI attempts to read the file restore paths.
Thanks
John
sqlbackupc -sql "RESTORE FILELISTONLY FROM DISK = '<your sqb file>'" -U sa -P <password>
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
That successfully returns the relevant details for both the data and log files without error.
Cheers
John
Does the password for the sa user contain any accented or non-standard characters?
Can you also start Profiler, and try to perform the restore using the Restore Wizard again? When you hit the error, what are the last few entries in Profiler?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I'll try this at some point over the next couple of days and let you know.
Thanks for your prompt replies - much appreciated!
John