VDI error 1010 when trying to perform backup
Neil Davidson
Posts: 281
Stephane,
Can you open a command-line prompt and type run the following command:
osql
And let me know what happens
Can you open a command-line prompt and type run the following command:
osql
And let me know what happens
- Neil Davidson
Red Gate Software Ltd
Red Gate Software Ltd
Comments
What else can I try?
The VDI error 1010 error can also happen if the command SQL Backup is trying to run exceeds 1002 characters in length. This is a limitation in OSQL.exe.
If you look at the SQL Backup command that you're running using the 'stored procedure' view, you can try economizing on the length of this command by using mapped drives in place of UNC paths if they are very long and use wildcards wherever possible.
We will be working on removing the dependence on OSQL.exe in a future version.