question

maharaj avatar image
maharaj asked

Install SQL Server 2008/R2 in Windows 8

I want to install SQL Server 2008 in my Windows 8 Pc. I have tried several times but its end up with some error " Attempt to perform Un autherised Operation". I am getting this error for 3 to 4 times , finally databaseengine and, SSRS, SSAS will not be installed. when i See the log from boot strap, its shows some registry key update errors. I have enables .net 3.5, Installed SQLEXPR, Sql server 2008 SP1. still i am facing the issue. Please help me....
sql-server-2008windows
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image Grant Fritchey ♦♦ commented ·
Remember, the site runs on votes. For all helpful answers, you should click on the thumbs up next to those answers. If any one answer lead to a solution, click on the check mark next to that answer.
0 Likes 0 ·
Grant Fritchey avatar image
Grant Fritchey answered
I've installed it numerous times on Window 8 without issue. Are you running as system admin on your machine? Does your machine have the latest service packs applied? Have you run a recent virus check? Do you have corruption on your disk or within your registry (noticing registry key errors). You should further explore the output logs from the install process because I'm sure they'll specify a more complete error message. Also look at the system logs within the OS to see if there are indications there why this is going wrong. It absolutely works. There's no real magic to the install beyond ensuring that you do whatever the installation checks require of you as they specify it within the installation wizard. It's quite straight-forward. That means the problem is probably outside the basic install process.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

maharaj avatar image
maharaj answered
Hi Thank you very much for your responses Please refer the screen shot of the error message. 2013-10-27 01:03:09 Slp: Sco: GetSidForAccount normalized accountName SQLServer2005SQLBrowserUser$MAHARAJ parameter to SQLServer2005SQLBrowserUser$MAHARAJ 2013-10-27 01:03:09 Slp: Sco: Account name is translated into: S-1-5-21-3626891104-875001073-836178829-1046 2013-10-27 01:03:09 Slp: Sco: Final security descriptor: (A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Sco: Attempting to set security descriptor (A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Sco: Attempting to normalize security descriptor (A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Sco: Adding 'D:' DACL identifier to the input security descriptor (A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed: D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned: D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed: D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned: D:(A;CI;KR;;;S-1-5-21-3626891104-875001073-836178829-1046) 2013-10-27 01:03:09 Slp: Prompting user if they want to retry this action due to the following failure: 2013-10-27 01:03:09 Slp: ---------------------------------------- 2013-10-27 01:03:09 Slp: The following is an exception stack listing the exceptions in outermost to innermost order 2013-10-27 01:03:09 Slp: Inner exceptions are being indented 2013-10-27 01:03:09 Slp: 2013-10-27 01:03:09 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException 2013-10-27 01:03:09 Slp: Message: 2013-10-27 01:03:09 Slp: Attempted to perform an unauthorized operation. 2013-10-27 01:03:09 Slp: Data: 2013-10-27 01:03:09 Slp: WatsonData = Microsoft SQL Server 2013-10-27 01:03:09 Slp: DisableRetry = true 2013-10-27 01:03:09 Slp: Inner exception type: System.UnauthorizedAccessException 2013-10-27 01:03:09 Slp: Message: 2013-10-27 01:03:09 Slp: Attempted to perform an unauthorized operation. 2013-10-27 01:03:09 Slp: Stack: 2013-10-27 01:03:09 Slp: at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd) 2013-10-27 01:03:09 Slp: at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext) 2013-10-27 01:03:09 Slp: at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity.Create(InternalRegistryKey key) 2013-10-27 01:03:09 Slp: at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetSecurityDescriptor(String sddl, Boolean overwrite) 2013-10-27 01:03:09 Slp: ----------------------------------------
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

maharaj avatar image
maharaj answered
![link text][1] [1]: /storage/temp/1131-err1.jpg

err1.jpg (138.5 KiB)
detail_log1.txt (3.6 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image
Grant Fritchey answered
The key word and tricky phrase is UnauthorizedAccessException. It sure looks like a security issue. But, just in case, you should check that the version of SQL Server you're trying to install is supported by your OS. If you're trying to install Enterprise on Windows 8, it won't work. [You can check all this out here.][1] [1]: http://The+key+word+and+tricky+phrase+is+UnauthorizedAccessException.+It+sure+looks+like+a+security+issue.+But,+just+in+case,+yo
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.