Live Communications Server Service Does Not Start When You Restart the Computer (830525)
The information in this article applies to:
- Microsoft Office Live Communications Server 2003
SYMPTOMSImportant This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry When you restart your Microsoft Office Live Communications Server 2003 computer, you may intermittently experience all the following symptoms: - When you start the Live Communications Server utility, and then expand the Servers node, you receive the following error message:
The computer is not part of a domain, network connection is lost or you do not have sufficient privileges to administer the User Services and Global Settings. Make sure network connectivity is available. For more information about network troubleshooting, see Windows Help. If the computer is part of a domain, please log on with the proper credentials. You receive this message even though your computer is a member of the domain, and you have logged on with the correct credentials. - When you start the Services Control Panel tool, you notice that the Live Communications Server service is not started even though the startup type is set to Automatic.
- The following events appear in the application log in Event Viewer:Event Source: Live Communications Ser
Event Category: (1000) Event ID: 16415 Date: date Time: time Type: Error User: N/A Computer: servername Description: Unable to initialize the registration component, error code is:0xc0700007 (Initialize failure. Failed to initialize the WMI configuration.). The service has to stop.-and- Event Source: Live Communications Us Event Category: (1006) Event ID: 7 Date: date Time: time Type: Error User: N/A Computer: servername Description: Initialize failure. Failed to initialize the WMI configuration.-and-Event Source: Live Communications Us Event Category: (1006) Event ID: 20482 Date: date Time: time Type: Error User: N/A Computer: servername Description: Server could not register for notifications for configuration changes for the class MSFT_SIPESGlobalRegistrarSetting from WMI Provider. - The following event appears in the system log in Event Viewer:Event Source: DHCP
Event Category: None Event ID: 1002 Date: date Time: time Type: Error User: N/A Computer: servername Description: The IP address lease ip address for the Network Card with network address MAC address has been denied by the DHCP server dhcpServer IP address (The DHCP Server sent a DHCPNACK message). - If you try to manually start the Live Communications Server service, you receive the following error message:
Windows could not start the Live Communications Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code -1066401785.
CAUSEThis issue may occur if all the following conditions are true: - The Live Communications Server is configured to obtain its IP address information from a Dynamic Host Configuration Protocol (DHCP) server.
- The Live Communications Server and the DHCP server are on a 100 Mbps network that supports Full-Duplex.
- The network adapter configuration on the Live Communications Server computer, the DHCP server, or both, have a media type set to Auto Detect.
Note This option may also appear as Auto select and other phrases, depending on your network adapter device.
In this scenario, when you restart the Live Communications Server computer, it may not be able to obtain an IP address from the DHCP server. Because of this, the Live Communications Server service cannot obtain its configuration information from the Active Directory directory service. In some instances, the network stack has not completely loaded and network dependent services, such as Live Communications Server, may not start. You will be able to start the service manually after the computer restarts. To confirm that this is the case, use method 3 in the "Workaround" section of this article to create a batch file to start the Live Communications Server service.
WORKAROUNDTo work around this issue, use one of the following methods: Method 1: Configure the Network Media TypeModify the network adapter properties on the Live Communications Server computer to match those on the DHCP server. Specifically, set the media type to 100 Mbps Full-Duplex on both the Live Communications Server computer and the DHCP server computer. To do this, follow these steps: - Click Start, point to Control Panel, point to Network Connections, right-click Local Area Connection, and then click Properties.
- Click Configure, and then click the Advanced tab.
- In the Property box, click Media Type (or click the similar option that corresponds to your network adapter).
- In the Value list, click 100 Mbps Full-Duplex, and then click OK.
- Restart the Live Communications Server computer.
Method 2: Assign a Static IP AddressConfigure the Live Communications Server with a static IP address, clear the DNS resolver cache, and then start the Live Communications Server service. To do this, follow these steps: - Click Start, point to Control Panel, point to Network Connections, right-click Local Area Connection, and then click Properties.
- Specify the IP address information for the following items, and then click OK two times.
IP address Subnet mask Default gateway Preferred DNS server Alternate DNS server - Create a reservation for this IP address on your DHCP server so that it does not assign this IP address to another computer on the network.
- Clear the DNS resolver cache on the Live Communications Server computer. To do this:
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type ipconfig /flushdns, and then press ENTER.
- Type ipconfig /registerdns, and then press ENTER.
- Start Live Communications Server. To do this, type net start rtcsrv, and then press ENTER.
Method 3: Create a Batch File that Delays the Start of the Live Communication Server Services Use the Sleep.exe utility that is part of the Windows 2000 and Windows Server 2003 Resource Kits to create this batch file. The file waits 60 seconds (or more) and then starts the RTCSRV service and the RTClog service (IM archiving agent) if these services are installed. You can run the batch file from the RUN key in the registry. To create this batch file, follow these steps: - Put the Sleep.exe utility in the %systemroot%\sytem32 directory.
- Create a batch file. Name it LCSstart.bat. Put the file in the C:\ directory, and then put the following statements in the file: sleep 60 net start rtcsrv net start RTClog.
- Start Registry Editor, and then locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. - Create a new sting value. Name the string LCS Start and give it the value c:\LCSstart.bat.
- Restart the server, and then confirm that the Live Communications Server service has started.
Modification Type: | Major | Last Reviewed: | 1/29/2004 |
---|
Keywords: | kbEventLog kbprb KB830525 kbAudITPRO |
---|
|
|
©2004 Microsoft Corporation. All rights reserved.
|
|