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. 다시 설치 과정을 진행한다
'FAQ Topics > Installation' 카테고리의 다른 글
| 32비트 OS에서 64비트 OS로 업그레이드하는 방법은? (0) | 2006/12/15 |
|---|---|
| Windows 2003에 있는 Sysprep 유틸리티를 Windows 2000 환경에서 사용할 수 있는가? (0) | 2004/11/11 |
| Windows 2003 위에 Windows 2003을 설치하는 경우 파일 복사시 에러가 발생한다 (0) | 2004/08/06 |
| 설치 도중 문제가 있어 중단 되었다 그렇다면 기존에 데이터를 무시 하고 새롭게 설치하고자 한다면 어떻게 하는가? (0) | 2002/01/22 |
| 블루 스크린 - STOP: 0x00000050 (parameter, parameter, parameter, parameter) PAGE_FAULT_IN_NONPAGED_ARE (0) | 2001/05/21 |
| 윈도우 미(Windows ME)에서 포맷된 디스크 상에 윈도우 2000을 설치할 수 없는 이유는 ? (0) | 2001/03/09 |



댓글을 달아 주세요