windows2003企业版不能安装AD
-
2012年5月1日 10:02
全部回复
-
2012年5月2日 9:23版主
您好!
根据我的研究,请首先检查secedit.sdb的数据库文件是否出现问题。由于此文件无法使用通常的文本编辑器查看。所以,我们需要借助专门的工具来查看。这我们使用Windows中自带的一个Database Utility — esentutl.exe。然后请根据以下步骤排错:
1.切换到命令提示符状态。
2.执行 esentutl /k %windir%/Security/Database/Secedit.sdb 和 esentutl /g %windir%/Security/Database/Secedit.sdb 对secedit.sdb进行检查。
3.手工备份要修复的数据库文件。
4.执行 esentutl /p %windir%/Security/Database/Secedit.sdb 进行修复,系统会弹出Warning提示框: "You should only run Repair on damaged or corrupted databases.Repair will not apply information in the transaction log files to the database,and may cause information to be lost.Do you wish to proceed?"
单击OK,开始修复。
希望我的回答对您有所帮助,如果您还有什么问题,请您再和我们联系。
如果您对我们的论坛在线支持服务有任何的意见或建议,请通过邮件告诉我们。
立刻免费下载 TechNet 论坛好帮手
- 已标记为答案 桦仔 2012年5月11日 14:58
-
2012年5月2日 10:14
