Microsoft MVP성태의 닷넷 이야기
오류 유형: 73. SQL Server 2008 Express 설치 오류 [링크 복사], [링크+제목 복사],
조회: 25025
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 


SQL Server 2008 Express 설치 오류


SQL Server 2008 Express 설치 시에 다음과 같이 오류가 발생했습니다.

[그림 1: 설치 오류]
installation_error_sql2008_1.png

더욱 문제는, 바로 오류 메시지입니다.

"
Your SQL Server 2008 installation completed with failures.
"



위와 같이 부실한 오류 메시지는... 근래 들어서는 처음이군요. ^^;

이렇게 첫 번째 오류가 구체적이지 않은 경우, 검색으로 찾아내는 것도 그만큼 힘이 듭니다. 이번 경우가 또한 그러했지요.

어쨌든, 일단 다음 희망으로는 그림에서 보는 것처럼 "Summary_xxxx_20090322_192134.txt"를 확인해 보는 것인데, 다행히 눈에 띄는 사항이 하나 있습니다.

Overall summary:
  Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
  Exit code (Decimal):           -2068643839
  Exit facility code:            1203
  Exit error code:               1
...[중간 생략]...
  Requested action:              Install
  Log with failure:              C:\Program Files\...\Log\20090322_192134\Msxml6_Cpu64_1.log
  Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22

Machine Properties:
...[중간 생략]...

Product features discovered:
...[중간 생략]... 

Package properties:
...[중간 생략]...

User Input Settings:
...[중간 생략]...

Detailed results:
  Feature:                       Database Engine Services
  Status:                        Failed: see logs for details
  MSI status:                    Failed: see details below
  MSI error code:                0x18F496E4
  MSI log file location:         C:\Program Files\...\Log\20090322_192134\Msxml6_Cpu64_1.log
  MSI error description:         
  Configuration status:          Passed

Rules with failures:

Global rules:

Scenario specific rules:

Rules report file:               C:\Program Files\...\Log\20090322_192134\SystemConfigurationCheck_Report.htm

"msxml6_cpu64_1.log"라는 파일에 좀 더 상세한 오류 내용이 있다는 것이겠지요. 아래는 실제로 해당 파일의 내용을 옮겨놓은 것입니다.

Property(S): ACTION = INSTALL
MSI (s) (38:F8) [23:20:23:088]: Note: 1: 1708 
MSI (s) (38:F8) [23:20:23:088]: Product: MSXML 6.0 Parser (KB933579) -- Installation failed.

MSI (s) (38:F8) [23:20:23:088]: Windows Installer installed the product. Product Name: MSXML 6.0 Parser (KB933579). Product Version: 6.10.1200.0. Product Language: 1033. Installation success or error status: 1603.

MSI (s) (38:F8) [23:20:23:103]: Cleaning up uninstalled install packages, if any exist
MSI (s) (38:F8) [23:20:23:103]: MainEngineThread is returning 1603
MSI (s) (38:5C) [23:20:23:197]: No System Restore sequence number for this installation.
=== Logging stopped: 2009-03-23  9:47:23 ===
MSI (s) (38:5C) [23:20:23:197]: User policy value 'DisableRollback' is 0
MSI (s) (38:5C) [23:20:23:197]: Machine policy value 'DisableRollback' is 0
MSI (s) (38:5C) [23:20:23:197]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (38:5C) [23:20:23:197]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (38:5C) [23:20:23:197]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (38:5C) [23:20:23:197]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2 
MSI (s) (38:5C) [23:20:23:197]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2 
MSI (s) (38:5C) [23:20:23:197]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (s) (38:5C) [23:20:23:197]: Restoring environment variables
MSI (c) (60:44) [23:20:23:197]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (60:44) [23:20:23:197]: MainEngineThread is returning 1603
=== Verbose logging stopped: 2009-03-23  23:20:23 ===

예전에도 이와 비슷한 오류를 본 적이 있었던 기억이 납니다.

msxml6r.dll 설치 오류 
; https://www.sysnet.pe.kr/2/0/661

그나저나, 그때는 무시하면 된다고 했었는데 이번에는 아예 설치가 중단되어버리니 큰일입니다. 어쩔 수 없죠. ^^ 위의 단서로 검색을 해보는 수밖에. 다행히 아래와 같은 토픽을 찾을 수 있었습니다.

Windows XP SP3, MSXML 6.0, SQL Express corruption solution
; http://forums.madcapsoftware.com/viewtopic.php?f=40&p=47008

이유인 즉, MSXMl 6.0 KB95449 패치가 손상되어서 그렇다고 하는데요. 사실 손상되었는지는 잘 모르겠고 아래와 같이 "정상적으로" 설치가 되어 있는 것을 볼 수 있습니다.

[그림 2: MSXML 6 SP2 (KB954459)]
installation_error_sql2008_2.png

어쨌든 일단 시키는 대로 "Windows Installer Cleanup Utility"를 다운로드해 실행한 후 KB954459 패치를 삭제하였습니다. (아마도 그냥 제어판에서 설치 제거해도 되지 않았을까!)

오호... ^^ 그러고 나니 (재부팅도 없이) SQL Server 2008을 설치해 보았는데 정상적으로 설치가 되었습니다. 이걸로 문제 해결 끝!



[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 6/27/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 151  152  153  154  [155]  156  157  158  159  160  161  162  163  164  165  ...
NoWriterDateCnt.TitleFile(s)
1172정성태11/13/201119664.NET Framework: 267. windbg - GC Heap에서 .NET 타입에 대한 배열을 찾는 방법
1171정성태11/12/201136360.NET Framework: 266. StringBuilder에서의 OutOfMemoryException 오류 원인 분석 [4]파일 다운로드1
1170정성태11/10/201125559.NET Framework: 265. Named 동기화 개체 생성 시 System.UnauthorizedAccessException 예외 발생하는 경우
1169정성태11/10/201129381.NET Framework: 264. 다중 LAN 카드 환경에서 Dns.GetHostAddresses(local)가 반환해 주는 IP의 우선순위는 어떻게 될까요? [4]
1168정성태11/6/201125218오류 유형: 139. TlbImp : error TI0000 : A single valid machine type compatible with the input type library must be specified
1167정성태11/5/201137068개발 환경 구성: 133. Registry 등록 과정 없이 COM 개체 사용 - 두 번째 이야기 [5]파일 다운로드4
1166정성태11/5/201123089.NET Framework: 263. byte[] pData = new byte[100000]로 인한 성능 차이? [1]파일 다운로드1
1165정성태11/3/201127992개발 환경 구성: 132. "Visual Studio Command Prompt (2010)" 명령행에서 2.0 버전의 MSBuild를 구동하는 방법 [2]파일 다운로드1
1164정성태11/1/201126175.NET Framework: 262. .NET 스레드 콜 스택 덤프 (4) - .NET 4.0을 지원하지 않는 MSE 응용 프로그램 원인 분석
1163정성태10/31/201125666.NET Framework: 261. .NET 스레드 콜 스택 덤프 (3) - MSE 소스 코드 개선파일 다운로드1
1162정성태10/30/201125805.NET Framework: 260. .NET 스레드 콜 스택 덤프 (2) - Managed Stack Explorer 소스 코드를 이용한 스택 덤프 구하는 방법파일 다운로드1
1161정성태10/29/201122597.NET Framework: 259. Type.GetMethod - System.Reflection.AmbiguousMatchException파일 다운로드1
1159정성태10/28/201126036.NET Framework: 258. Roslyn 맛보기 - SyntaxTree 조작 [2]
1158정성태10/24/201125338.NET Framework: 257. Roslyn 맛보기 - Roslyn Symbol / Binding API파일 다운로드1
1157정성태10/23/201129831.NET Framework: 256. Roslyn 맛보기 - Syntax Analysis (Roslyn Syntax API) [2]
1156정성태10/23/201128264.NET Framework: 255. Roslyn 맛보기 - Roslyn Services APIs를 이용한 Code Issue 및 Code Action 기능 소개 [1]
1155정성태10/22/201126329.NET Framework: 254. Roslyn 맛보기 - C# Interactive (2)
1154정성태10/22/201133060.NET Framework: 253. Roslyn 맛보기 - C# Interactive (1)
1153정성태10/21/201141918.NET Framework: 252. Roslyn 맛보기 - C# 소스 코드를 스크립트처럼 다루는 방법 [7]파일 다운로드1
1152정성태10/20/201123605.NET Framework: 251. string.GetHashCode는 hash 값을 cache 할까?
1151정성태10/18/201122549Java: 13. 자바도 64비트에서 (2GB) OutOfMemoryException 예외가 발생할까?
1150정성태10/18/201129810.NET Framework: 250. WPF - ComboBox의 SelectionChagned 이벤트파일 다운로드1
1149정성태10/16/201125436.NET Framework: 249. WPF - d:DesignHeight 값을 구할 수 있을까?
1148정성태10/14/201131437Java: 12. 자바에서 LINQ 사용? [7]
1147정성태10/13/201127321.NET Framework: 248. 닷넷에서 지원되는 문자열 인코딩 이름 목록
1146정성태10/12/201133037.NET Framework: 247. LINQ에서의 Max 기능 구현 [10]파일 다운로드1
... 151  152  153  154  [155]  156  157  158  159  160  161  162  163  164  165  ...