Windows MDM Errors
This topic lists common Windows MDM error codes, their names, and descriptions to help identify and troubleshoot issues encountered during device management. Each error entry includes the Win32 error code and a brief explanation of the problem. Use this reference to diagnose and resolve Windows MDM configuration errors efficiently.
| Error Name | Win32 Error Code | Description |
|---|---|---|
| CFGMGR_E_INVALIDNODEOPTIONS | 0x86000000 | The node options provided are invalid |
| CFGMGR_E_INVALIDDATATYPE | 0x86000001 | The data type is invalid. |
| CFGMGR_E_NODENOTFOUND | 0x86000002 | The specified node doesn’t exist. |
| CFGMGR_E_ILLEGALOPERATIONINATRANSACTION | 0x86000003 | The operation is illegal inside of a transaction. |
| CFGMGR_E_ILLEGALOPERATIONOUTSIDEATRANSACTION | 0x86000004 | The operation is illegal outside of a transaction. |
| CFGMGR_E_ONEORMOREEXECUTIONFAILURES | 0x86000005 | One or more commands failed to Execute. |
| CFGMGR_E_ONEORMORECANCELFAILURES | 0x86000006 | One or more commands failed to revert during the cancel. |
| CFGMGR_S_COMMANDFAILEDDUETOTRANSACTIONROLLBACK | 0x06000007 | The command was executed, but the transaction failed so the command was rolled back successfully. |
| CFGMGR_E_COMMITFAILURE | 0x86000008 | The transaction failed during the commit phase. |
| CFGMGR_E_ROLLBACKFAILURE | 0x86000009 | The transaction failed during the rollback phase. |
| CFGMGR_E_ONEORMORECLEANUPFAILURES | 0x8600000A | One or more commands failed during the cleanup phase after the transactions were committed. |
| CFGMGR_E_CONFIGNODESTATEOBJECTNOLONGERVALID | 0x8600000B | The IConfigNodeState interface may not be used after the validation call. |
| CFGMGR_E_CSPREGISTRATIONCORRUPT | 0x8600000C | The CSP registration in the registry is corrupted. |
| CFGMGR_E_NODEFAILEDTOCANCEL | 0x8600000D | The cancel operation failed on the node. |
| CFGMGR_E_DEPENDENTOPERATIONFAILURE | 0x8600000E | The operation failed on the node because of a prior operation failure. |
| CFGMGR_E_CSPNODEILLEGALSTATE | 0x8600000F | The requested command failed because the node is in an invalid state. |
| CFGMGR_E_REQUIRESINTERNALTRANSACTIONING | 0x86000010 | The node must be internally transactioned to call this command. |
| CFGMGR_E_COMMANDNOTALLOWED | 0x86000011 | The requested command is not allowed on the target. |
| CFGMGR_E_INTERCSPOPERATION | 0x86000012 | Inter-CSP copy and move operations are illegal. |
| CFGMGR_E_PROPERTYNOTSUPPORTED | 0x86000013 | The requested property is not supported by the node. |
| CFGMGR_E_INVALIDSEMANTICTYPE | 0x86000014 | The semantic type is invalid. |
| CFGMGR_E_FORBIDDENURISEGMENT | 0x86000015 | The URI contains a forbidden segment. |
| CFGMGR_E_READWRITEACCESSDENIED | 0x86000016 | The requested read/write permission was not allowed. |
| CFGMGR_E_SECRETDATAACCESSDENIED | 0x86000017 | The requested read permission was not allowed because the data is secret. |
| CFGMGR_E_XMLPARSEERROR | 0x86000018 | Error occured in XML parser. |
| CFGMGR_E_COMMANDTIMEOUT | 0x86000019 | The requested command timed out. |
| CFGMGR_E_IMPERSONATIONERROR | 0x86000020 | The CSP impersonation reference count value is incorrect. |
| CFGMGR_E_WMIOPERATIONERROR | 0X86000021 | The WMI operation error results from invalid arg, duplicate content, type mismatch, etc. |
| CFGMGR_E_NOIMPERSONATIONTARGET | 0x86000022 | No target SID for the CSP impersonation. |
| RESOURCEMGR_E_RESOURCEALREADYOWNED | 0x86000023 | Resource already provisioned by another configuration source. |