Wednesday, September 28, 2011

HRESULTS: FACILITY_WDSMCSERVER


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

CodeHRESULTDescription#define
2560xC1210100 The request for content was rejected because shutdown is in progress for specified session. WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS
2570xC1210101 The Content Provider did not register required callbacks. WDSMCS_E_REQCALLBACKS_NOT_REG
2580xC1210102 The supported version reported by Content Provider is incompatible. WDSMCS_E_INCOMPATIBLE_VERSION
2590xC1210103 The specified content was not found. WDSMCS_E_CONTENT_NOT_FOUND
2600xC1210104 The specified client was not found. WDSMCS_E_CLIENT_NOT_FOUND
2610xC1210105 The specified namespace was not found. WDSMCS_E_NAMESPACE_NOT_FOUND
2620xC1210106 The specified content provider was not found. WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND
2630xC1210107 The specified namespace already exists. WDSMCS_E_NAMESPACE_ALREADY_EXISTS
2640xC1210108 Namespace is in pending close state. WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS
2650xC1210109 The namespace has already started. WDSMCS_E_NAMESPACE_ALREADY_STARTED
2660xC121010A The namespace cannot be started because there are no clients in the namespace. WDSMCS_E_NS_START_FAILED_NO_CLIENTS
2670xC121010B The specified start time is in the past. WDSMCS_E_START_TIME_IN_PAST
2680xC121010C A packet was received without a hash. WDSMCS_E_PACKET_NOT_HASHED
2690xC121010D A packet was received without a signature. WDSMCS_E_PACKET_NOT_SIGNED
2700xC121010E A signed or hashed packet was received. WDSMCS_E_PACKET_HAS_SECURITY
2710xC121010F A packet was received without checksum. WDSMCS_E_PACKET_NOT_CHECKSUMED
2720xC1210110 The client does not support the required security mode. WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE
5120x41210200 The Windows Deployment Multicast server successfully read its configuration settings. The Windows Deployment Multicast server will now process incoming client requests. EVT_WDSMCS_S_PARAMETERS_READ
5130xC1210201 An error occurred while trying to read the configuration information. The Windows Deployment Multicast server will not process incoming client requests. %n %n Error Information: %1 %n EVT_WDSMCS_E_PARAMETERS_READ_FAILED
5140xC1210202 The multicast IP address %1 is being used by another Windows Deployment Services server, which has IP %2. Use the Windows Deployment Services management tools to configure your multicast IP address range to avoid this multicast IP address. If you allow this overlap to continue, your network usage will be increased. EVT_WDSMCS_E_DUPLICATE_MULTICAST_ADDR
5150xC1210203 The multicast IP address %1 is being used by another multicast server, which has IP %2. Use the Windows Deployment Services management tools to configure your multicast IP address range to avoid this multicast IP address. If you allow this overlap to continue, your network usage will be increased. EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR
5920xC1210250 An error occurred while trying to load the module %1 for Content Provider %2. %n %n Error Information: %3 %n EVT_WDSMCS_E_CP_DLL_LOAD_FAILED
5930xC1210251 The module %1 for Content Provider %2 does not export the initialization function %3. %n %n Error Information: %4 %n EVT_WDSMCS_E_CP_INIT_FUNC_MISSING
5940xC1210252 The Content Provider %1 loaded from %2 failed to initialize. %n %n Error Information: %3 %n EVT_WDSMCS_E_CP_INIT_FUNC_FAILED
5950xC1210253 The Content Provider %1 is incompatible with this version of Windows Deployment Multicast Server. %n EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION
5960xC1210254 The Content Provider %1 did not register required callbacks during its initialization. %n EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG
5970xC1210255 The shutdown function for Content Provider %1 failed. %n %n Error Information: %2 %n EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED
5980xC1210256 The Content Provider %1 did not release %2 memory allocation(s) after its shutdown function has successfully returned. EVT_WDSMCS_E_CP_MEMORY_LEAK
5990xC1210257 The Content Provider %1 returned an error while trying to open a new instance. %n %n Configuration: %2 %n Error Information: %3 %n EVT_WDSMCS_E_CP_OPEN_INSTANCE_FAILED
6000xC1210258 The Content Provider %1 returned an error while trying to close an instance. %n %n Error Information: %2 %n EVT_WDSMCS_E_CP_CLOSE_INSTANCE_FAILED
6010xC1210259 The Content Provider %1 returned an error while trying to open content %2. %n %n Error Information: %3 %n EVT_WDSMCS_E_CP_OPEN_CONTENT_FAILED
6020x8121025A The Content Provider %1 failed to initialize. The provider is marked as non-critical. WDS Multicast server will continue to start.%n %n Error Information: %2 %n EVT_WDSMCS_W_CP_DLL_LOAD_FAILED_NOT_CRITICAL
6030xC121025B The Content Provider %1 failed to initialize. The provider is marked as critical. WDS Multicast server will fail to start.%n %n Error Information: %2 %n EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL
7680xC1210300 The ScheduledCast namespace %1 using content provider %2 could not be registered as it starts in the past. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST
7690xC1210301 The namespace %1 using content provider %2 could not be registered as the content provider is not registered. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG
7700xC1210302 The namespace %1 using content provider %2 could not be registered as a namespace by that name already exists. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n EVT_WDSMCS_E_NSREG_NAMESPACE_EXISTS
7710xC1210303 The namespace %1 using content provider %2 could not be registered due to an unknown error. %n %n Error Information: %3 %n EVT_WDSMCS_E_NSREG_FAILURE

No comments:

Post a Comment