我正在使用Windows 7 Ultimate笔记本电脑上的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服务器进程运行的用户。 这些文件夹实际上并不存在于我的文件系统中,并且有多次重启以排除卡住文件句柄等问题。
更新:我安装了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))
尝试closuresSQL服务器进程并重新运行备份。 SQL可能告诉Windows,这些文件夹需要备份(即使它们不在那里)。
我在Vinod Kumar的推文中得到了这个答案。 他拒绝张贴自己,所以我会自己回答这个问题。
Microsoft KB979281中描述的第二个安装程序告诉您,可以忽略此错误,以及如何使其消失。