Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SQL Server 2008 install on Win Server 2008 fails

 
   Database Forums (Home) -> Setup RSS
Next:  Event Log Fill is full  
Author Message
oradebug

External


Since: Dec 20, 2009
Posts: 1



(Msg. 1) Posted: Sun Dec 20, 2009 3:23 pm
Post subject: SQL Server 2008 install on Win Server 2008 fails
Archived from groups: microsoft>public>sqlserver>setup (more info?)

Environment:
Win Svr 2008 SP2 x86
SQL Server Database Services 2008 Enterprise x86

Installation fails near the end with:
Database Engine Services failed
11:08:49 SQLEngine: : Checking Engine checkpoint 'GetSqlServerProcessHandle'
2009-12-17 11:08:49 SQLEngine: --SqlServerServiceSCM: Waiting for nt event
'Global\sqlserverRecComplete' to be created
2009-12-17 11:08:51 SQLEngine: --SqlServerServiceSCM: Waiting for nt event
'Global\sqlserverRecComplete' or sql process handle to be signaled
2009-12-17 11:08:51 SQLEngine: : Checking Engine checkpoint
'WaitSqlServerStartEvents'
2009-12-17 11:08:53 Slp: Configuration action failed for feature
SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
2009-12-17 11:08:53 Slp: External component has thrown an exception.
2009-12-17 11:08:53 Slp: Configuration action failed for feature
SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
2009-12-17 11:08:53 Slp: System.Runtime.InteropServices.SEHException:
External component has thrown an exception.
2009-12-17 11:08:53 Slp: at
Microsoft.Win32.SafeNativeMethods.CloseHandle(IntPtr handle)
2009-12-17 11:08:53 Slp: at
Microsoft.Win32.SafeHandles.SafeProcessHandle.ReleaseHandle()
2009-12-17 11:08:53 Slp: at
System.Runtime.InteropServices.SafeHandle.InternalDispose()
2009-12-17 11:08:53 Slp: at
System.Runtime.InteropServices.SafeHandle.Dispose(Boolean disposing)
2009-12-17 11:08:53 Slp: at System.Diagnostics.Process.Close()
2009-12-17 11:08:53 Slp: at System.Diagnostics.Process.Dispose(Boolean
disposing)
2009-12-17 11:08:53 Slp: at System.ComponentModel.Component.Dispose()
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceSCM.StartSqlServer(String[] parameters)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlServerStartup.StartSQLServerForInstall(String
sqlCollation, String masterFullPath, Boolean isConfiguringTemplateDBs)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties
properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.Install(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario
scenario, ConfigActionTiming timing, Dictionary`2 actionData,
PublicConfigurationBase spcbCurrent)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario
scenario, ConfigActionTiming timing, Dictionary`2 actionData,
PublicConfigurationBase spcbCurrent)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
2009-12-17 11:08:53 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
2009-12-17 11:08:53 Slp: Exception:
System.Runtime.InteropServices.SEHException.
2009-12-17 11:08:53 Slp: Source: System.
2009-12-17 11:08:53 Slp: Message: External component has thrown an exception..

The Detail.txt for the failure is:

1.
2009-12-17 15:32:57 Slp: Sco: Attempting to open service handle for
service MSSQLSERVER
2.
2009-12-17 15:33:04 Slp: Sco: Service MSSQLSERVER started
3.
2009-12-17 15:33:04 Slp: Sco: Attempting to close service handle for
service MSSQLSERVER
4.
2009-12-17 15:33:04 Slp: Sco: Attempting to close SC Manager
5.
2009-12-17 15:33:04 Slp: Sco: Attempting to get service process id for
service MSSQLSERVER
6.
2009-12-17 15:33:04 Slp: Sco: Attempting to open SC Manager
7.
2009-12-17 15:33:04 Slp: Sco: Attempting to open service handle for
service MSSQLSERVER
8.
2009-12-17 15:33:04 Slp: Invoking QueryServiceStatusEx Win32 API
9.
2009-12-17 15:33:04 Slp: Sco: Attempting to close service handle for
service MSSQLSERVER
10.
2009-12-17 15:33:04 Slp: Sco: Attempting to close SC Manager
11.
2009-12-17 15:33:04 Slp: Sco: Returning service process id 3652
12.
2009-12-17 15:33:04 SQLEngine: : Checking Engine checkpoint
'GetSqlServerProcessHandle'
13.
2009-12-17 15:33:04 SQLEngine: --SqlServerServiceSCM: Waiting for nt
event 'Global\sqlserverRecComplete' to be created
14.
2009-12-17 15:33:09 SQLEngine: --SqlServerServiceSCM: Waiting for nt
event 'Global\sqlserverRecComplete' or sql process handle to be signaled
15.
2009-12-17 15:33:09 SQLEngine: : Checking Engine checkpoint
'WaitSqlServerStartEvents'
16.
2009-12-17 15:33:15 Slp: Configuration action failed for feature
SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
17.
2009-12-17 15:33:15 Slp: External component has thrown an exception.
18.
2009-12-17 15:33:15 Slp: Configuration action failed for feature
SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
19.
2009-12-17 15:33:15 Slp: System.Runtime.InteropServices.SEHException:
External component has thrown an exception.
20.
2009-12-17 15:33:15 Slp: at
Microsoft.Win32.SafeNativeMethods.CloseHandle(IntPtr handle)
21.
2009-12-17 15:33:15 Slp: at
Microsoft.Win32.SafeHandles.SafeProcessHandle.ReleaseHandle()
22.
2009-12-17 15:33:15 Slp: at
System.Runtime.InteropServices.SafeHandle.InternalDispose()
23.
2009-12-17 15:33:15 Slp: at
System.Runtime.InteropServices.SafeHandle.Dispose(Boolean disposing)
24.
2009-12-17 15:33:15 Slp: at System.Diagnostics.Process.Close()
25.
2009-12-17 15:33:15 Slp: at
System.Diagnostics.Process.Dispose(Boolean disposing)
26.
2009-12-17 15:33:15 Slp: at System.ComponentModel.Component.Dispose()
27.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql)
28.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceSCM.StartSqlServer(String[] parameters)
29.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlServerStartup.StartSQLServerForInstall(String
sqlCollation, String masterFullPath, Boolean isConfiguringTemplateDBs)
30.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties
properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs)
31.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing)
32.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.Install(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
33.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario
scenario, ConfigActionTiming timing, Dictionary`2 actionData,
PublicConfigurationBase spcbCurrent)
34.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario
scenario, ConfigActionTiming timing, Dictionary`2 actionData,
PublicConfigurationBase spcbCurrent)
35.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
36.
2009-12-17 15:33:15 Slp: at
Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
37.
2009-12-17 15:33:15 Slp: Exception:
System.Runtime.InteropServices.SEHException.
38.
2009-12-17 15:33:15 Slp: Source: System.
39.
2009-12-17 15:33:15 Slp: Message: External component has thrown an
exception..
40.
2009-12-17 15:33:18 Slp: Sco: Attempting to write hklm registry key
SOFTWARE\Microsoft\Microsoft SQL Server to file c:\Program Files\Microsoft
SQL Server\100\Setup
Bootstrap\Log\20091217_145048\Registry_SOFTWARE_Microsoft_Microsoft SQL
Server.reg_
41.
2009-12-17 15:33:19 Slp: Sco: Attempting to write hklm registry key
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to file c:\Program
Files\Microsoft SQL Server\100\Setup
Bootstrap\Log\20091217_145048\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
42.
2009-12-17 15:33:19 Slp: Sco: Attempting to write hklm registry key
SOFTWARE\Microsoft\MSSQLServer to file c:\Program Files\Microsoft SQL
Server\100\Setup
Bootstrap\Log\20091217_145048\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
43.
2009-12-17 15:34:01 Slp: External component has thrown an exception.
44.
2009-12-17 15:34:04 Slp: Watson bucket for exception based failure has
been created
45.
2009-12-17 15:42:09 Slp: Completed Action:
SqlEngineDBStartConfigAction_install_configrc_Cpu32, returned False

I find no definitive references on how to make this work, other than a vague
reference in some other posts to "use another version of Windows Server" or
"Use Windows XP instead." Can anyone help me solve this problem?

Thanks,

Jeremiah

 >> Stay informed about: SQL Server 2008 install on Win Server 2008 fails 
Back to top
Login to vote
cday

External


Since: Dec 22, 2009
Posts: 1



(Msg. 2) Posted: Tue Dec 22, 2009 8:59 am
Post subject: Re: SQL Server 2008 install on Win Server 2008 fails [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I just worked through this problem. The solution for me was to install
Windows Server 2008 SP2. Then .NET 3.5 installed fine.

 >> Stay informed about: SQL Server 2008 install on Win Server 2008 fails 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SQL 2008 setup fails - Hello, I just cannot get SQL Server 2008 (November CTP) to install. I have tried a couple of different environments. Here is my latest attempt: New install of Windows 2008 Server (32-bit edition). Server is a domain controller (prior to SQL setup) n...

SQL Server 2008 & .Net 3.5 SP1 -

2008 Management Studio?? - Hi all... I installed the 2008 CTP, and am trying to figure out where Management Studio is. I want to play around with the new auditing features and stuff... but can't find any way to use it. I tried searching "add features" in the BOL, but ...

SQL 2005 on Windwos 2008 - Hi I've just installed SQL Sever 2005 on Windows server 2008. For a smooth install, are there any other updates other then SQL SP2 I need? Are there any updates I need to apply for management Studio to have this work as it should on Windows 2008? /A

SQL 2008 CTP November: Database Engine Failed installation - Hey everyone, Im trying to install SQL Server 2008 on Windows Server 2008 RC1 but I keep getting the same error: the Database engine failed to install. I ran the installation several times now, chaging the instance name, authentication mode and..
   Database Forums (Home) -> Setup All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]