Wednesday, September 28, 2011

HRESULTS: FACILITY_MAX_WDSTPTMGMT


This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.

CodeHRESULTDescription#define
2560xC1100100 The property is invalid. WDSTPTMGMT_E_INVALID_PROPERTY
2570xC1100101 The operation is invalid. WDSTPTMGMT_E_INVALID_OPERATION
2580xC1100102 The interface pointer passed to the method has an invalid underlying class. Only library classes are supported. WDSTPTMGMT_E_INVALID_CLASS
2590xC1100103 A content provider with the specified name is already registered on the server. WDSTPTMGMT_E_CONTENT_PROVIDER_ALREADY_REGISTERED
2600xC1100104 The specified content provider is not registered on the server. WDSTPTMGMT_E_CONTENT_PROVIDER_NOT_REGISTERED
2610xC1100105 The specified content provider name is invalid. The name must be 1 to 255 characters long and cannot contain a backslash (\) character. WDSTPTMGMT_E_INVALID_CONTENT_PROVIDER_NAME
2620xC1100106 The Windows Deployment Services Transport Server role service has not been configured on the server. WDSTPTMGMT_E_TRANSPORT_SERVER_ROLE_NOT_CONFIGURED
2630xC1100107 The specified namespace is already registered on the server. WDSTPTMGMT_E_NAMESPACE_ALREADY_REGISTERED
2640xC1100108 The specified namespace is not registered on the server. WDSTPTMGMT_E_NAMESPACE_NOT_REGISTERED
2650xC1100109 The object has already been initialized and cannot be reinitialized. WDSTPTMGMT_E_CANNOT_REINITIALIZE_OBJECT
2660xC110010A The specified namespace name is invalid. The name must be 1 to 255 characters long and cannot contain a backslash (\) character. WDSTPTMGMT_E_INVALID_NAMESPACE_NAME
2670xC110010B The namespace contains invalid or unknown data. WDSTPTMGMT_E_INVALID_NAMESPACE_DATA
2680xC110010C The namespace data cannot be modified because it is or has been previously registered on the server. WDSTPTMGMT_E_NAMESPACE_READ_ONLY
2690xC110010D The scheduled start time for the namespace is invalid. WDSTPTMGMT_E_INVALID_NAMESPACE_START_TIME
2700xC110010E The specified diagnostics components mask contains invalid or unknown components. WDSTPTMGMT_E_INVALID_DIAGNOSTICS_COMPONENTS
2710xC110010F The object contains unsaved changes. The object data cannot be refreshed until you commit or discard the changes. WDSTPTMGMT_E_CANNOT_REFRESH_DIRTY_OBJECT
2720xC1100110 The specified IP address range is invalid. The start and end IP addresses must be valid and the start IP address must be less than or equal to the end IP address. WDSTPTMGMT_E_INVALID_SERVICE_IP_ADDRESS_RANGE
2730xC1100111 The specified service port range is invalid. The start port must be less than or equal to the end port, and both values must be between 1025 and 65536, inclusive. WDSTPTMGMT_E_INVALID_SERVICE_PORT_RANGE
2740xC1100112 The start parameters for the namespace are invalid. WDSTPTMGMT_E_INVALID_NAMESPACE_START_PARAMETERS
2750xC1100113 The Windows Deployment Services Transport Server is unavailable. WDSTPTMGMT_E_TRANSPORT_SERVER_UNAVAILABLE
2760xC1100114 The specified namespace has never been registered on the server. WDSTPTMGMT_E_NAMESPACE_NOT_ON_SERVER
2770xC1100115 The specified namespace has been unregistered and removed from the server. WDSTPTMGMT_E_NAMESPACE_REMOVED_FROM_SERVER
2780xC1100116 The specified IP address is invalid. The IP address must be a well formed value of the correct type. WDSTPTMGMT_E_INVALID_IP_ADDRESS
2790xC1100117 The specified IPv4 address is not valid for multicast. IPv4 multicast addresses must be in the range 224.0.1.0 to 239.255.255.255. WDSTPTMGMT_E_INVALID_IPV4_MULTICAST_ADDRESS
2800xC1100118 The specified IPv6 address is not valid for multicast. IPv6 multicast addresses must start with FF (for example, FF15::FF). WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS
2810xC1100119 The Windows Deployment Services Transport Server does not support IPv6. WDSTPTMGMT_E_IPV6_NOT_SUPPORTED
2820xC110011A The specified IPv6 multicast address source is invalid. Transport Server only supports using IPv6 multicast addresses from a range. WDSTPTMGMT_E_INVALID_IPV6_MULTICAST_ADDRESS_SOURCE
2830xC110011B The specified multistream stream count is invalid. The stream count must be set to either 2 or 3. WDSTPTMGMT_E_INVALID_MULTISTREAM_STREAM_COUNT
2840xC110011C The specified AutoDisconnect threshold is invalid. The threshold must be set to a value between 1 KBps and 4194303 KBps, inclusive. WDSTPTMGMT_E_INVALID_AUTO_DISCONNECT_THRESHOLD
2850xC110011D You cannot configure the multicast session policy on this Transport Server. This policy is only supported on Windows Server 2008 R2 and later. WDSTPTMGMT_E_MULTICAST_SESSION_POLICY_NOT_SUPPORTED
2860xC110011E The specified slow-client handling type is not valid. WDSTPTMGMT_E_INVALID_SLOW_CLIENT_HANDLING_TYPE
2870xC110011F This Windows Deployment Services Transport Server does not support network profiles. WDSTPTMGMT_E_NETWORK_PROFILES_NOT_SUPPORTED
2880xC1100120 The Windows Deployment Services Transport Server does not support UDP port policy. WDSTPTMGMT_E_UDP_PORT_POLICY_NOT_SUPPORTED
2890xC1100121 The Windows Deployment Services Transport Server does not support the TFTP maximum block size setting. WDSTPTMGMT_E_TFTP_MAX_BLOCKSIZE_NOT_SUPPORTED
2900xC1100122 The Windows Deployment Services Transport Server does not support the TFTP variable window extension. WDSTPTMGMT_E_TFTP_VAR_WINDOW_NOT_SUPPORTED
2910xC1100123 The specified TFTP maximum block size is invalid. It must be either 0 or between 512 and 65531, inclusive. WDSTPTMGMT_E_INVALID_TFTP_MAX_BLOCKSIZE

No comments:

Post a Comment