DHCP Service Errors 1002 and 1041 May Be Logged in the System Event Log (298490)



The information in this article applies to:

  • Microsoft Windows 2000 Server

This article was previously published under Q298490

SYMPTOMS

The Dynamic Host Configuration Protocol (DHCP) service may not distribute Internet Protocol (IP) addresses or scope options to requesting client computers. When you examine Event Viewer, the following errors may be logged in the System event log:
Event ID: 1002
Type: Error
Source: DHCPServer
Description: The DHCP service failed to initialize its global parameters. The following error occurred: %%0.
Event ID: 1041
Type: Warning
Source: DHCP Server
Description: The DHCP service is not servicing any clients because none of the active network interfaces have statically configured IP addresses, or there are no active interfaces.

CAUSE

This behavior can occur because the DHCP server service is not bound to a statically-configured Transmission Control Protocol/Internet Protocol (TCP/IP) adapter, which is usually the internal adapter.

NOTE: If the network cable is not attached to the network, Windows will not allow any service to bind to TCP/IP.

RESOLUTION

To resolve this behavior, configure the bindings for the DHCP Server service:
  1. Click Start, point to Programs, click Administrative Tools, and then click DHCP.
  2. In the DHCP Console, right-click the server object, and then click Properties.
  3. Click the Advanced tab, and then click Bindings.
  4. Under Connections and Server Bindings, enable the user interface that is to be used to service DHCP client requests.
  5. Click OK, click OK, and then close the DHCP Console.
  6. Click Start, point to Programs, click Administrative Tools, and then click Services.
  7. Locate and restart the DHCP server service.

MORE INFORMATION

The DHCP bindings enable you to select the connections that the DHCP server service binds to and uses when it services clients. When the option is selected, the connection is used to service DHCP clients. When the option is not selected, the connection is not used to service DHCP clients.

For more information, refer to "Multihomed DHCP servers" in Windows 2000 Help.

Modification Type:MinorLast Reviewed:1/27/2006
Keywords:kbDHCP kberrmsg kbPerformance kbprb w2000perf KB298490