Article ID:
8081
Reviewed:
2020-06-22
Product Version:
AhsayOBM : 8.1.0.0 to 8.x
OS: Windows
When performing a MS SQL server database backup in VSS backup mode, the following error message is received in the backup report:
No. | Type | Timestamp | Log |
* | info | ... | ... |
* | erro | YYYY/MM/DD hh:mm:ss | [VSSDatabaseExpt] VSS_E_FLUSH_WRITES_TIMEOUT |
* | ... | ... | ... |
The message is returned by the MS SQL VSS writer, indicating that the MS SQL VSS writer was unable to create a VSS snapshot of the database(s) within the default time limit due to high disk activities on the server.
To resolve the issue:
vssadmin list writers |
vssadmin delete shadows /all |
vssadmin resize ShadowStorage /For=C: /On=C: /MaxSize=300MB |
vssadmin resize ShadowStorage /For=C: /On=C: /MaxSize=10GB |
mssql, sql, ms, vss, timeout, flush, disk, activity, VSS_E_FLUSH_WRITES_TIMEOUT, VSS_E_FLUSH, WRITES_TIMEOUT