I'm having difficulty installing SQL Server 2008 R2 SP1. When I reach the end, it notifies me with the following:
Image may be NSFW.
Clik here to view.
Here's a little bit about my machine and what I've done thus far:
- Running Windows 7 Ultimate, 32 bit
- I've installed SQL Server 2008 R2 Developer without the Management tools
- I've installed Visual Studio 2010 Express
- I've installed .NET Framework 4
I believe this is the appropriate portion of the log file:
2011-09-30 12:22:16 Slp: c:\b7c630e55d3b0ce68ed6e19ea23f5603\x86\FixSqlRegistryKey_x86.exe exit code: 0
2011-09-30 12:22:16 Slp: Rule 'AclPermissionsFacet' detection result: AreSqlAclPermissionsCanonical= True
2011-09-30 12:22:16 Slp: Evaluating rule : AclPermissionsFacet
2011-09-30 12:22:16 Slp: Rule running on machine: WIN-62JRU3E1M40
2011-09-30 12:22:16 Slp: Rule evaluation done : Succeeded
2011-09-30 12:22:16 Slp: Rule evaluation message: SQL Server registry keys are consistent and can support SQL Server installation or upgrade.
2011-09-30 12:22:16 Slp: Send result to channel : RulesEngineNotificationChannel
2011-09-30 12:22:16 Slp: Initializing rule : Not clustered or the cluster service is up and online.
2011-09-30 12:22:16 Slp: Rule applied features : ALL
2011-09-30 12:22:16 Slp: Rule is will be executed : True
2011-09-30 12:22:16 Slp: Init rule target object: Microsoft.SqlServer.Configuration.Cluster.Rules.ClusterServiceFacet
2011-09-30 12:22:20 Slp: Provider load failure
2011-09-30 12:22:20 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-09-30 12:22:20 Slp: Rule initialization failed - hence the rule result is assigned as Failed
2011-09-30 12:22:20 Slp: Send result to channel : RulesEngineNotificationChannel
2011-09-30 12:22:20 Slp: Initializing rule : Cluster group owned by local computer
2011-09-30 12:22:20 Slp: Rule applied features : ALL
2011-09-30 12:22:20 Slp: Rule is will be executed : True
2011-09-30 12:22:20 Slp: Init rule target object: Microsoft.SqlServer.Configuration.Cluster.Rules.NodeClusterGroupFacet
2011-09-30 12:22:20 Slp: Rule 'Cluster_IsLocalNodeGroupOwner' detection result: NodeOwnsClusterGroup=False
2011-09-30 12:22:20 Slp: Evaluating rule : Cluster_IsLocalNodeGroupOwner
2011-09-30 12:22:20 Slp: Rule running on machine: WIN-62JRU3E1M40
2011-09-30 12:22:20 Slp: Rule evaluation done : Succeeded
2011-09-30 12:22:20 Slp: Rule evaluation message: The local computer is not an owner of an online cluster group for a failover cluster instance that contains the SQL Server service, Analysis Services service or a generic service. The SQL Server instances do not need to be taken offline.
2011-09-30 12:22:20 Slp: Send result to channel : RulesEngineNotificationChannel
2011-09-30 12:22:20 Slp: Initializing rule : Cluster Resource DLL Update Restart Check
2011-09-30 12:22:20 Slp: Rule applied features : SQL;SQLEngine
2011-09-30 12:22:20 Slp: Rule is not applicable to the specified features.
2011-09-30 12:22:20 Slp: Rule is will be executed : False
2011-09-30 12:22:20 Slp: Rule evaluation done : Skipped
2011-09-30 12:22:20 Slp: Send result to channel : RulesEngineNotificationChannel
2011-09-30 12:22:20 Slp: Saving results to datastore...
2011-09-30 12:22:20 Slp: Saved to directory.......C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\SystemConfigurationCheck_Report.htm
2011-09-30 12:22:20 Slp: Sco: Attempting to create directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\resources
2011-09-30 12:22:20 Slp: Sco: Attempting to create directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\resources, security descriptor
2011-09-30 12:22:20 Slp: Sco: Attempting to set directory full path
2011-09-30 12:22:20 Slp: Sco: Attempting to normalize directory path C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\resources
2011-09-30 12:22:20 Slp: Sco: Directory 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\resources' already exists, skipping creation, moving to set security descriptor.
2011-09-30 12:22:20 Slp: Sco: Attempting to set security descriptor for directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\resources, security descriptor
2011-09-30 12:22:20 Slp: Sco: Attempting to check if directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\resources exists
2011-09-30 12:22:20 Slp: Sco: SDDL is NULL/empty and overwriteSecurityDescriptor is false, so nothing to do, return.
2011-09-30 12:22:20 Slp: Generating HTML report by applying XsltTransformation and saving to Log folder...
2011-09-30 12:22:20 Slp: Rules evaluation report is available now at C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110930_122123\SystemConfigurationCheck_Report.htm
This have been plaguing me for a week already! Any help provided is GREATLY appreciated!