Microsoft MVP성태의 닷넷 이야기
오류 유형: 100. Could not find the Database Engine startup handle. [링크 복사], [링크+제목 복사],
조회: 26313
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Could not find the Database Engine startup handle.


SQL Server 2008 R2를 설치하면서 가장 크게 애를 먹었던 것은 바로 아래의 오류였습니다.

sql_server_2008_r2_win7_install_error_2.png

The following error has occurred:
Could not find the Database Engine startup handle.



이것 때문에 지난 2개의 글이 씌여진 것이었습니다.

MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = '{...}'. Error code: 1605. 
; https://www.sysnet.pe.kr/2/0/891

영문 윈도우에 한글 SQL Server 2008 R2 설치할 때 오류 
; https://www.sysnet.pe.kr/2/0/892

어쨌든... "Could not find the Database Engine startup handle." 문제로 검색을 해보니 다음과 같은 글이 눈에 띄었습니다.

Getting error 2337 installing SQL Server on a VPC?
; http://www.sqlskills.com/BLOGS/BOBB/post/Getting-error-2337-installing-SQL-Server-on-a-VPC.aspx

위의 글에서는 "Virtual PC 2007 SP1"이었고, 제 경우에는 Windows 7 / Windows Virtual PC에 설치된 Windows Server 2008 32비트 운영체제에 설치하는 상황이어서 약간 다르긴 하지만 그래도 시도를 해봤습니다.

우선, 파일을 VM 내의 ISO 매핑된 드라이브로부터 같은 VM 내의 하드에 복사한 후 다시 설치를 해봤습니다. 음... 안되더군요. 역시나 이전과 마찬가지로 아래와 같이 "SqlEngineDBStartConfigAction_install_configrc_Cpu32" 단계에서 더 이상 진행하지 못하고 오류가 발생합니다.

sql_server_2008_r2_win7_install_error_3.png

그래서 이번엔 글에 씌여진 것처럼 물리 디스크까지로는 굽지 않고 그냥 다른 컴퓨터의 DAEMON 도구로 SQL 설치 ISO를 가상 CD-ROM으로 연결 후 다시 VPC 내에서 네트워크 공유를 통해 설치를 해봤습니다.

오~~~ ^^ 설치완료!

근데... 정말 재미있는 현상이군요. 같은 VPC 내에서의 설치 이미지로는 오류가 난다는 것이니! 기회가 되면, 다른 컴퓨터가 아닌, VPC를 호스팅하고 있는 컴퓨터에서 DAEMON으로 연결 후 설치하는 것도 해봐야 겠습니다. ^^ (아마... 되지 않을까 싶은데.)



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







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

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

비밀번호

댓글 작성자
 



2014-05-04 10시11분
SQL Server 2014 설치 시 SqlEngineDBStartConfigAction_install_configrc_Cpu64 단계에서 실패했다면?

Problems with the installation of SQL Server 2014 (after the Windows 8.1 Update)
; http://kalcik.net/2014/04/04/problems-with-the-installation-of-sql-server-2014-after-the-windows-8-1-update/

그냥 간단하게, Network Service로 권한을 주면 됩니다. (위의 글은 MSSQL 기본 설치 계정으로도 할 수 있는 방법까지 소개하고 있습니다.)
정성태

... 91  92  93  94  95  96  97  98  [99]  100  101  102  103  104  105  ...
NoWriterDateCnt.TitleFile(s)
11458정성태2/21/201819357오류 유형: 452. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. [1]
11457정성태2/17/201824089.NET Framework: 732. C# - Task.ContinueWith 설명 [1]파일 다운로드1
11456정성태2/17/201829814.NET Framework: 731. C# - await을 Task 타입이 아닌 사용자 정의 타입에 적용하는 방법 [7]파일 다운로드1
11455정성태2/17/201818730오류 유형: 451. ASP.NET Core - An error occurred during the compilation of a resource required to process this request.
11454정성태2/12/201827606기타: 71. 만료된 Office 제품 키를 변경하는 방법
11453정성태1/31/201819568오류 유형: 450. Azure Cloud Services(classic) 배포 시 "Certificate with thumbprint ... doesn't exist." 오류 발생
11452정성태1/31/201825092기타: 70. 재현 가능한 최소한의 예제 프로젝트란? [3]파일 다운로드1
11451정성태1/24/201819306디버깅 기술: 111. windbg - x86 메모리 덤프 분석 시 닷넷 메서드의 호출 인자 값 확인
11450정성태1/24/201834597Windows: 146. PowerShell로 원격 프로세스(EXE, BAT) 실행하는 방법 [1]
11449정성태1/23/201821950오류 유형: 449. 단위 테스트 - Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.VideoRecorderEngine' or one of its dependencies. [1]
11448정성태1/20/201819491오류 유형: 448. Fakes를 포함한 단위 테스트 프로젝트를 빌드 시 CS0619 관련 오류 발생
11447정성태1/20/201820824.NET Framework: 730. dotnet user-secrets 명령어 [2]파일 다운로드1
11446정성태1/20/201821838.NET Framework: 729. windbg로 살펴보는 GC heap의 Segment 구조 [2]파일 다운로드1
11445정성태1/20/201819720.NET Framework: 728. windbg - 눈으로 확인하는 Workstation GC / Server GC
11444정성태1/19/201819792VS.NET IDE: 125. Visual Studio에서 Selenium WebDriver를 이용한 웹 브라우저 단위 테스트 구성파일 다운로드1
11443정성태1/18/201820419VC++: 124. libuv 모듈 살펴 보기
11442정성태1/18/201818171개발 환경 구성: 353. ASP.NET Core 프로젝트의 "Enable unmanaged code debugging" 옵션 켜는 방법
11441정성태1/18/201816695오류 유형: 447. ASP.NET Core 배포 오류 - Ensure that restore has run and that you have included '...' in the TargetFrameworks for your project.
11440정성태1/17/201819980.NET Framework: 727. ASP.NET의 HttpContext.Current 구현에 대응하는 ASP.NET Core의 IHttpContextAccessor/HttpContextAccessor 사용법파일 다운로드1
11439정성태1/17/201824890기타: 69. C# - CPU 100% 부하 주는 프로그램파일 다운로드1
11438정성태1/17/201819584오류 유형: 446. Error CS0234 The type or namespace name 'ITuple' does not exist in the namespace
11437정성태1/17/201818897VS.NET IDE: 124. Platform Toolset 설정에 따른 Visual C++의 헤더 파일 기본 디렉터리
11436정성태1/16/201821156개발 환경 구성: 352. ASP.NET Core (EXE) 프로세스가 IIS에서 호스팅되는 방법 - ASP.NET Core Module(AspNetCoreModule) [4]
11435정성태1/16/201822241개발 환경 구성: 351. OWIN 웹 서버(EXE)를 IIS에서 호스팅하는 방법 - HttpPlatformHandler (Reverse Proxy)파일 다운로드2
11434정성태1/15/201822636개발 환경 구성: 350. 사용자 정의 웹 서버(EXE)를 IIS에서 호스팅하는 방법 - HttpPlatformHandler (Reverse Proxy)파일 다운로드2
11433정성태1/15/201820749개발 환경 구성: 349. dotnet ef 명령어 사용을 위한 준비
... 91  92  93  94  95  96  97  98  [99]  100  101  102  103  104  105  ...