Error message : "Live Meeting cannot connect to the meeting."

8626 단어 직장Errormessage
이 글은 제가 생각하기에 비교적 중요하고 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:
일.
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.
이.
Click Start, click Run, type wbemtest, and then click OK.
삼.
In the Windows Management Instrumentation Tester dialog box, click Connect.
사.
In the Connect dialog box, type root\cimv2 in the Namespace box, and then click Connect.
오.
In the Windows Management Instrumentation Tester dialog box, click Query.
육.
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"
칠.
In the Query Result dialog box, double-click the result.
팔.
Select ExternalDLExpansionWebURL, and then click Edit Property.
구.
In the Property Editor dialog box, click to select the Not NULL option.
십.
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
십일.
Click Save Object, and then click Close.
십이.
In the Windows Management Instrumentation Tester dialog box, click Query.
십삼.
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"
십사.
In the Query Result dialog box, double-click the result.
십오.
Select ExternalClientContentDownloadURL, and then click Edit Property.
십육.
In the Property Editor dialog box, click to select the Not NULL option.
십칠.
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
십팔.
Click Save Object, and then click Close.
십구.
In the Windows Management Instrumentation Tester dialog box, click Query.
이십.
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:
일.
Log on to the server in the pool by using an account that is a member of RTCUniversalServerAdmins group or that has equivalent permissions.
이.
Open a command prompt.
삼.
Move to the "Program Files\Common Files\Microsoft Office Communications Server 2007"directory.
사.
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:
일.
Log on to the server in the pool by using an account that is a member of RTCUniversalServerAdmins group or that has equivalent permissions.
이.
Open a command prompt.
삼.
Move to the "Program Files\Common Files\Microsoft Office Communications Server 2007"directory.
사.
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.
오.
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:
일.
Log on to the server in the pool by using an account that is a member of RTCUniversalServerAdmins group or that has equivalent permissions.
이.
Open a command prompt.
삼.
Move to the "Program Files\Common Files\Microsoft Office Communications Server 2007"directory.
사.
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
 

좋은 웹페이지 즐겨찾기