Quantcast
Viewing all articles
Browse latest Browse all 7696

SQLServer Express Installation fails on Vista with "broken fusion ATL" error.

I try installing SQLServer Express 2008 on Vista Enterprise machine. The installation is failing with the error "A computer restart is required because of broken fusion ATL. You must restart your computer before you continue." I applied all steps and tricks I could find on MSDN or other sources. In particular I made sure there are no  PendingFileRenameOperations registry keys with file names. I have all prerequisits installed (MSI 4.5, .NET 3.5SP1, PowerShell). Initially I tried to install through command line. After I got this error, I switchedto GUI. The results are identical. I appreciate any help. Thank you.

The message from SystemConfigurationCheck_Report.html:

Rule NameRule DescriptionResultMessage/Corrective Action
InstallGlobalRules: SQL Server 2008 Setup configuration checks for rules group 'InstallGlobalRules'
 FusionRebootCheckChecks if a computer restart is required because of broken fusion ATL. A pending restart can cause SQL Server Setup to fail.FailedA computer restart is required because of broken fusion ATL. You must restart your computer before you continue.


The error logged in Detail.txt log:

Error: Action "RunScenarioGlobalRules" threw an exception during execution.
2009-03-25 17:37:38 Slp: Microsoft.SqlServer.Setup.Chainer.Workflow.ActionExecutionException: A computer restart is required because of broken fusion ATL. You must restart your computer before you continue. ---> Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngineRuleFailureException: A computer restart is required because of broken fusion ATL. You must restart your computer before you continue.
2009-03-25 17:37:38 Slp:    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RunRulesAction.ExecuteAction(String actionId)
2009-03-25 17:37:38 Slp:    at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2009-03-25 17:37:38 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2009-03-25 17:37:38 Slp:    at Microsoft.Sql-Server.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2009-03-25 17:37:38 Slp:    --- End of inner exception stack trace ---
2009-03-25 17:37:38 Slp:    at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2009-03-25 17:37:40 Slp: Received request to add the following file to Watson reporting: C:\Users\mmielcarek\AppData\Local\Temp\tmpD76C.tmp
2009-03-25 17:37:40 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2009-03-25 17:37:40 Slp: Inner exceptions are being indented
2009-03-25 17:37:40 Slp:
2009-03-25 17:37:40 Slp: Exception type: Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngineRuleFailureException
2009-03-25 17:37:40 Slp:     Message:
2009-03-25 17:37:40 Slp:         A computer restart is required because of broken fusion ATL. You must restart your computer before you continue.
2009-03-25 17:37:40 Slp:     Data:
2009-03-25 17:37:40 Slp:       DisableWatson = true
2009-03-25 17:37:40 Slp:     Stack:
2009-03-25 17:37:40 Slp:         at Microsoft.SqlServer.Configuration.RulesEngineExtension.RunRulesAction.ExecuteAction(String actionId)
2009-03-25 17:37:40 Slp:         at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
2009-03-25 17:37:40 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2009-03-25 17:37:40 Slp:         at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)
2009-03-25 17:37:40 Slp:
2009-03-25 17:37:40 Slp: ----------------------------------------------------------------------
2009-03-25 17:37:40 Slp:


software developer

Viewing all articles
Browse latest Browse all 7696

Trending Articles