zoukankan      html  css  js  c++  java
  • Error message when you try to use the Live Meeting console to connect to Communications Server 2007: "Live Meeting cannot connect to the meeting."

    这篇文章我觉得比较重要,而且更能了解些从OCS知识大家可以学习下这篇KB

    Error message when you try to use the Live Meeting console to connect to Communications Server 2007: "Live Meeting cannot connect to the meeting."

    Article ID : 938288
    Last Review : December 17, 2007
    Revision : 5.0
     

    SYMPTOMS

    You cannot connect to Microsoft Office Communications Server 2007 by using the Microsoft Office Live Meeting console. You receive the following error message:

    Live Meeting cannot connect to the meeting.
    Wait a few moments, and then try to join the meeting again.
    If you still cannot connect, contact your administrator or technical support.
    Additionally, the following message is logged in the Pwconsole log file:

    Invalid URL Specified.
    Note By default, the Pwconsole log file is enabled. The file can be found in the %Temp% folder.

    On the computer that is running Communications Server 2007, the following event is logged in the Event Viewer Application log:
    OCS Data MCU
    Category 1018
    Event ID: 41059
    Failed to connect External Users because the Download URL is invalid.
    Failure occurrences: NE, since FE.
    

     

    CAUSE

    This issue occurs because Communications Server 2007 is not configured to use an external URL.

     

    RESOLUTION

    Resolution 1

    To resolve this issue, use Windows Management Instrumentation (WMI) to configure the server to use the external URL.

    If you did not configure a fully qualified domain name (FQDN) for an external Web farm when you created the Communications Server 2007 Enterprise pool or when you configured the Communications Server 2007 Standard Edition server, you must manually add this FQDN by using WMI.

    To configure the external Web farm FQDN, follow these steps:
    1. Log on to the computer that is running Communications Server 2007 Standard Edition or Communications Server 2007 Enterprise edition by using an account that is a member of the RTCUniversalServerAdmins group or that has equivalent permissions.
    2. Click Start, click Run, type wbemtest, and then click OK.
    3. In the Windows Management Instrumentation Tester dialog box, click Connect.
    4. In the Connect dialog box, type root\cimv2 in the Namespace box, and then click Connect.
    5. In the Windows Management Instrumentation Tester dialog box, click Query.
    6. In the Query dialog box, type the following in the Enter Query box according to the edition of Communications Server 2007 that you are using, and then click Apply:

    For Communications Server 2007 Enterprise pool

    Select * from MSFT_SIPGroupExpansionSetting where backend="server name\\sql instance"

    For Communications Server 2007 Standard Edition

    Select * from MSFT_SIPGroupExpansionSetting where backend="(local)\\rtc"
    7. In the Query Result dialog box, double-click the result.
    8. Select ExternalDLExpansionWebURL, and then click Edit Property.
    9. In the Property Editor dialog box, click to select the Not NULL option.
    10. In the Value box, type the external Web farm URL in the following format, and then click Save Property and Save Object:
    https://externalurl.domain.com/GroupExpansion/Ext/service.asmx
    11. Click Save Object, and then click Close.
    12. In the Windows Management Instrumentation Tester dialog box, click Query.
    13. In the Query dialog box, type the following in the Enter Query box according to the edition of Communications Server 2007 that you are using, and then click Apply:

    For Communications Server 2007 Enterprise pool

    Select * from MSFT_SIPDataMCUCapabilitySetting where backend="server name\\sql instance"

    For Communications Server 2007 Standard Edition

    Select * from MSFT_SIPDataMCUCapabilitySetting where backend="(local)\\rtc"
    14. In the Query Result dialog box, double-click the result.
    15. Select ExternalClientContentDownloadURL, and then click Edit Property.
    16. In the Property Editor dialog box, click to select the Not NULL option.
    17. In the Value box, type the external Web farm URL in the following format, and then click Save Property and Save Object:
    https://externalurl.domain.com/etc/place/null
    18. Click Save Object, and then click Close.
    19. In the Windows Management Instrumentation Tester dialog box, click Query.
    20. In the Query dialog box, type the following in the Enter Query box according to the edition of Communications Server 2007 that you are using, and then click Apply:

    For Communications Server 2007 Enterprise pool
    Select * from MSFT_SIPAddressBookSetting where backend="server name\\sql instance"

    For Communications Server 2007 Standard Edition
    Select * from MSFT_SIPAddressBookSetting where backend="(local)\\rtc"
    21. In the Query Result dialog box, double-click the result.
    22. Select ExternalURL, and then click Edit Property.
    23. In the Property Editor dialog box, click to select the Not NULL option.
    24. In the Value box, type the external Web farm URL in the following format, and then click Save Property and Save Object:
    https://externalurl.domain.com/abs/Ext/Handler
    25. Click Save Object, and then click Close.
    26. Click Exit.

     

    Resolution 2

    If you did not configure an FQDN for an external Web farm when you created the Communications Server 2007 Enterprise pool or when you configured the Communications Server 2007 Standard Edition server, you can manually change the URLs. To do this, you can use the following LCSCmd commands to configure or change the external URLS that are specified in Table 3 Directories that are used by Web Components servers.

    To configure the external Web farm FQDN, follow these steps:
    1. Log on to the server in the pool by using an account that is a member of RTCUniversalServerAdmins group or that has equivalent permissions.
    2. Open a command prompt.
    3. Move to the "Program Files\Common Files\Microsoft Office Communications Server 2007" directory.
    4. To set the external URL for the Web farm, type the following command:
    Lcscmd /web /action:updatepoolurls /externalwebfqdn:WebfarmFQDN/poolname:poolname
    For example, type the following:
    Lcscmd /web /action:updatepoolurls /externalwebfqdn:contoso.com /poolname:pool2
    To list the external Web farm FQDNs, follow these steps:
    1. Log on to the server in the pool by using an account that is a member of RTCUniversalServerAdmins group or that has equivalent permissions.
    2. Open a command prompt.
    3. Move to the "Program Files\Common Files\Microsoft Office Communications Server 2007" directory.
    4. To list the external URLs for the Web farm, type the following command:
    Lcscmd /web /action:ListWMISettings /poolname:poolName
    For example, type the following:
    Lcscmd /web /action: ListWMISettings /poolname:pool2
    This command creates a remote list of WMI setting values and outputs the location of the report.
    5. Open the file by using Internet Explorer or another Web browser, and then look up the values for the external URLs:
    Lcscmd /web /action:ListWMISettings /poolname:poolName
    For example, look up the following:
    Lcscmd /web /action: ListWMISettings /poolname:pool2
    To clear the external Web farm FQDN, follow these steps:
    1. Log on to the server in the pool by using an account that is a member of RTCUniversalServerAdmins group or that has equivalent permissions.
    2. Open a command prompt.
    3. Move to the "Program Files\Common Files\Microsoft Office Communications Server 2007" directory.
    4. To clear the external URL for the Web farm, type the following command:
    Lcscmd /web /action:clearpoolexternalurls /poolname:poolName
    For example, type the following:
    Lcscmd /web /action:clearpoolexternalurls /poolname:pool2

     


    APPLIES TO
    Microsoft Office Communications Server 2007 Standard Edition
    Microsoft Office Communications Server 2007 Enterprise Edition

     

    Keywords: 
    kbexpertiseinter kbtshoot kberrmsg kbprb KB938288

     

  • 相关阅读:
    IOS-UI- UIScrollView 滚动视图(1)
    git实用攻略(二)
    git实用攻略
    一些技术发展和职业规划的建议
    Spring Data JPA 事务
    配置Slf4j依赖,桥接各种多个日志组件(排除commons-logging依赖的影响)
    Apache Shiro去掉URL中的JSESSIONID
    浏览器缓存介绍之sessionStorage、localStorage、Cookie
    【转】大数据批处理框架 Spring Batch全面解析
    ssl和https协议详解
  • 原文地址:https://www.cnblogs.com/kksip/p/1074140.html
Copyright © 2011-2022 走看看