IT이야기/S4B&Lync
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn befqdn 설치시 오류 해결 방법
주현ㅇHㅂI
2015. 8. 19. 09:17
CU 설치 시, 아래 박스안의 오류가 발생 되었다.
해결 방법
제어판>방화벽>Windows 방화벽을 통해 프로그램 또는 기능 허용
Windows Management Instrumentation(WMI) 체크
Install-CsDatabase : Command execution failed: Cannot determine where to instal l database files because Windows Management Instrumentation on the database ser ver is unavailable from your computer or user account. To continue, you can res olve this issue, or you can specify where you want to install the files. At line:1 char:1 + Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn be01.site1.mani4u.com
... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ + CategoryInfo : InvalidOperation: (:) [Install-CsDatabase], Depl oymentException + FullyQualifiedErrorId : ProcessingFailed,Microsoft.Rtc.Management.Deploy ment.InstallDatabaseCmdlet |
참조
http://www.wardvissers.nl/2011/01/05/microsoft-lync-error-microsoft-rtc-management-deployment-deploymentexception-cannot-determine-where-to-install-database-files-because-windows-management-instrumentation-on-the-datab/
Step 1:
- Click Start, and then click Control Panel.
- Open the Windows Firewall program.
- Click Change Settings to view the Windows Firewall Settings dialog box.
- Verify that Windows Firewall is turned on, and then click the Exceptions tab.
- In the To enable an exception, select its check box window, scroll to locate the Remote Administration Program or Port exception.
- Make sure that the Remote Administration Program or Port exception is selected.
- Click OK to close the Windows Firewall Settings dialog box.

Step 2: I had named the pool different than the server name, so I needed to add an A record or CNAME Record to DNS to get past. |
끝.