MSCS 환경에서 SQL Server Upgrade Error
SQL Server Setup failure.
SQL Server Setup has encountered the following error:
Failed to retieve data for this request.
1) Log 확인
C:\Program Files\Microsoft SQL Server\130\Setup Bootstrap\ 에 있는로그를 보도록 하겠습니다.
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.Management.Sdk.Sfc.EnumeratorException
Message:
Failed to retrieve data for this request.
HResult : 0x80131500
Data:
HelpLink.ProdName = Microsoft SQL Server
HelpLink.BaseHelpUrl = http://go.microsoft.com/fwlink
HelpLink.LinkId = 20476
HelpLink.EvtType = 0xE8A0C283@0xAC7B1A58@1233@53
DisableWatson = true
Stack:
at Microsoft.SqlServer.Chainer.Infrastructure.SqlDiscoveryDatastoreInterface.LoadData(IEnumerable`1 machineNames, String discoveryDocRootPath, String clusterDiscoveryDocRootPath)
at Microsoft.SqlServer.Configuration.SetupExtension.RunDiscoveryAction.ExecuteAction(String actionId)
at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.<>c__DisplayClasse.<ExecuteActionWithRetryHelper>b__b()
at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.ExecuteActionHelper(ActionWorker workerDelegate)
Inner exception type: Microsoft.SqlServer.Configuration.Sco.SqlRegistryException
Message:
The network path was not found.
HResult : 0x84d10035
FacilityCode : 1233 (4d1)
ErrorCode : 53 (0035)
Data:
WatsonData = Microsoft.SqlServer.Configuration.Sco.SqlRegistryException@Win32Error
2) 해결방안
시작 메뉴 > Services
Remote Registry 서비스를 Disabled > Manual 로 변경 후 Start
설치 완료 후, 보안을 위해 다시 Disabled 로 상태 변경
참고1)
SQL SERVER - Microsoft.SqlServer.Management.Sdk. Sfc.EnumeratorException: Failed to Retrieve Data for This Request - SQL Authori
If you work with a product for a long time, you would start loving it. I have worked with many other RDBMS, but my love to SQL Server will never die. The amount of information available in logs is very helpful and can help in pointing the exact issue relat
blog.sqlauthority.com
참고2)
MSCS 환경에서 SQL 업그레이드 시 오류
Upgrade 수행 시 오류 MSCS 환경으로 구성되어 있는 MS SQL 2012를 2016으로 업그레이드를 하는 상황입니다. setup.exe 를 실행하고 Upgrade from a previous version of SQL Server 항목을 선택하여 업그레이드를 진행
iheedol.tistory.com
'[DB] SQL SERVER' 카테고리의 다른 글
[MSSQL] MSCS 환경에서 SQL Server 설치 (0) | 2024.02.19 |
---|---|
[MSSQL] MSCS 환경에서 SQL Server 설치/패치/업그레이드를 위한 공유 설정 (0) | 2024.02.19 |
[MSSQL] 계정 패스워드 변경 일자 및 패스워드 사용 기간 조회 (0) | 2024.02.19 |
[MSSQL] SQL Server 2019 Standard Single 설치(Window Server) (0) | 2024.02.19 |
[MSSQL] SPN, Kerberos 접근 ERROR (1) | 2024.01.08 |