In my console there is a scheduled task for backing up the DB.
The job keeps failing every time it runs. In the console i get the text with UNKNOWN ERROR.
In the server log I get this:
[2013/03/22 10:55:43.682,3964] Task started using the 0x00C86AAE session
[2013/03/22 10:55:43.745,2464] New connection to SQL server has been created...
[2013/03/22 10:55:43.745,2464] Backup of full database is requested!!!
[2013/03/22 10:55:43.745,2464] Flushing all changed server information...
[2013/03/22 10:55:43.776,2464] OLE DB: BACKUP DATABASE is terminating abnormally.
[2013/03/22 10:55:43.776,3484] Some client requests connection...
[2013/03/22 10:55:43.792,2464] OLE DB: Cannot open backup device 'avast_backup(D:\Avastbackup\20130322-001.bak)'. Operating system error 3(failed to retrieve text for this error. Reason: 15105).
[2013/03/22 10:55:43.792,2464] sqlFreeConnection with fReturnToPool=false (error handler)
[2013/03/22 10:55:43.792,2464] SQL Server connection has been destroyed...
[2013/03/22 10:55:44.979,4976] Removing socket 0x000003B4 after MSG_DISCONNECT
[2013/03/22 10:55:44.979,3964] MSG_DISCONNECT processing...
[2013/03/22 10:55:58.725,3484] Some client requests connection...
[2013/03/22 10:56:00.116,4976] Removing socket 0x000003B0 after MSG_DISCONNECT
[2013/03/22 10:56:00.116,2952] MSG_DISCONNECT processing...
The database path exists and is writable, besides that the standard path with %AVASTPATH% was set and failing too, but don’t have logs from that.
The database is functional and runs on a Win2k8 R2 server with SQL 2k8 R2 .
I can do regular tasks perfectly.
anybody else noticing this problem?