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

  • 相关阅读:
    DLL导出类避免地狱问题的完美解决方案
    WorldWind源码剖析系列:影像图层类ImageLayer
    WorldWind源码剖析系列:插件类Plugin、插件信息类PluginInfo和插件编译器类PluginCompiler
    多线程中的锁系统(一)-基础用法
    [转]分布式计算框架综述
    C#自定义控件开发
    GDI+编程小结
    C#自定义控件
    WorldWind源码剖析系列:窗口定制控件类WorldWindow
    WorldWind源码剖析系列:四叉树瓦片集合类QuadTileSet
  • 原文地址:https://www.cnblogs.com/majiang/p/3614573.html
Copyright © 2011-2022 走看看