Represents a DHCP specific error code

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public enum DHCPErrorCode

VB

Public Enum DHCPErrorCode

C++

public enum class DHCPErrorCode

Members

Member name Description
ERROR_DHCP_REGISTRY_INIT_FAILEDERROR_DHCP_REGISTRY_INIT_FAILEDERROR_DHCP_REGISTRY_INIT_FAILED The DHCP server registry initialization parameters are incorrect.
ERROR_DHCP_DATABASE_INIT_FAILEDERROR_DHCP_DATABASE_INIT_FAILEDERROR_DHCP_DATABASE_INIT_FAILED The DHCP server was unable to open the database of DHCP clients.
ERROR_DHCP_RPC_INIT_FAILEDERROR_DHCP_RPC_INIT_FAILEDERROR_DHCP_RPC_INIT_FAILED The DHCP server was unable to start as a Remote Procedure Call (RPC) server.
ERROR_DHCP_NETWORK_INIT_FAILEDERROR_DHCP_NETWORK_INIT_FAILEDERROR_DHCP_NETWORK_INIT_FAILED The DHCP server was unable to establish a socket connection.
ERROR_DHCP_SUBNET_EXISTSERROR_DHCP_SUBNET_EXISTSERROR_DHCP_SUBNET_EXISTS The specified subnet already exists on the DHCP server.
ERROR_DHCP_SUBNET_NOT_PRESENTERROR_DHCP_SUBNET_NOT_PRESENTERROR_DHCP_SUBNET_NOT_PRESENT The specified subnet does not exist on the DHCP server.
ERROR_DHCP_PRIMARY_NOT_FOUNDERROR_DHCP_PRIMARY_NOT_FOUNDERROR_DHCP_PRIMARY_NOT_FOUND The primary host information for the specified subnet was not found on the DHCP server.
ERROR_DHCP_ELEMENT_CANT_REMOVEERROR_DHCP_ELEMENT_CANT_REMOVEERROR_DHCP_ELEMENT_CANT_REMOVE The specified DHCP element has been used by a client and cannot be removed.
ERROR_DHCP_OPTION_EXISTSERROR_DHCP_OPTION_EXISTSERROR_DHCP_OPTION_EXISTS The specified option already exists on the DHCP server.
ERROR_DHCP_OPTION_NOT_PRESENTERROR_DHCP_OPTION_NOT_PRESENTERROR_DHCP_OPTION_NOT_PRESENT The specified option does not exist on the DHCP server.
ERROR_DHCP_ADDRESS_NOT_AVAILABLEERROR_DHCP_ADDRESS_NOT_AVAILABLEERROR_DHCP_ADDRESS_NOT_AVAILABLE The specified IP address is not available.
ERROR_DHCP_RANGE_FULLERROR_DHCP_RANGE_FULLERROR_DHCP_RANGE_FULL The specified IP address range has all of its member addresses leased.
ERROR_DHCP_JET_ERRORERROR_DHCP_JET_ERRORERROR_DHCP_JET_ERROR An error occurred while accessing the DHCP JET database. For more information about this error, please look at the DHCP server event log.
ERROR_DHCP_CLIENT_EXISTSERROR_DHCP_CLIENT_EXISTSERROR_DHCP_CLIENT_EXISTS The specified client already exists in the database.
ERROR_DHCP_INVALID_DHCP_MESSAGEERROR_DHCP_INVALID_DHCP_MESSAGEERROR_DHCP_INVALID_DHCP_MESSAGE The DHCP server received an invalid message.
ERROR_DHCP_INVALID_DHCP_CLIENTERROR_DHCP_INVALID_DHCP_CLIENTERROR_DHCP_INVALID_DHCP_CLIENT The DHCP server received an invalid message from the client.
ERROR_DHCP_SERVICE_PAUSEDERROR_DHCP_SERVICE_PAUSEDERROR_DHCP_SERVICE_PAUSED The DHCP server is currently paused.
ERROR_DHCP_NOT_RESERVED_CLIENTERROR_DHCP_NOT_RESERVED_CLIENTERROR_DHCP_NOT_RESERVED_CLIENT The specified DHCP client is not a reserved client.
ERROR_DHCP_RESERVED_CLIENTERROR_DHCP_RESERVED_CLIENTERROR_DHCP_RESERVED_CLIENT The specified DHCP client is a reserved client.
ERROR_DHCP_RANGE_TOO_SMALLERROR_DHCP_RANGE_TOO_SMALLERROR_DHCP_RANGE_TOO_SMALL The specified IP address range is too small.
ERROR_DHCP_IPRANGE_EXISTSERROR_DHCP_IPRANGE_EXISTSERROR_DHCP_IPRANGE_EXISTS The specified IP address range is already defined on the DHCP server.
ERROR_DHCP_RESERVEDIP_EXISTSERROR_DHCP_RESERVEDIP_EXISTSERROR_DHCP_RESERVEDIP_EXISTS The specified IP address is currently taken by another client.
ERROR_DHCP_INVALID_RANGEERROR_DHCP_INVALID_RANGEERROR_DHCP_INVALID_RANGE The specified IP address range either overlaps with an existing range or is invalid.
ERROR_DHCP_RANGE_EXTENDEDERROR_DHCP_RANGE_EXTENDEDERROR_DHCP_RANGE_EXTENDED The specified IP address range is an extension of an existing range.
ERROR_DHCP_RANGE_EXTENSION_TOO_SMALLERROR_DHCP_RANGE_EXTENSION_TOO_SMALLERROR_DHCP_RANGE_EXTENSION_TOO_SMALL The specified IP address range extension is too small. The number of addresses in the extension must be a multiple of 32.
ERROR_DHCP_WARNING_RANGE_EXTENDED_LESSERROR_DHCP_WARNING_RANGE_EXTENDED_LESSERROR_DHCP_WARNING_RANGE_EXTENDED_LESS An attempt was made to extend the IP address range to a value less than the specified backward extension. The number of addresses in the extension must be a multiple of 32.
ERROR_DHCP_JET_CONV_REQUIREDERROR_DHCP_JET_CONV_REQUIREDERROR_DHCP_JET_CONV_REQUIRED The DHCP database needs to be upgraded to a newer format. For more information, refer to the DHCP server event log.
ERROR_DHCP_SERVER_INVALID_BOOT_FILE_TABLEERROR_DHCP_SERVER_INVALID_BOOT_FILE_TABLEERROR_DHCP_SERVER_INVALID_BOOT_FILE_TABLE The format of the bootstrap protocol file table is incorrect.
ERROR_DHCP_SERVER_UNKNOWN_BOOT_FILE_NAMEERROR_DHCP_SERVER_UNKNOWN_BOOT_FILE_NAMEERROR_DHCP_SERVER_UNKNOWN_BOOT_FILE_NAME A boot file name specified in the bootstrap protocol file table is unrecognized or invalid.
ERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONGERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONGERROR_DHCP_SUPER_SCOPE_NAME_TOO_LONG The specified superscope name is too long.
ERROR_DHCP_IP_ADDRESS_IN_USEERROR_DHCP_IP_ADDRESS_IN_USEERROR_DHCP_IP_ADDRESS_IN_USE The specified IP address is already in use.
ERROR_DHCP_LOG_FILE_PATH_TOO_LONGERROR_DHCP_LOG_FILE_PATH_TOO_LONGERROR_DHCP_LOG_FILE_PATH_TOO_LONG The specified path to the DHCP audit log file is too long.
ERROR_DHCP_UNSUPPORTED_CLIENTERROR_DHCP_UNSUPPORTED_CLIENTERROR_DHCP_UNSUPPORTED_CLIENT The DHCP server received a request for a valid IP address not administered by the server.
ERROR_DHCP_SERVER_INTERFACE_NOTIFICATION_EVENTERROR_DHCP_SERVER_INTERFACE_NOTIFICATION_EVENTERROR_DHCP_SERVER_INTERFACE_NOTIFICATION_EVENT The DHCP server failed to receive a notification when the interface list changed, therefore some of the interfaces will not be enabled on the server.
ERROR_DHCP_JET97_CONV_REQUIREDERROR_DHCP_JET97_CONV_REQUIREDERROR_DHCP_JET97_CONV_REQUIRED The DHCP database needs to be upgraded to a newer format (JET97). For more information, refer to the DHCP server event log.
ERROR_DHCP_ROGUE_INIT_FAILEDERROR_DHCP_ROGUE_INIT_FAILEDERROR_DHCP_ROGUE_INIT_FAILED The DHCP server cannot determine if it has the authority to run, and is not servicing clients on the network. This rogue status may be due to network problems or insufficient server resources.
ERROR_DHCP_ROGUE_SAMSHUTDOWNERROR_DHCP_ROGUE_SAMSHUTDOWNERROR_DHCP_ROGUE_SAMSHUTDOWN The DHCP service is shutting down because another DHCP server is active on the network.
ERROR_DHCP_ROGUE_NOT_AUTHORIZEDERROR_DHCP_ROGUE_NOT_AUTHORIZEDERROR_DHCP_ROGUE_NOT_AUTHORIZED The DHCP server does not have the authority to run, and is not servicing clients on the network.
ERROR_DHCP_ROGUE_DS_UNREACHABLEERROR_DHCP_ROGUE_DS_UNREACHABLEERROR_DHCP_ROGUE_DS_UNREACHABLE The DHCP server is unable to contact the directory service for this domain. The DHCP server will continue to attempt to contact the directory service. During this time, no clients on the network will be serviced.
ERROR_DHCP_ROGUE_DS_CONFLICTERROR_DHCP_ROGUE_DS_CONFLICTERROR_DHCP_ROGUE_DS_CONFLICT The DHCP server's authorization information conflicts with that of another DHCP server on the network.
ERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISEERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISEERROR_DHCP_ROGUE_NOT_OUR_ENTERPRISE The DHCP server is ignoring a request from another DHCP server because the second server is a member of a different directory service enterprise.
ERROR_DHCP_STANDALONE_IN_DSERROR_DHCP_STANDALONE_IN_DSERROR_DHCP_STANDALONE_IN_DS The DHCP server has detected a directory service environment on the network. If there is a directory service on the network, the DHCP server can only run if it is a part of the directory service. Since the server ostensibly belongs to a workgroup, it is terminating.
ERROR_DHCP_CLASS_NOT_FOUNDERROR_DHCP_CLASS_NOT_FOUNDERROR_DHCP_CLASS_NOT_FOUND The specified DHCP class name is unknown or invalid.
ERROR_DHCP_CLASS_ALREADY_EXISTSERROR_DHCP_CLASS_ALREADY_EXISTSERROR_DHCP_CLASS_ALREADY_EXISTS The specified DHCP class name (or information) is already in use.
ERROR_DHCP_SCOPE_NAME_TOO_LONGERROR_DHCP_SCOPE_NAME_TOO_LONGERROR_DHCP_SCOPE_NAME_TOO_LONG The specified DHCP scope name is too long; the scope name must not exceed 256 characters.
ERROR_DHCP_DEFAULT_SCOPE_EXISTSERROR_DHCP_DEFAULT_SCOPE_EXISTSERROR_DHCP_DEFAULT_SCOPE_EXISTS The default scope is already configured on the server.
ERROR_DHCP_CANT_CHANGE_ATTRIBUTEERROR_DHCP_CANT_CHANGE_ATTRIBUTEERROR_DHCP_CANT_CHANGE_ATTRIBUTE The Dynamic BOOTP attribute cannot be turned on or off.
ERROR_DHCP_IPRANGE_CONV_ILLEGALERROR_DHCP_IPRANGE_CONV_ILLEGALERROR_DHCP_IPRANGE_CONV_ILLEGAL Conversion of a scope to a "DHCP Only" scope or to a "BOOTP Only" scope is not allowed when the scope contains other DHCP and BOOTP clients. Either the DHCP or BOOTP clients should be specifically deleted before converting the scope to the other type.
ERROR_DHCP_NETWORK_CHANGEDERROR_DHCP_NETWORK_CHANGEDERROR_DHCP_NETWORK_CHANGED The network has changed. Retry this operation after checking for network changes. Network changes may be caused by interfaces that are new or invalid, or by IP addresses that are new or invalid.
ERROR_DHCP_CANNOT_MODIFY_BINDINGSERROR_DHCP_CANNOT_MODIFY_BINDINGSERROR_DHCP_CANNOT_MODIFY_BINDINGS The bindings to internal IP addresses cannot be modified.
ERROR_DHCP_SUBNET_PARAMETERS_INCORRECTERROR_DHCP_SUBNET_PARAMETERS_INCORRECTERROR_DHCP_SUBNET_PARAMETERS_INCORRECT The DHCP scope parameters are incorrect. Either the scope already exists, or its properties are inconsistent with the subnet address and mask of an existing scope.
ERROR_DHCP_MSCOPE_EXISTSERROR_DHCP_MSCOPE_EXISTSERROR_DHCP_MSCOPE_EXISTS The DHCP multicast scope parameters are incorrect. Either the scope already exists, or its properties are inconsistent with the subnet address and mask of an existing scope.
ERROR_DHCP_MSCOPE_RANGE_TOO_SMALLERROR_DHCP_MSCOPE_RANGE_TOO_SMALLERROR_DHCP_MSCOPE_RANGE_TOO_SMALL The multicast scope range must have at least 256 IP addresses.
ERROR_DDS_NO_DS_AVAILABLEERROR_DDS_NO_DS_AVAILABLEERROR_DDS_NO_DS_AVAILABLE The DHCP server could not contact Active Directory.
ERROR_DDS_NO_DHCP_ROOTERROR_DDS_NO_DHCP_ROOTERROR_DDS_NO_DHCP_ROOT The DHCP service root could not be found in Active Directory.
ERROR_DDS_UNEXPECTED_ERRORERROR_DDS_UNEXPECTED_ERRORERROR_DDS_UNEXPECTED_ERROR An unexpected error occurred while accessing Active Directory.
ERROR_DDS_TOO_MANY_ERRORSERROR_DDS_TOO_MANY_ERRORSERROR_DDS_TOO_MANY_ERRORS There were too many errors to proceed.
ERROR_DDS_DHCP_SERVER_NOT_FOUNDERROR_DDS_DHCP_SERVER_NOT_FOUNDERROR_DDS_DHCP_SERVER_NOT_FOUND A DHCP service could not be found.
ERROR_DDS_OPTION_ALREADY_EXISTSERROR_DDS_OPTION_ALREADY_EXISTSERROR_DDS_OPTION_ALREADY_EXISTS The specified DHCP options are already present in Active Directory.
ERROR_DDS_OPTION_DOES_NOT_EXISTERROR_DDS_OPTION_DOES_NOT_EXISTERROR_DDS_OPTION_DOES_NOT_EXIST The specified DHCP options are not present in Active Directory.
ERROR_DDS_CLASS_EXISTSERROR_DDS_CLASS_EXISTSERROR_DDS_CLASS_EXISTS The specified DHCP classes are already present in Active Directory.
ERROR_DDS_CLASS_DOES_NOT_EXISTERROR_DDS_CLASS_DOES_NOT_EXISTERROR_DDS_CLASS_DOES_NOT_EXIST The specified DHCP classes are not present in Active Directory.
ERROR_DDS_SERVER_ALREADY_EXISTSERROR_DDS_SERVER_ALREADY_EXISTSERROR_DDS_SERVER_ALREADY_EXISTS The specified DHCP servers are already present in Active Directory.
ERROR_DDS_SERVER_DOES_NOT_EXISTERROR_DDS_SERVER_DOES_NOT_EXISTERROR_DDS_SERVER_DOES_NOT_EXIST The specified DHCP servers are not present in Active Directory.
ERROR_DDS_SERVER_ADDRESS_MISMATCHERROR_DDS_SERVER_ADDRESS_MISMATCHERROR_DDS_SERVER_ADDRESS_MISMATCH The specified DHCP server address does not correspond to the identified DHCP server name.
ERROR_DDS_SUBNET_EXISTSERROR_DDS_SUBNET_EXISTSERROR_DDS_SUBNET_EXISTS The specified subnets are already present in Active Directory.
ERROR_DDS_SUBNET_HAS_DIFF_SUPER_SCOPEERROR_DDS_SUBNET_HAS_DIFF_SUPER_SCOPEERROR_DDS_SUBNET_HAS_DIFF_SUPER_SCOPE The specified subnet belongs to a different superscope.
ERROR_DDS_SUBNET_NOT_PRESENTERROR_DDS_SUBNET_NOT_PRESENTERROR_DDS_SUBNET_NOT_PRESENT The specified subnet is not present in Active Directory.
ERROR_DDS_RESERVATION_NOT_PRESENTERROR_DDS_RESERVATION_NOT_PRESENTERROR_DDS_RESERVATION_NOT_PRESENT The specified reservation is not present in Active Directory.
ERROR_DDS_RESERVATION_CONFLICTERROR_DDS_RESERVATION_CONFLICTERROR_DDS_RESERVATION_CONFLICT The specified reservation conflicts with another reservation present in Active Directory.
ERROR_DDS_POSSIBLE_RANGE_CONFLICTERROR_DDS_POSSIBLE_RANGE_CONFLICTERROR_DDS_POSSIBLE_RANGE_CONFLICT The specified IP address range conflicts with another IP range present in Active Directory.
ERROR_DDS_RANGE_DOES_NOT_EXISTERROR_DDS_RANGE_DOES_NOT_EXISTERROR_DDS_RANGE_DOES_NOT_EXIST The specified IP address range is not present in Active Directory.
Top

Remarks

http://msdn2.microsoft.com/en-us/library/aa363378(VS.85).aspx

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace