Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
Veeam Explorer for Microsoft SQL Server reports the error:
Inconsistent database metadata. See the log for details.
One or more database file paths contained multiple consecutive backslash characters when the SQL server was backed up.
This issue cannot be discovered in the GUI of SQL Server Management Studio, because it splits the full file path onto folder path and filename.
To check that the database file paths contain multiple consecutive backslash characters, open SQL Server Management Studio and run the following query against the database reported by Veeam:
SELECT * FROM Sys.Database_files
The query should return a list of database files and their paths (check the "physical_name" column). Below you may see the example of the incorrect path:
D:\Database Files\\DatabaseExample.mdf
In the logs the issue appears with the following trace:
10 (5524) Access to directory granted 10 (5524) Getting file size: C:\VeeamFLR\SQL2008_90f828a2\Volume1\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\\TEST.mdf... 10 (5524) Error: The filename, directory name, or volume label syntax is incorrect
This issue could appear in the following cases:
NOTE: The hotfix is compatible only with Veeam Backup & Replication 10. Customers running earlier versions are advised to upgrade to version 10 first and then install the private fix.
In Veeam Backup & Replication 10, we implemented a mechanism that verifies database paths and automatically replaces a doubled backslash with a single backslash to avoid any issues during a restore.
There is a hotfix required to implement this mechanism for Veeam B&R 10.0.0.4461:
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.