아래에 자세한 오류 메시지가 있습니다. 지난 1 주일 동안 설치를 진행할 수 없습니다. SQL Server와 관련된 레지스트리 키에 대한 모든 권한을 부여했지만 아무것도 해결되지 않았습니다. 지난 일주일 동안 전진하지 않았습니다.
(편집 :원래 우리는 SQL Server 버전 2012를 설치한다고 게시했지만 이는 나와 팀 사이의 오해였습니다. 오류 메시지에서2008 R2버전))
다음 오류가 발생했습니다 :
Attempted to perform an unauthorized operation.
Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
summary.txt File Overall summary: Final result:
User cancelled Exit code (Decimal): -2068380094 Exit facility code: 1207 Exit error code: 1602
Exit message: User has cancelled. Start time:
2014-10-22 16:42:41 End time: 2014-10-23 06:26:49 Requested action: RunRulesMachine Properties: Machine name: UGJIS011
Machine processor count: 4 OS version:
Windows Server 2008 OS service pack: Service Pack 1
OS region: United States OS language:
English (United States) OS architecture: x64 Process architecture: 64 Bit OS clustered: NoProduct features discovered: Product Instance
Instance ID Feature
Language Edition Version ClusteredPackage properties: Description: SQL Server Database Services 2008 R2 ProductName: SQL Server 2008 R2 Type: RTM Version:
10 SPLevel: 0 Installation location:
C:\Users\msenfuma - admin\Desktop\SQL_2008_R2\x64\setup\
Installation edition: EVALUser Input Settings: ACTION: RunRules
CONFIGURATIONFILE: ENU: True FARMACCOUNT: FARMADMINPORT:
0 FARMPASSWORD: ***** FEATURES:
HELP: False IACCEPTSQLSERVERLICENSETERMS: False INDICATEPROGRESS: False INSTANCENAME:
PASSPHRASE: ***** QUIET:
False QUIETSIMPLE: False RULES:
GLOBALRULES,SqlUnsupportedProductBlocker,PerfMonCounterNotCorruptedCheck,Bids2008InstalledCheck,BlockInstallSxS,AclPermissionsFacet,FacetDomainControllerCheck,SSMS_IsInternetConnected,FacetWOW64PlatformCheck,FacetPowerShellCheck UIMODE: Normal X86:
FalseConfiguration file: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141022_164238\ConfigurationFile.ini
Detailed results:
Rules with failures:
Global rules:
There are no scenario-specific rules.
Rules report file: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141022_164238\SystemConfigurationCheck_Report.htm
Exception summary: The following is an exception stack listing the exceptions in outermost to innermost order Inner exceptions are being indented
Exception type: Microsoft.SqlServer.Chainer.Infrastructure.CancelException Message: User has cancelled. Stack: at Microsoft.SqlServer.Configuration.UIExtension.Request.Wait() at Microsoft.SqlServer.Configuration.UIExtension.UserInterfaceProxy.NavigateToWaypoint(String moniker) at Microsoft.SqlServer.Configuration.UIExtension.WaypointAction.ExecuteAction(String actionId) at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream) at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(TextWriter statusStream, ISequencedAction actionToRun)
- 답변 # 1
관련 자료
- typescript - Angular에서 삭제 작업을 수행하려고 할 때 오류가 발생합니다
- javascript - react 및 redux - 401 unauthorized error post api 요청
- amazon web services - 네임 스페이스를로드하는 중에 오류가 발생했습니다 권한 없음 - kubernetes 클러스터에 대한 액세스 권한이 있는지 확인
- lua - 오류 - 개체에 새 속성을 할당하려고 할 때 "테이블이 아닌 인덱스 시도"
- file - 파스칼 기능과 Idp를 사용할 때 Inno 설정 오류
- javascript : Firebase JS 8.0.0으로 업그레이드 : 가져 오기 오류 시도 : 'Firebase /App'에서 'App'이 내보낼 수 없습니다 ( 'Firebase'로 가져 오기)
- kubernetes - Quayio에서 OKD 설치 이미지를 미러링하려고 할 때이 "승인되지 않음"오류가 발생하는 이유는 무엇입니까?
- reactjs - react-i18next getting error 가져 오기 시도 시도 오류
- amazon web services - python boto3 오류 - 리소스에서 위임 된 역할을 수행 할 권한이 없습니다
먼저 실수로 SQL Server 2008 R2를 설치하는 중이지만 약간의 실수로 굵게 쓰여진 SQL Server 2012가 있습니다. 2008 r2 설치 로그를 제공 한 이후 오타가 발생하여 설치하고 있다고 가정합니다 SQL Server 2008 R2이므로 질문을 수정하십시오
아래에 SystemconfigurationCheck_report.htm에서 찾았습니다
와이즈 비즈더하기 오류 아래
이미 레지스트리에 문제가 있다고 작성 했으므로이 과정에서 레지스트리가 일치하지 않아서 SQL Server가 설치 파일 설치를 진행할 수 없으므로 아래와 같이 설치 지원 파일 설치가 실패합니다.
이제 레지스트리가 일치하지 않고 ACL 검사를 수행 할 수 없다는 의미입니다. 이 경우 수동으로 액세스 권한을 제공해야합니다.
<올>레지스트리에 HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server가 있습니다
오른쪽 클릭하여 권한으로 이동
고급을 클릭하십시오
두 확인란을 모두 선택합니다 (I. 부모로부터 권한 상속 ... II. 모든 자식 개체에 대한 권한 항목 바꾸기 ...). 확인을 클릭합니다
확인을 다시 클릭하십시오
이 문제가 해결되기를 바랍니다.
라는 로그 파일이없는 경우 SQL Server가 어떤 레지스트리 키에 액세스하려고했는지에 대한 정보를 공유 드라이브에 업로드하는 것이 좋습니다.동일한 서버에 Visual Studio를 설치 했습니까?
현재하고있는 일에 대해 확신이 없으면 Windows 레지스트리를 가지고 놀지 마십시오.이 지원 문서가 시나리오에 해당한다고 생각하지는 않지만이 부분을 봐야합니다
Detail Global rules.txt