我在我的Windows 7终极笔记本电脑上使用Windows 7备份运行预定的每日备份。它经常在备份日志中给出以下错误:
Backup encountered a problem while backing up file C:\Users\sqlExpress2k8\Contacts. Error:(The system cannot find the file specified. (0x80070002))
Backup encountered a problem while backing up file C:\Users\sqlExpress2k8\Searches. Error:(The system cannot find the file specified. (0x80070002))用户sqlExpress是我的sql server进程所运行的用户。这些文件夹实际上并不存在于我的文件系统中,并且已经有几次重新启动以排除任何卡住文件句柄等问题。
更新:我安装了Denali CTP,并作为一个不同的用户运行它,并在用户主目录中获得相同两个文件夹的错误消息。最近,我在我的笔记本电脑上重新安装了窗口,但仍然得到了sql服务用户的错误:
Backup encountered a problem while backing up file C:\Users\sql_denali_service\Contacts. Error:(The system cannot find the file specified. (0x80070002))
Backup encountered a problem while backing up file C:\Users\sql_denali_service\Searches. Error:(The system cannot find the file specified. (0x80070002))发布于 2011-02-21 21:17:42
尝试关闭SQL server进程并重新运行备份。SQL可能告诉Windows需要备份这些文件夹(即使它们不在那里)。
发布于 2011-05-16 13:08:16
我在推特上得到了维诺德·库马尔的答案。他拒绝发表自己的意见,所以我会自己回答这个问题。
微软KB979281中描述的第二个文件告诉您,这个错误可以被忽略,以及如何使它消失。
https://serverfault.com/questions/255990
复制相似问题