zoukankan      html  css  js  c++  java
  • lync2013 错误: 已为不同的传输层安全性(TLS)目标找到类型为“McxInternal”且完全限定的域名(FQDN)为

    最近 练习安装lync2013 在发布拓扑结构时遇到如下错误:

     lync 错误: 已为不同的传输层安全性(TLS)目标找到类型为“McxInternal”且完全限定的域名(FQDN)为“lync.contoso.com”的受信任服务器。
    在网上找了很久才找到解决方案。

    This post is following on from “Lync 2013: Topology Builder encountered an issue and cannot publish this topology” after correcting the issue on my previous blog post I ran into the following issue;

    A trusted server with the type “McxInternal” and the fully qualified domain name (FQDN) “EE01.lyncme.local” was found for a different Transport Layer Security (TLS) target

    1

    The error was also point to

    • A trusted server with type “McxExternal”
    • A trusted server with type “Microsoft.Rtc.Applications.Testbot”

    The resolution for this was to open ADSI Edit and Select Configuration

    2

    Browse to CN=Services,CN=RTC Service,CN=Trusted Services and in here you will find the records that specify to McxInternal etc..

    I suggest checking the records manually to see what they reference before deleting them. In my case all the records could be deleted as they was referencing to Servers and Pools names of my Lab which is not being used.

    5

    6 7

    After deleting the none require records go back to your “Topology Builder” and “Re-Publish”. It should complete successfully

    8

    And In my case the warning was referencing the below error because of using a service account to install Lync 2013

    9

    Regards

    最近 练习安装lync2013 在发布拓扑结构时遇到如下错误:

     lync 错误: 已为不同的传输层安全性(TLS)目标找到类型为“McxInternal”且完全限定的域名(FQDN)为“lync.contoso.com”的受信任服务器。
    在网上找了很久才找到解决方案。

    This post is following on from “Lync 2013: Topology Builder encountered an issue and cannot publish this topology” after correcting the issue on my previous blog post I ran into the following issue;

    A trusted server with the type “McxInternal” and the fully qualified domain name (FQDN) “EE01.lyncme.local” was found for a different Transport Layer Security (TLS) target

    1

    The error was also point to

    • A trusted server with type “McxExternal”
    • A trusted server with type “Microsoft.Rtc.Applications.Testbot”

    The resolution for this was to open ADSI Edit and Select Configuration

    2

    Browse to CN=Services,CN=RTC Service,CN=Trusted Services and in here you will find the records that specify to McxInternal etc..

    I suggest checking the records manually to see what they reference before deleting them. In my case all the records could be deleted as they was referencing to Servers and Pools names of my Lab which is not being used.

    5

    6 7

    After deleting the none require records go back to your “Topology Builder” and “Re-Publish”. It should complete successfully

    8

    And In my case the warning was referencing the below error because of using a service account to install Lync 2013

    9

    Regards

  • 相关阅读:
    T-Sql 递归查询(给定节点查所有父节点、所有子节点的方法)
    禁用鼠标选中文字
    org.springframework.dao.InvalidDataAccessApiUsageException错误
    eclipse/myeclipse遇到的问题及解决方法
    WPF制作圆角窗体思路
    程序关闭后台进行
    转:Excel—“撤销工作表保护密码”的破解并获取原始密码
    C#压缩图片——高质量压缩方式
    【转载】.NET模拟POST登录并保持登录状态
    C#导出Excel,并设置简单格式
  • 原文地址:https://www.cnblogs.com/majiang/p/3614573.html
Copyright © 2011-2022 走看看