Lync 2010与2013共存没法共享PPT白板功能

问题描述:

在将lync 2013与现有lync 2010共存以后,发现用户没法加入在2013池上注册的用户建立的会议,用户会收到这样的错误提示“因为服务器链接问题,一些共享功能不可用”。前端

解决方法:

检查lync 2013前端事件日志发现有以下报错:服务器

Source: LS MCU Factory
Date: 09/04/2013 17:22:32
Event ID: 51048
Task Category: (1021)
Level: Error
Keywords: Classic
User: N/A
Computer: fe2013-1.domain.local
Description:
McuFactory could not find the pool associated with one of the conference directories.
Failed to read pool FQDN associated with conference directory 5.
Cause: The pool associated with the conference directory does not exist anymore.
Resolution:
Conference directories without a valid pool associated can be deleted using management tools.dom

如何修复呢?
运行命令“Get-CsConferenceDirectory”,能够看到咱们正在使用的会议目录。
Lync 2010与2013共存没法共享PPT白板功能ide

从上面的输出中能够看出,旧的OCS 2007 R2环境(BackCompatSite)中仍然存在会议目录。好久之前,BackCompatSite已从Lync 2010拓扑中删除,因此我不肯定为何它仍然被引用。如今咱们能够发现,它与Lync 2013 FE服务器上的错误具备相同的标识(没法读取与会议目录5关联的池FQDN)。为了解决这个问题,我经过运行如下命令删除了BackCompatSite会议目录(其中5是我要删除的会议目录的标识):
Remove-CsConferenceDirectory -Identity 5 -Force
从新启动Lync 2013 FE服务器后,用户能够建立和加入会议。从这个解决方法看起来Lync 2010对于这个旧的BackCompatSite会议目录是支持,但Lync 2013却没有支持!3d

相关文章
相关标签/搜索