首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >尝试未经授权的操作- SQL 2008 R2安装

尝试未经授权的操作- SQL 2008 R2安装
EN

Server Fault用户
提问于 2012-07-06 17:24:03
回答 2查看 6.1K关注 0票数 3

我已经跟这个吵了几天了。当试图在Windows7计算机上安装SQL 2008 R2时,请继续获取此未经授权的错误。我已经更改了密钥的权限,没有修正.创建了一个管理员用户,给出了该密钥的特定权限,不修复.禁用从本地管理员安装的所有防火墙,不会修复.我失去了耐心和想法!:)帮助?

代码语言:javascript
复制
2012-07-06 13:09:11 Slp: Sco: Attempting to set value AppName 
2012-07-06 13:09:11 Slp: SetValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VSTAHostConfig\SSIS_ScriptComponent\2.0, Name = AppName 
2012-07-06 13:09:11 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine  
2012-07-06 13:09:11 SSIS: Processing Registry ACLs for SID 'S-1-5-21-2383144575-3599344511-819193542-1074' 
2012-07-06 13:09:11 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\100 
2012-07-06 13:09:11 SSIS: Setting permision on registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100. 
2012-07-06 13:09:11 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: Sco: Attempting to set security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: Sco: Attempting to normalize security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: Sco: Attempting to normalize security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:11 Slp: Prompting user if they want to retry this action due to the following failure: 
2012-07-06 13:09:11 Slp:
---------------------------------------- 
2012-07-06 13:09:11 Slp: The following is an exception stack listing the exceptions in outermost to innermost order 
2012-07-06 13:09:11 Slp: Inner exceptions are being indented 
2012-07-06 13:09:11 Slp:  2012-07-06 13:09:11 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException 
2012-07-06 13:09:11 Slp:     Message:  
2012-07-06 13:09:11 Slp:         Attempted to perform an unauthorized operation. 
2012-07-06 13:09:11 Slp:     Data:  
2012-07-06 13:09:11 Slp:       WatsonData = 100 
2012-07-06 13:09:11 Slp:       DisableRetry = true 
2012-07-06 13:09:11 Slp:     Inner exception type: System.UnauthorizedAccessException 
2012-07-06 13:09:11 Slp:         Message:  
2012-07-06 13:09:11 Slp:               Attempted to perform an unauthorized operation. 
2012-07-06 13:09:11 Slp:         Stack:  
2012-07-06 13:09:11 Slp:                 at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd) 
2012-07-06 13:09:11 Slp:                 at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext) 
2012-07-06 13:09:11 Slp:                 at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity..ctor(ResourceType resourceType, SafeRegistryHandle handle, AccessControlSections includeSections) 
2012-07-06 13:09:11 Slp:                 at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity.Create(InternalRegistryKey key) 
2012-07-06 13:09:11 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.GetAccessControl() 
2012-07-06 13:09:11 Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetSecurityDescriptor(String sddl, Boolean overwrite) 
2012-07-06 13:09:11 Slp:
---------------------------------------- 
2012-07-06 13:09:24 Slp: User has chosen to retry this action 
2012-07-06 13:09:24 Slp: Sco: Attempting to normalize security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: Sco: Attempting to normalize security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned:  D:(A;OICI;KR;;;S-1-5-21-2383144575-3599344511-819193542-1074) 
2012-07-06 13:09:24 Slp: Prompting user if they want to retry this action due to the following failure: 
2012-07-06 13:09:24 Slp:
----------------------------------------
EN

回答 2

Server Fault用户

发布于 2012-07-06 19:52:24

你试过右击setup.exe并说“以管理员身份运行”吗?我看到您尝试过作为本地管理员进行安装,但是我仍然看到了一些关于SQL2008Sql R2安装的错误。

您是从DVD、本地文件副本还是网络共享安装?如果安装程序是从网络共享中流的,那么安装程序的行为会有所不同。服务包也是。

票数 1
EN

Server Fault用户

发布于 2014-03-22 12:34:00

当文件被标记为来自另一台计算机时,Server安装程序就会出现这种情况。

右键单击安装程序并打开属性。在“常规”选项卡中,查看“安全注释”的底部,然后单击“解块”按钮。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/405464

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档