Falha na instalação do SQL 2008

2

Eu tenho uma nova instalação do Windows Server 2003 R2 de 32 bits com todas as atualizações mais recentes do Windows. Estou tentando instalar o SQL Server 2008 Standard x86 para se preparar para o Microsoft Team Foundation Server. Até agora, não obtive êxito porque a instalação continua falhando com a mensagem de erro:

A Severe error occurred on the current command.

Isso é o que eu acredito ser a seção relevante do arquivo de log Details.txt.

2010-10-15 09:51:26 Slp: --SafeSqlCommand: declare @ServerName nvarchar(255) if not 

exists (select * from sysservers) begin select @ServerName = Convert(nvarchar(255), SERVERPROPERTY(N'ServerName')) execute sys.sp_addserver @ServerName, local end
2010-10-15 09:51:31 Slp: Sco: SqlException: Message:A severe error occurred on the current command.  The results, if any, should be discarded.
A severe error occurred on the current command.  The results, if any, should be discarded.
LineNumber:0
2010-10-15 09:51:31 SQLEngine: Copying 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' to 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt' ...
2010-10-15 09:51:31 Slp: Sco: Attempting to set file full path to 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG'
2010-10-15 09:51:31 Slp: Sco: Attempting to normalize directory path 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG'
2010-10-15 09:51:31 Slp: Sco: Attempting to check if file 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' exists
2010-10-15 09:51:31 Slp: Sco: Attempting to copy file 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' to file 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:31 Slp: Sco: Attempting to check if file 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' exists
2010-10-15 09:51:31 Slp: Sco: Attempting to normalize directory path 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:31 Slp: Sco: Attempting to set file full path to 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:31 Slp: Sco: Attempting to normalize directory path 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:31 Slp: Sco: Attempting to check if directory path 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' is equal to path 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:31 Slp: Sco: Attempting to check if directory path 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' is equal to path 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:31 Slp: Sco: Attempting to normalize directory path 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG'
2010-10-15 09:51:31 Slp: Sco: Attempting to normalize directory path 'C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\SQLServer_ERRORLOG_2010-10-15T09.51.31.txt'
2010-10-15 09:51:32 Slp: Sco: Attempting to get security descriptor for file 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG'
2010-10-15 09:51:32 Slp: Sco: Attempting to check if file 'D:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log\ERRORLOG' exists
2010-10-15 09:51:32 Slp: Sco: Returning security descriptor O:NSG:NSD:AI(A;ID;FA;;;NS)(A;ID;FA;;;SY)(A;ID;FA;;;BA)(A;ID;FA;;;S-1-5-21-3546625195-1536672478-4029743794-1010)(A;ID;0x1201ff;;;S-1-5-21-3546625195-1536672478-4029743794-1011)
2010-10-15 09:51:32 Slp: Sco: Attempting to dispose script
2010-10-15 09:51:32 Slp: Sco: Attempting to disconnect script
2010-10-15 09:51:32 Slp: Current SqlServer Connection closed...
2010-10-15 09:51:32 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
2010-10-15 09:51:32 Slp: A severe error occurred on the current command.  The results, if any, should be discarded.
A severe error occurred on the current command.  The results, if any, should be discarded.
2010-10-15 09:51:32 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
2010-10-15 09:51:32 Slp: System.Data.SqlClient.SqlException: A severe error occurred on the current command.  The results, if any, should be discarded.
2010-10-15 09:51:32 Slp: A severe error occurred on the current command.  The results, if any, should be discarded.
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.Sco.SqlScriptExecution.ExecuteScriptStatement(String& scriptStatement)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SafeSqlCommand.ExecNonQuery(String script)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineScriptExecution.RunEngineInstallScripts(SqlServiceInstallScriptParameters scriptParameters)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlDatabaseServiceConfig.Install(SqlServiceInstallScriptParameters scriptParameters)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.Install(ConfigActionTiming timing, Dictionary'2 actionData, PublicConfigurationBase spcb)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.PrivateConfigurationBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, Dictionary'2 actionData, PublicConfigurationBase spcbCurrent)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SqlFeatureConfigBase.Execute(ConfigActionScenario scenario, ConfigActionTiming timing, Dictionary'2 actionData, PublicConfigurationBase spcbCurrent)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
2010-10-15 09:51:32 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
2010-10-15 09:51:32 Slp: Exception: System.Data.SqlClient.SqlException.
2010-10-15 09:51:32 Slp: Source: .Net SqlClient Data Provider.
2010-10-15 09:51:32 Slp: Message: A severe error occurred on the current command.  The results, if any, should be discarded.
2010-10-15 09:51:32 Slp: A severe error occurred on the current command.  The results, if any, should be discarded..
2010-10-15 09:51:34 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Microsoft SQL Server to file C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_
2010-10-15 09:51:34 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall to file C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_
2010-10-15 09:51:34 Slp: Sco: Attempting to write hklm registry key SOFTWARE\Microsoft\MSSQLServer to file C:\Program Files\Microsoft SQL Server0\Setup Bootstrap\Log101015_092804\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_
2010-10-15 09:51:57 Slp: A severe error occurred on the current command.  The results, if any, should be discarded.
A severe error occurred on the current command.  The results, if any, should be discarded.
2010-10-15 09:51:59 Slp: Watson bucket for exception based failure has been created
2010-10-15 09:54:07 Slp: Completed Action: SqlEngineDBStartConfigAction_install_configrc_Cpu32, returned False
2010-10-15 09:54:07 Slp: Sco: Attempting to get instance feature flag UpgradeIncomplete for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\UpgradeIncompleteState
2010-10-15 09:54:07 Slp: Sco: Attempting to get registry value SQL_Engine_Core_Inst
2010-10-15 09:54:07 Slp: Sco: Attempting to get feature configuration state for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to get instance feature flag ConfigurationState for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\ConfigurationState
2010-10-15 09:54:07 Slp: Sco: Attempting to get registry value SQL_Engine_Core_Inst
2010-10-15 09:54:07 Slp: Sco: Attempting to get instance feature flag UpgradeIncomplete for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\UpgradeIncompleteState
2010-10-15 09:54:07 Slp: Sco: Attempting to get registry value SQL_Engine_Core_Inst
2010-10-15 09:54:07 Slp: Sco: Attempting to get feature configuration state for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to get instance feature flag ConfigurationState for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\ConfigurationState
2010-10-15 09:54:07 Slp: Sco: Attempting to get registry value SQL_Engine_Core_Inst
2010-10-15 09:54:07 Slp: Sco: Attempting to get instance feature flag UpgradeIncomplete for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\UpgradeIncompleteState
2010-10-15 09:54:07 Slp: Sco: Attempting to get registry value SQL_Engine_Core_Inst
2010-10-15 09:54:07 Slp: Sco: Attempting to get feature configuration state for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to get instance feature flag ConfigurationState for feature SQL_Engine_Core_Inst, instance MSSQL10.MSSQLSERVER
2010-10-15 09:54:07 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey 
2010-10-15 09:54:07 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\ConfigurationState
2010-10-15 09:54:07 Slp: Sco: Attempting to get registry value SQL_Engine_Core_Inst
2010-10-15 09:54:07 Slp: Error: Action "SqlEngineDBStartConfigAction_install_configrc_Cpu32" failed during execution.
2010-10-15 09:54:07 Slp: Action "AgentScriptConfiguration_install_rc_Cpu32" will return false due to the following conditions:
2010-10-15 09:54:07 Slp: Condition "Feature dependency condition for action: AgentScriptConfiguration_install_rc_Cpu32 The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu32. There are 10 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
2010-10-15 09:54:07 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu32 failed in result Result
2010-10-15 09:54:07 Slp: Error: Action "AgentScriptConfiguration_install_rc_Cpu32" failed during execution.
2010-10-15 09:54:07 Slp: Action "RS_RunInstallScriptsAction_Cpu32" will return false due to the following conditions:
2010-10-15 09:54:07 Slp: Condition "Feature dependency condition for action: RS_RunInstallScriptsAction_Cpu32 The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu32. There are 10 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
2010-10-15 09:54:07 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu32 failed in result Result
2010-10-15 09:54:07 Slp: Error: Action "RS_RunInstallScriptsAction_Cpu32" failed during execution.
2010-10-15 09:54:07 Slp: Action "SqlEngineDBStopConfigAction_install_configrc_Cpu32" will return false due to the following conditions:
2010-10-15 09:54:07 Slp: Condition "Feature dependency condition for action: SqlEngineDBStopConfigAction_install_configrc_Cpu32 The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu32. There are 10 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
2010-10-15 09:54:07 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu32 failed in result Result
2010-10-15 09:54:07 Slp: Error: Action "SqlEngineDBStopConfigAction_install_configrc_Cpu32" failed during execution.

Qualquer ajuda seria muito apreciada, pois isso está bloqueando um monte de trabalho e eu procurei por toda parte para encontrar uma solução.

    
por Tom 15.10.2010 / 17:43

1 resposta

0

Ainda não sei o que estava causando esse problema, mas consegui contorná-lo instalando componente por componente, um de cada vez, na seguinte ordem:

  1. Mecanismo de banco de dados
  2. Texto Completo
  3. Analysis Services
  4. Reporting Services
  5. Conectividade do cliente
  6. Ferramentas do cliente
por 15.10.2010 / 19:56