Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 7696

MSSQL Server 2008 R2 install fails on Windows 7 SP1

$
0
0

I'm trying to install SQLServer 2008 R2 on my laptop running Windows 7 SP1.

I ran the installer as admin to the local box with full preveliges.

I tried to reinstall but always the same error. Below is the important portion of C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20130222_093330\Detail.txt... Can anyone offer any assistance? Would be highly appreciated.

2013-02-22 10:33:27 Slp: User has chosen to retry this action
2013-02-22 10:33:27 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;CI;KRKW;;;S-1-5-21-3588615614-565261083-3766185367-1005)(A;CI;KR;;;S-1-5-21-3588615614-565261083-3766185367-1003)(A;CI;KR;;;BU)
2013-02-22 10:33:27 Slp: Prompting user if they want to retry this action due to the following failure:
2013-02-22 10:33:27 Slp: ----------------------------------------
2013-02-22 10:33:27 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2013-02-22 10:33:27 Slp: Inner exceptions are being indented
2013-02-22 10:33:27 Slp:
2013-02-22 10:33:27 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
2013-02-22 10:33:27 Slp:     Message:
2013-02-22 10:33:27 Slp:         Attempted to perform an unauthorized operation.
2013-02-22 10:33:27 Slp:     Data:
2013-02-22 10:33:27 Slp:       WatsonData = SuperSocketNetLib
2013-02-22 10:33:27 Slp:       DisableRetry = true
2013-02-22 10:33:27 Slp:     Inner exception type: System.UnauthorizedAccessException
2013-02-22 10:33:27 Slp:         Message:
2013-02-22 10:33:27 Slp:                 Attempted to perform an unauthorized operation.
2013-02-22 10:33:27 Slp:         Stack:
2013-02-22 10:33:27 Slp:                 at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
2013-02-22 10:33:27 Slp:                 at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
2013-02-22 10:33:27 Slp:                 at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity..ctor(ResourceType resourceType, SafeRegistryHandle handle, AccessControlSections includeSections)
2013-02-22 10:33:27 Slp:                 at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity.Create(InternalRegistryKey key)
2013-02-22 10:33:27 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.GetAccessControl()
2013-02-22 10:33:27 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetSecurityDescriptor(String sddl, Boolean overwrite)
2013-02-22 10:33:27 Slp: ----------------------------------------


Viewing all articles
Browse latest Browse all 7696

Trending Articles