Hi Simon,
Hope you're doing well.
The error message you're encountering, "Failed to read data from the VSS snapshot because the operating system responded with the following error: 'Incorrect Function'," indicates an issue related to Volume Shadow Copy Service (VSS) writers. Let's troubleshoot this:
- The error is often caused by a problem with one of the SQL Server instances. Identify the problematic SQL Server instance by examining the first recorded SQLVDI error in the event log.
- Ensure that the database isn't in SINGLE_USER access mode during backup. Check if the database name contains any leading/trailing spaces or unprintable characters.
- If you're dealing with Hyper-V, disable the "Backup" integration service for the specific virtual machine causing the error. Re-enable the service after running a successful test backup.
Remember to restart the system after re-registering writers and check the writer status.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.