This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
Code | HRESULT | Description | #define |
---|---|---|---|
256 | 0xC1210100 | The request for content was rejected because shutdown is in progress for specified session. | WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS |
257 | 0xC1210101 | The Content Provider did not register required callbacks. | WDSMCS_E_REQCALLBACKS_NOT_REG |
258 | 0xC1210102 | The supported version reported by Content Provider is incompatible. | WDSMCS_E_INCOMPATIBLE_VERSION |
259 | 0xC1210103 | The specified content was not found. | WDSMCS_E_CONTENT_NOT_FOUND |
260 | 0xC1210104 | The specified client was not found. | WDSMCS_E_CLIENT_NOT_FOUND |
261 | 0xC1210105 | The specified namespace was not found. | WDSMCS_E_NAMESPACE_NOT_FOUND |
262 | 0xC1210106 | The specified content provider was not found. | WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND |
263 | 0xC1210107 | The specified namespace already exists. | WDSMCS_E_NAMESPACE_ALREADY_EXISTS |
264 | 0xC1210108 | Namespace is in pending close state. | WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS |
265 | 0xC1210109 | The namespace has already started. | WDSMCS_E_NAMESPACE_ALREADY_STARTED |
266 | 0xC121010A | The namespace cannot be started because there are no clients in the namespace. | WDSMCS_E_NS_START_FAILED_NO_CLIENTS |
267 | 0xC121010B | The specified start time is in the past. | WDSMCS_E_START_TIME_IN_PAST |
268 | 0xC121010C | A packet was received without a hash. | WDSMCS_E_PACKET_NOT_HASHED |
269 | 0xC121010D | A packet was received without a signature. | WDSMCS_E_PACKET_NOT_SIGNED |
270 | 0xC121010E | A signed or hashed packet was received. | WDSMCS_E_PACKET_HAS_SECURITY |
271 | 0xC121010F | A packet was received without checksum. | WDSMCS_E_PACKET_NOT_CHECKSUMED |
272 | 0xC1210110 | The client does not support the required security mode. | WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE |
512 | 0x41210200 | 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 |
513 | 0xC1210201 | 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 |
514 | 0xC1210202 | 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 |
515 | 0xC1210203 | 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 |
592 | 0xC1210250 | 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 |
593 | 0xC1210251 | 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 |
594 | 0xC1210252 | The Content Provider %1 loaded from %2 failed to initialize. %n %n Error Information: %3 %n | EVT_WDSMCS_E_CP_INIT_FUNC_FAILED |
595 | 0xC1210253 | The Content Provider %1 is incompatible with this version of Windows Deployment Multicast Server. %n | EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION |
596 | 0xC1210254 | The Content Provider %1 did not register required callbacks during its initialization. %n | EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG |
597 | 0xC1210255 | The shutdown function for Content Provider %1 failed. %n %n Error Information: %2 %n | EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED |
598 | 0xC1210256 | The Content Provider %1 did not release %2 memory allocation(s) after its shutdown function has successfully returned. | EVT_WDSMCS_E_CP_MEMORY_LEAK |
599 | 0xC1210257 | 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 |
600 | 0xC1210258 | 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 |
601 | 0xC1210259 | 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 |
602 | 0x8121025A | 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 |
603 | 0xC121025B | 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 |
768 | 0xC1210300 | 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 |
769 | 0xC1210301 | 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 |
770 | 0xC1210302 | 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 |
771 | 0xC1210303 | 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