After a reboot we encounter while the first backup (wbadmin) on a Windows Server 2016 these errors in the eventlog:
- Source: SPP
- Event ID 16389
- Details: The writer's timeout expired between the Freeze and Thaw events (0x800423f2)
Weak hardware
The server has only sata drives and the controller has no (buffered) cache (Dell T130; H330 controller).
Errors only after reboot
The errors occour while backing up MSSQL databases. We also encounter SQLWRITER errors and errors from the SQL Server itself while the backup is running. But the backup itself completes without prompting any error and until the next reboot the following backups are perfomed without any errors in the eventlog.
In the errorlog of the sql server
I can see for every database:
2018-11-02 01:16:37.34 Backup BACKUP failed to complete the command BACKUP DATABASE <name of database> Check the backup application log for detailed messages.
vssadmin list writers
: All writers report stable and no errors
Possible soulution?
We found hints to increase the SPP "CreateTimeout" to 20 minutes
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\SPP\CreateTimeout
Is this an appropriate way to solve the problems?
May this cause any other problems?