Windows 2003이 설치된 상에에서 Windows 2003을 설치하는 경우 다음과 같은 종류의 에러가 발생한다

- "Setup Cannot Copy the File Cmprops.dl_"
- "Setup Cannot Copy the File Licwmi.dl_"
- "Setup Cannot Copy the File Mmfutil.dl_"
- "Setup Cannot Copy the File Servereps.dl_"

이러한 내용은 %systemroot%securityscssetup.log 파일에서 기록을 볼 수 있다. 이 에러는 secedit.sdb파일이 손상 되었기 때문에 발생한다.이 파일은 가끔 설치 중에 다운 되었거나 비 정상적으로 종료된 경우에도 볼 수 있다.

이 문제를 풀기 위해 esentutl.exe를 사용한다.

1. 명령창을 띄운다
2. 다음을 입력한다
esentutl /p %windir%securitydatabasesecedit.sdb

3. 확인버튼을 누르고 수리하는 과정을 본다

예>
Microsoft(R) Windows(R) Database Utilities Version 5.2 Copyright (C) Microsoft Corporation. All Rights Reserved.

Initiating REPAIR mode...
Database: C:WINDOWSsecuritydatabasesecedit.sdb
Temp. Database: TEMPREPAIR4072.EDB

Checking database integrity.

Scanning Status (% complete)

0 10 20 30 40 50 60 70 80 90 100
|----|----|----|----|----|----|----|----|----|----|
...................................................

Integrity check successful.

Operation completed successfully in 129.176 seconds.

4. \%windir%security로 이동한다

cd %windir%security

5. edb0000x.log파일을 제거한다

del edb0000*.log

6. 다시 설치 과정을 진행한다
Posted by NTFAQ

트랙백 주소 :: http://ntfaq.co.kr/trackback/2112 관련글 쓰기

댓글을 달아 주세요