win2003安装IIS 无法复制CONVLOG.EXE CONVLOG.EX_问题处理
安装IIS 无法复制CONVLOG.EX_
在安装的时候出现一个错误提示“安装程序无法复制文件CONVLOG.EX_”,上网找了下资料,说是在运行-中输入”esentutl /p %windir%/security/database/secedit.sdb ” 就可以了,试了一下,还真管用(wo的是IIS6.0),虽然不知道什么原理,但还是把它记录下来吧,以后用!
在安装的时候出现一个错误提示“安装程序无法复制文件CONVLOG.EX_”,上网找了下资料,说是在运行-中输入”esentutl /p %windir%/security/database/secedit.sdb ” 就可以了,试了一下,还真管用(wo的是IIS6.0),虽然不知道什么原理,但还是把它记录下来吧,以后用!
C:\Documents and Settings\Administrator>esentutl /p %windir%/security/database/s
ecedit.sdb
ecedit.sdb
Microsoft(R) Windows(R) Database Utilities
Version 5.2
Copyright (C) Microsoft Corporation. All Rights Reserved.
Version 5.2
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating REPAIR mode...
Database: C:\WINDOWS/security/database/secedit.sdb
Temp. Database: TEMPREPAIR896.EDB
Database: C:\WINDOWS/security/database/secedit.sdb
Temp. Database: TEMPREPAIR896.EDB
Checking database integrity.
The database is not up-to-date. This operation may find that
this database is corrupt because data from the log files has
yet to be placed in the database.
this database is corrupt because data from the log files has
yet to be placed in the database.
To ensure the database is up-to-date please use the 'Recovery' operation.
Scanning Status (% complete)
0 10 20 30 40 50 60 70 80 90 100
|----|----|----|----|----|----|----|----|----|----|
...................................................
|----|----|----|----|----|----|----|----|----|----|
...................................................
Integrity check successful.
Note:
It is recommended that you immediately perform a full backup
of this database. If you restore a backup made before the
repair, the database will be rolled back to the state
it was in at the time of that backup.
It is recommended that you immediately perform a full backup
of this database. If you restore a backup made before the
repair, the database will be rolled back to the state
it was in at the time of that backup.
Operation completed successfully in 1.719 seconds.
然后就可以顺利安装IIS6了