SQL Server 2005 설치 ​​중 예기치 않은 오류 발생

SQL Server 2005 설치 ​​중 예기치 않은 오류 발생

Windows 2003 R2 SP2(ESXi 5.0.0 게스트)에 SQL Server 2005 Enterprise를 설치하려고 합니다. 이전 버전과의 호환성 파일을 설치한 후 MSXML6 이전에 다음 오류가 발생합니다.

There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.

이는 오류가 포함된 코어 로그 파일의 일부입니다.

Running: InstallSqlAction.9 at: 2015/9/5 10:15:10
Installing: msxml6 on target: MONITORING
Error: Action "InstallSqlAction.9" threw an exception during execution.  Error information reported during run:
Target collection includes the local machine.
Invoking installPackage() on local machine.
Fatal Exception caught while installing package: "9"
        Error Code: 0x8007064a (1610)
Windows Error Text: The configuration data for this product is corrupt.  Contact your support personnel.

  Source File Name: sqlsetupactions\sqlsetuppackageutil.cpp
Compiler Timestamp: Mon Jun 13 14:30:05 2005
     Function Name: sqls::getPackageIsInstalled
Source Line Number: 50

---- Context -----------------------------------------------
sqls::InstallPackageAction::perform

WinException caught while installing package. : 1603
        Error Code: 0x80070643 (1603)
Windows Error Text: Fatal error during installation.

  Source File Name: packageengine\installpackageaction.cpp
Compiler Timestamp: Fri Jul  1 01:28:25 2005
     Function Name: sqls::InstallPackageAction::perform
Source Line Number: 167

구성 파일에 문제가 있는 것 같은데 어쩌죠?! 이 문제를 어떻게 해결할 수 있나요?

추신: Windows 2003에 SQL 2005를 설치하는 이유는 이 조합에서만 작동하고 최신 버전으로 업그레이드할 수 없는 네트워크 모니터링 응용 프로그램이 있기 때문입니다.

관련 정보