lync enable topology 错误一例
原创
©著作权归作者所有:来自51CTO博客作者yylmz的原创作品,请联系作者获取转载授权,否则将追究法律责任
lync enable topology 错误一例
https://blog.51cto.com/u_4763146/893034
lync enable topology 错误一例
https://blog.51cto.com/u_4763146/893034
Error: An error occurred: "Microsoft.Rtc.Management.Deployment.ActiveDirectoryException" "Multiple pool objects found in Active Directory with the name 1:2 or FQDN abc.contoso.com. Ensure your deployment does not use conflicting pool information, and clean up any stale entries from deactivated pools to continue."
1. Open the ADSIEDIT.MSC tool from Server 2008 based computer that you have it installed on.
2. With the top node ADSI Edit highlighted choose Connect To from the Action menu.
3. Choose the Select a well known Naming Context option in the Connection Settings dialog.
4. Use the Select a well known Naming Context selection to choose Configuration.
5. Click on the OK button to add the Configuration context to the ADSIEDIT object viewer.
6. Expand the Configuration container to browse to CN=Pools,CN=RTC Service,CN=Services,CN=Configuration,DC=Contoso,DC=com.
7. Select CN=Pools and view the Pool entry information in the Details pane.
8. Locate entries that should be listed in the Name column.
9. Select the Pool that is represented by the Name value.
10. From the ADSIEDIT Action menu choose the Delete menu item.
Warning Remember that deletions from Active Directory, directory service using the ADSIEDIT.MSC tool are immediate and will become part of the next Active Directory replication cycle.
11. Choose the Yes button when prompted.
12. Make sure that Active Directory, directory service replication has completed the replication of the deleted Pool entry.
13. Return to the Lync Server 2010 Topology Builder and continue with the Publish topology.
举报文章
请选择举报类型
内容侵权
涉嫌营销
内容抄袭
违法信息
其他
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M
相关文章
-
python3教程:控制Python浮点数输出位数
在Python的一些长效任务中,不可避免的需要向文本文件、二进制文件或者数据库中写入一些数据,或
python 开发语言 有效数字 浮点数 -
Spring MVC 中的 Controller 是多例还是单列
根据Tomcat官网中的介绍,对于一个浏览器请求,tomcat会指定一个处理线程
spring mvc 单例模式 成员变量 tomcat -
【第95题】JAVA高级技术-网络编程14(简易聊天室9:使用Socket传递音频)
聊天室
java 网络 开发语言 100例 字节数组 -
Python3教程:异常处理总结
python用异常对象(expection object)来表示异常情况。遇到错误后,会引发异常。
python 开发语言 ide 错误信息 -
DAY 3 数组,前置后置,字符空间,关键词和地址指针
day3
局部变量 源文件 全局变量
Iris156629 2012-10-17