토폴로지 게시 중앙 관리 저장소를 만드는 중 경고 발생
로그확인
Install-CsDatabase
Error: 오류가 발생했습니다. "System.UnauthorizedAccessException" "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
오류: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
▼ 자세히
└ 유형: UnauthorizedAccessException
└ ▼ 스택 추적
└ at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Management.ManagementScope.InitializeGuts(Object o)
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementObjectSearcher.Initialize()
at System.Management.ManagementObjectSearcher.Get()
at Microsoft.Rtc.Management.Deployment.Tasks.DatabaseCreator.GuessDatabasePaths(String host)
at Microsoft.Rtc.Management.Deployment.InstallDatabaseCmdlet.assign_paths_autodistribute(String host)
at Microsoft.Rtc.Management.Deployment.InstallDatabaseCmdlet.ExecutePlan(String host)
at Microsoft.Rtc.Management.Deployment.InstallDatabaseCmdlet.CreateDatabases()
at Microsoft.Rtc.Management.Deployment.InstallDatabaseCmdlet.InternalProcessRecord()
at Microsoft.Rtc.Management.Deployment.DeploymentCmdlet.CmdletProcessRecord()
동반하여 다음 오류도 나타납니다.
Publish-CsTopology Error: "Microsoft.Rtc.Common.Data.SqlConnectionException" "Cannot open database "xds" requested by the login. The login failed. Login failed for user 'LIMCM\lync-admin'."
0x80070005 는 액세스 거부 오류 이므로 권한이 없어서 나타나는 증상으로 추정해볼 수 있습니다.
원인은 Share File folder 의 권한이 올바르게 부여되지 않아서 나타나는 증상입니다.
Create a file share in Skype for Business Server 2015
https://technet.microsoft.com/en-us/library/dn933889.aspx
기술자료에서는 Administrators 그룹을 부여하라고 나와 있는데, Standard Edition 구성에서는 일반적으로 Frontend Server 안에 구성해서 설정이 어렵지 않지만, Enterprise Edition 의 경우 DFS 나 다른 멤버서버에 구성을 하면 권한이 Administrators 안에 추가로 권한을 부여하거나, 서비스 계정에 Domain admins 를 부여해야합니다.
Administrators 권한 부여
File Share Server 에서 Computer Management 의 Administrators 그룹 속성 이동
Lync or Skype 서비스 계정 부여