Installing SP1 onto SQL Server 2008 RTM x64 won't install.
The server is Win 2008 R2 standard x64
The server is NOT clustered
I ran the SP1 installer. When it gets to the "Rules" page the following rule is marked as failed
(Text taken from the view detailed report link)
Cluster_IsOnlineIfClustered
Verifies that the computer is not clustered or that the computer is clustered and the cluster service is online.
Failed
The Relevant part of Details.txt in the installation log folder is:
2011-08-31 10:41:19 Slp: Initializing rule : Not clustered or the cluster service is up and online.
2011-08-31 10:41:19 Slp: Rule applied features : ALL
2011-08-31 10:41:19 Slp: Rule is will be executed : True
2011-08-31 10:41:19 Slp: Init rule target object: Microsoft.SqlServer.Configuration.Cluster.Rules.ClusterServiceFacet
2011-08-31 10:41:19 Slp: Provider load failure
2011-08-31 10:41:19 Slp: at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at Microsoft.SqlServer.Configuration.Cluster.Rules.WMIInterop.Service.ServiceCollection.ServiceEnumerator.MoveNext()
at Microsoft.SqlServer.Configuration.Cluster.Rules.ClusterServiceFacet.Microsoft.SqlServer.Configuration.RulesEngineExtension.IRuleInitialize.Init(String ruleId)
at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.Execute(Boolean stopOnFailure)
2011-08-31 10:41:19 Slp: Rule initialization failed - hence the rule result is assigned as Failed
Any thoughts?
Thanks