我使用 Windows 7 Ultimate Laptop 上的 Windows 7 Backup 运行每日计划备份。备份日志中不断出现以下错误:
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,并以其他用户身份运行它,然后我收到用户主目录中相同两个文件夹的错误消息。我最近在笔记本电脑上重新安装了 Windows,但仍然收到 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))
答案1
尝试关闭 SQL 服务器进程并重新运行备份。SQL 可能会告诉 Windows 需要备份这些文件夹(即使它们不在那里)。