I am receiving an error message “VDS::Create Fails : 0x80770005” during SQL Server Backup. Why?
The error message “VDS::Create Fails : 0x80770005” is appearing during SQL Server backup due to the reason that the SQL Server service on your computer is running under a startup account that has the format .\UserName. In order to resolve this issue, we recommend you to contact your System Administrator to configure the startup account of the SQL Server service to use the LocalSystem account. Alternatively, use a startup account that has the full name of the domain account instead of a period (.) to start the service. For example, use the startup account DomainName\UserName to start the service.
Related Questions
- Why am I getting the error message "Check registration of SQLVDI.DLL and value of IID" during SQL Server Backup?
- I am receiving an error message stating "VDS::Create Fails : 0x80770005" during SQL Server Backup. Why?
- I am receiving an error message "VDS::Create Fails : 0x80770005" during SQL Server Backup. Why?