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

  • 相关阅读:
    解决spring整合quartz,tomcat关闭后,quartz还在运行
    注解 @Resource
    spring 跟 诠释及区别
    This is usually caused by using Struts tags without the associated filter.
    离开中心村进国企——北漂18年(21)
    Android开源项目分类汇总
    AndroidManifest.xml文件详解(service)
    Android相关属性的介绍:android:exported
    Android:关于声明文件中android:process属性说明
    关于 android receiver
  • 原文地址:https://www.cnblogs.com/majiang/p/3614573.html
Copyright © 2011-2022 走看看