Sharepoint 2016 enterprise install한 후, 제품 구성 마법사에서 오류가 납니다. 구성은 우선, single 서버에 sql server, windows server, sharepoint 설치를 다같이 한 상태로, single farm을 생성하고자 했습니다.
오류 메세지는
"구성 실패
.....
구성 데이터베이스를 만들지 못했습니다. ......
형식 Microsoft.SharePoint.Upgrade.SPUpgradeException의 예외가 발생했습니다. 추가 예외 정보: 하나 이상의 형식을 로드하지 못했습니다. 자세한 내용은 업그레이드 로그를 참고하십시오.
........"
입니다.
추가로, 로그 화일의 ERROR 부분을 발췌하면 다음과 같습니다.
11/14/2016 13:53:16 1 INF Trying to get the server state
11/14/2016 13:53:16 1 INF Successfully got the server state as Stopped
11/14/2016 13:53:16 1 INF Trying to get the server bindings
11/14/2016 13:53:16 1 ERR The ServerBindings or SecureBindings property
was not found for IIS schema IIsWebServer
11/14/2016 13:53:16 1 INF Entering function Common.BuildExceptionInformation
11/14/2016 13:53:16 1 INF Entering function Common.BuildExceptionMessage
11/14/2016 13:53:16 1 INF Entering function StringResourceManager.GetResourceString
11/14/2016 13:53:16 1 INF Resource
id to be retrieved is ExceptionInfo for language Korean (Korea)
11/14/2016 13:53:16 1 INF Resource
retrieved id ExceptionInfo is 형식 {0}의 예외가 발생했습니다. 추가 예외 정보: {1}
11/14/2016 13:53:16 1 INF Leaving function StringResourceManager.GetResourceString
11/14/2016 13:53:16 1 INF Leaving function Common.BuildExceptionMessage
11/14/2016 13:53:16 1 INF Leaving function Common.BuildExceptionInformation
11/14/2016 13:53:16 1 ERR 형식 System.InvalidOperationException의 예외가 발생했습니다.
추가 예외 정보: 개체의 현재 상태 때문에 작업이 유효하지 않습니다.
System.InvalidOperationException: 개체의 현재 상태 때문에 작업이 유효하지 않습니다.
위치: Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection.GetServerBindings(PropertyCollection properties, Boolean& secure, String& ip, Int32& port, String& host)
위치: Microsoft.SharePoint.PostSetupConfiguration.WebSiteCollection.TryGetIisMetaData(DirectoryEntry entry)
11/14/2016 13:53:16 1 ERR Failed to retrieve the server bindings with an
internal InvalidOperationException
11/14/2016 13:53:17 1 INF Trying to get iis meta data on 2 try
11/14/2016 13:53:17 1 INF Trying to get server comment
답변 부탁드립니다.
감사합니다.