Hello,
I have some backups set up. And we have just moved to external HDD as a backups storage. And from the moment we moved to this HDD backups fail with the following error (from log file):
"SqlServerWriter" has reported an error 0x800423f4. The backup may continue, but the data for this component will not be backed up correctly.
Along with this message Windows Application log contains the following:
Sqllib error: OLEDB Error encountered calling ICommandText::Execute. hr = 0x80040e14. SQLSTATE: 42000, Native Error: 3013
Error state: 1, Severity: 16
Source: Microsoft SQL Native Client
Error message: BACKUP DATABASE is terminating abnormally.
SQLSTATE: 42000, Native Error: 3201
Error state: 7, Severity: 16
Source: Microsoft SQL Native Client
Error message: Cannot open backup device '{78BA8458-2C3B-43B3-95AA-2CFD8A2D586B}48'. Operating system error 0x80070002(error not found).
I have changed the log on name for SQL Server VSS Writer to domain user. And now it works. I have read that this might be OS bug. Is there any hotfix for it?
I have some backups set up. And we have just moved to external HDD as a backups storage. And from the moment we moved to this HDD backups fail with the following error (from log file):
"SqlServerWriter" has reported an error 0x800423f4. The backup may continue, but the data for this component will not be backed up correctly.
Along with this message Windows Application log contains the following:
Sqllib error: OLEDB Error encountered calling ICommandText::Execute. hr = 0x80040e14. SQLSTATE: 42000, Native Error: 3013
Error state: 1, Severity: 16
Source: Microsoft SQL Native Client
Error message: BACKUP DATABASE is terminating abnormally.
SQLSTATE: 42000, Native Error: 3201
Error state: 7, Severity: 16
Source: Microsoft SQL Native Client
Error message: Cannot open backup device '{78BA8458-2C3B-43B3-95AA-2CFD8A2D586B}48'. Operating system error 0x80070002(error not found).
I have changed the log on name for SQL Server VSS Writer to domain user. And now it works. I have read that this might be OS bug. Is there any hotfix for it?