System Error Codes (8200-8999)

Header: winerror.h

The following list describes system error codes for errors 8200 to 8999. They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.

Note

This information is intended for developers debugging system errors. For other errors, such as issues with Windows Update, see the list of resources on the Error codes page.

SymbolicCodeDescription
ERROR_DS_NOT_INSTALLED0x2008An error occurred while installing the directory service. For more information, see the event log.
ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY0x2009The directory service evaluated group memberships locally.
ERROR_DS_NO_ATTRIBUTE_OR_VALUE0x200AThe specified directory service attribute or value does not exist.
ERROR_DS_INVALID_ATTRIBUTE_SYNTAX0x200BThe attribute syntax specified to the directory service is invalid.
ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED0x200CThe attribute type specified to the directory service is not defined.
ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS0x200DThe specified directory service attribute or value already exists.
ERROR_DS_BUSY0x200EThe directory service is busy.
ERROR_DS_UNAVAILABLE0x200FThe directory service is unavailable.
ERROR_DS_NO_RIDS_ALLOCATED0x2010The directory service was unable to allocate a relative identifier.
ERROR_DS_NO_MORE_RIDS0x2011The directory service has exhausted the pool of relative identifiers.
ERROR_DS_INCORRECT_ROLE_OWNER0x2012The requested operation could not be performed because the directory service is not the master for that type of operation.
ERROR_DS_RIDMGR_INIT_ERROR0x2013The directory service was unable to initialize the subsystem that allocates relative identifiers.
ERROR_DS_OBJ_CLASS_VIOLATION0x2014The requested operation did not satisfy one or more constraints associated with the class of the object.
ERROR_DS_CANT_ON_NON_LEAF0x2015The directory service can perform the requested operation only on a leaf object.
ERROR_DS_CANT_ON_RDN0x2016The directory service cannot perform the requested operation on the RDN attribute of an object.
ERROR_DS_CANT_MOD_OBJ_CLASS0x2017The directory service detected an attempt to modify the object class of an object.
ERROR_DS_CROSS_DOM_MOVE_ERROR0x2018The requested cross-domain move operation could not be performed.
ERROR_DS_GC_NOT_AVAILABLE0x2019Unable to contact the global catalog server.
ERROR_SHARED_POLICY0x201AThe policy object is shared and can only be modified at the root.
ERROR_POLICY_OBJECT_NOT_FOUND0x201BThe policy object does not exist.
ERROR_POLICY_ONLY_IN_DS0x201CThe requested policy information is only in the directory service.
ERROR_PROMOTION_ACTIVE0x201DA domain controller promotion is currently active.
ERROR_NO_PROMOTION_ACTIVE0x201EA domain controller promotion is not currently active.
ERROR_DS_OPERATIONS_ERROR0x2020An operations error occurred.
ERROR_DS_PROTOCOL_ERROR0x2021A protocol error occurred.
ERROR_DS_TIMELIMIT_EXCEEDED0x2022The time limit for this request was exceeded.
ERROR_DS_SIZELIMIT_EXCEEDED0x2023The size limit for this request was exceeded.
ERROR_DS_ADMIN_LIMIT_EXCEEDED0x2024The administrative limit for this request was exceeded.
ERROR_DS_COMPARE_FALSE0x2025The compare response was false.
ERROR_DS_COMPARE_TRUE0x2026The compare response was true.
ERROR_DS_AUTH_METHOD_NOT_SUPPORTED0x2027The requested authentication method is not supported by the server.
ERROR_DS_STRONG_AUTH_REQUIRED0x2028A more secure authentication method is required for this server.
ERROR_DS_INAPPROPRIATE_AUTH0x2029Inappropriate authentication.
ERROR_DS_AUTH_UNKNOWN0x202AThe authentication mechanism is unknown.
ERROR_DS_REFERRAL0x202BA referral was returned from the server.
ERROR_DS_UNAVAILABLE_CRIT_EXTENSION0x202CThe server does not support the requested critical extension.
ERROR_DS_CONFIDENTIALITY_REQUIRED0x202DThis request requires a secure connection.
ERROR_DS_INAPPROPRIATE_MATCHING0x202EInappropriate matching.
ERROR_DS_CONSTRAINT_VIOLATION0x202FA constraint violation occurred.
ERROR_DS_NO_SUCH_OBJECT0x2030There is no such object on the server.
ERROR_DS_ALIAS_PROBLEM0x2031There is an alias problem.
ERROR_DS_INVALID_DN_SYNTAX0x2032An invalid dn syntax has been specified.
ERROR_DS_IS_LEAF0x2033The object is a leaf object.
ERROR_DS_ALIAS_DEREF_PROBLEM0x2034There is an alias dereferencing problem.
ERROR_DS_UNWILLING_TO_PERFORM0x2035The server is unwilling to process the request.
ERROR_DS_LOOP_DETECT0x2036A loop has been detected.
ERROR_DS_NAMING_VIOLATION0x2037There is a naming violation.
ERROR_DS_OBJECT_RESULTS_TOO_LARGE0x2038The result set is too large.
ERROR_DS_AFFECTS_MULTIPLE_DSAS0x2039The operation affects multiple DSAs.
ERROR_DS_SERVER_DOWN0x203AThe server is not operational.
ERROR_DS_LOCAL_ERROR0x203BA local error has occurred.
ERROR_DS_ENCODING_ERROR0x203CAn encoding error has occurred.
ERROR_DS_DECODING_ERROR0x203DA decoding error has occurred.
ERROR_DS_FILTER_UNKNOWN0x203EThe search filter cannot be recognized.
ERROR_DS_PARAM_ERROR0x203FOne or more parameters are illegal.
ERROR_DS_NOT_SUPPORTED0x2040The specified method is not supported.
ERROR_DS_NO_RESULTS_RETURNED0x2041No results were returned.
ERROR_DS_CONTROL_NOT_FOUND0x2042The specified control is not supported by the server.
ERROR_DS_CLIENT_LOOP0x2043A referral loop was detected by the client.
ERROR_DS_REFERRAL_LIMIT_EXCEEDED0x2044The preset referral limit was exceeded.
ERROR_DS_SORT_CONTROL_MISSING0x2045The search requires a SORT control.
ERROR_DS_OFFSET_RANGE_ERROR0x2046The search results exceed the offset range specified.
ERROR_DS_RIDMGR_DISABLED0x2047The directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see for recommended diagnostic steps and the procedure to re-enable account creation.
ERROR_DS_ROOT_MUST_BE_NC0x206DThe root object must be the head of a naming context. The root object cannot have an instantiated parent.
ERROR_DS_ADD_REPLICA_INHIBITED0x206EThe add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
ERROR_DS_ATT_NOT_DEF_IN_SCHEMA0x206FA reference to an attribute that is not defined in the schema occurred.
ERROR_DS_MAX_OBJ_SIZE_EXCEEDED0x2070The maximum size of an object has been exceeded.
ERROR_DS_OBJ_STRING_NAME_EXISTS0x2071An attempt was made to add an object to the directory with a name that is already in use.
ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA0x2072An attempt was made to add an object of a class that does not have an RDN defined in the schema.
ERROR_DS_RDN_DOESNT_MATCH_SCHEMA0x2073An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
ERROR_DS_NO_REQUESTED_ATTS_FOUND0x2074None of the requested attributes were found on the objects.
ERROR_DS_USER_BUFFER_TO_SMALL0x2075The user buffer is too small.
ERROR_DS_ATT_IS_NOT_ON_OBJ0x2076The attribute specified in the operation is not present on the object.
ERROR_DS_ILLEGAL_MOD_OPERATION0x2077Illegal modify operation. Some aspect of the modification is not permitted.
ERROR_DS_OBJ_TOO_LARGE0x2078The specified object is too large.
ERROR_DS_BAD_INSTANCE_TYPE0x2079The specified instance type is not valid.
ERROR_DS_MASTERDSA_REQUIRED0x207AThe operation must be performed at a master DSA.
ERROR_DS_OBJECT_CLASS_REQUIRED0x207BThe object class attribute must be specified.
ERROR_DS_MISSING_REQUIRED_ATT0x207CA required attribute is missing.
ERROR_DS_ATT_NOT_DEF_FOR_CLASS0x207DAn attempt was made to modify an object to include an attribute that is not legal for its class.
ERROR_DS_ATT_ALREADY_EXISTS0x207EThe specified attribute is already present on the object.
ERROR_DS_CANT_ADD_ATT_VALUES0x2080The specified attribute is not present, or has no values.
ERROR_DS_SINGLE_VALUE_CONSTRAINT0x2081Multiple values were specified for an attribute that can have only one value.
ERROR_DS_RANGE_CONSTRAINT0x2082A value for the attribute was not in the acceptable range of values.
ERROR_DS_ATT_VAL_ALREADY_EXISTS0x2083The specified value already exists.
ERROR_DS_CANT_REM_MISSING_ATT0x2084The attribute cannot be removed because it is not present on the object.
ERROR_DS_CANT_REM_MISSING_ATT_VAL0x2085The attribute value cannot be removed because it is not present on the object.
ERROR_DS_ROOT_CANT_BE_SUBREF0x2086The specified root object cannot be a subref.
ERROR_DS_NO_CHAINING0x2087Chaining is not permitted.
ERROR_DS_NO_CHAINED_EVAL0x2088Chained evaluation is not permitted.
ERROR_DS_NO_PARENT_OBJECT0x2089The operation could not be performed because the object's parent is either uninstantiated or deleted.
ERROR_DS_PARENT_IS_AN_ALIAS0x208AHaving a parent that is an alias is not permitted. Aliases are leaf objects.
ERROR_DS_CANT_MIX_MASTER_AND_REPS0x208BThe object and parent must be of the same type, either both masters or both replicas.
ERROR_DS_CHILDREN_EXIST0x208CThe operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
ERROR_DS_OBJ_NOT_FOUND0x208DDirectory object not found.
ERROR_DS_ALIASED_OBJ_MISSING0x208EThe aliased object is missing.
ERROR_DS_BAD_NAME_SYNTAX0x208FThe object name has bad syntax.
ERROR_DS_ALIAS_POINTS_TO_ALIAS0x2090It is not permitted for an alias to refer to another alias.
ERROR_DS_CANT_DEREF_ALIAS0x2091The alias cannot be dereferenced.
ERROR_DS_OUT_OF_SCOPE0x2092The operation is out of scope.
ERROR_DS_OBJECT_BEING_REMOVED0x2093The operation cannot continue because the object is in the process of being removed.
ERROR_DS_CANT_DELETE_DSA_OBJ0x2094The DSA object cannot be deleted.
ERROR_DS_GENERIC_ERROR0x2095A directory service error has occurred.
ERROR_DS_DSA_MUST_BE_INT_MASTER0x2096The operation can only be performed on an internal master DSA object.
ERROR_DS_CLASS_NOT_DSA0x2097The object must be of class DSA.
ERROR_DS_INSUFF_ACCESS_RIGHTS0x2098Insufficient access rights to perform the operation.
ERROR_DS_ILLEGAL_SUPERIOR0x2099The object cannot be added because the parent is not on the list of possible superiors.
ERROR_DS_ATTRIBUTE_OWNED_BY_SAM0x209AAccess to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
ERROR_DS_NAME_TOO_MANY_PARTS0x209BThe name has too many parts.
ERROR_DS_NAME_TOO_LONG0x209CThe name is too long.
ERROR_DS_NAME_VALUE_TOO_LONG0x209DThe name value is too long.
ERROR_DS_NAME_UNPARSEABLE0x209EThe directory service encountered an error parsing a name.
ERROR_DS_NAME_TYPE_UNKNOWN0x209FThe directory service cannot get the attribute type for a name.
ERROR_DS_NOT_AN_OBJECT0x20A0The name does not identify an object; the name identifies a phantom.
ERROR_DS_SEC_DESC_TOO_SHORT0x20A1The security descriptor is too short.
ERROR_DS_SEC_DESC_INVALID0x20A2The security descriptor is invalid.
ERROR_DS_NO_DELETED_NAME0x20A3Failed to create name for deleted object.
ERROR_DS_SUBREF_MUST_HAVE_PARENT0x20A4The parent of a new subref must exist.
ERROR_DS_NCNAME_MUST_BE_NC0x20A5The object must be a naming context.
ERROR_DS_CANT_ADD_SYSTEM_ONLY0x20A6It is not permitted to add an attribute which is owned by the system.
ERROR_DS_CLASS_MUST_BE_CONCRETE0x20A7The class of the object must be structural; you cannot instantiate an abstract class.
ERROR_DS_INVALID_DMD0x20A8The schema object could not be found.
ERROR_DS_OBJ_GUID_EXISTS0x20A9A local object with this GUID (dead or alive) already exists.
ERROR_DS_NOT_ON_BACKLINK0x20AAThe operation cannot be performed on a back link.
ERROR_DS_NO_CROSSREF_FOR_NC0x20ABThe cross reference for the specified naming context could not be found.
ERROR_DS_SHUTTING_DOWN0x20ACThe operation could not be performed because the directory service is shutting down.
ERROR_DS_UNKNOWN_OPERATION0x20ADThe directory service request is invalid.
ERROR_DS_INVALID_ROLE_OWNER0x20AEThe role owner attribute could not be read.
ERROR_DS_COULDNT_CONTACT_FSMO0x20AFThe requested FSMO operation failed. The current FSMO holder could not be contacted.
ERROR_DS_CROSS_NC_DN_RENAME0x20B0Modification of a DN across a naming context is not permitted.
ERROR_DS_CANT_MOD_SYSTEM_ONLY0x20B1The attribute cannot be modified because it is owned by the system.
ERROR_DS_REPLICATOR_ONLY0x20B2Only the replicator can perform this function.
ERROR_DS_OBJ_CLASS_NOT_DEFINED0x20B3The specified class is not defined.
ERROR_DS_OBJ_CLASS_NOT_SUBCLASS0x20B4The specified class is not a subclass.
ERROR_DS_NAME_REFERENCE_INVALID0x20B5The name reference is invalid.
ERROR_DS_CROSS_REF_EXISTS0x20B6A cross reference already exists.
ERROR_DS_CANT_DEL_MASTER_CROSSREF0x20B7It is not permitted to delete a master cross reference.
ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD0x20B8Subtree notifications are only supported on NC heads.
ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX0x20B9Notification filter is too complex.
ERROR_DS_DUP_RDN0x20BASchema update failed: duplicate RDN.
ERROR_DS_DUP_OID0x20BBSchema update failed: duplicate OID.
ERROR_DS_DUP_MAPI_ID0x20BCSchema update failed: duplicate MAPI identifier.
ERROR_DS_DUP_SCHEMA_ID_GUID0x20BDSchema update failed: duplicate schema-id GUID.
ERROR_DS_DUP_LDAP_DISPLAY_NAME0x20BESchema update failed: duplicate LDAP display name.
ERROR_DS_SEMANTIC_ATT_TEST0x20BFSchema update failed: range-lower less than range upper.
ERROR_DS_SYNTAX_MISMATCH0x20C0Schema update failed: syntax mismatch.
ERROR_DS_EXISTS_IN_MUST_HAVE0x20C1Schema deletion failed: attribute is used in must-contain.
ERROR_DS_EXISTS_IN_MAY_HAVE0x20C2Schema deletion failed: attribute is used in may-contain.
ERROR_DS_NONEXISTENT_MAY_HAVE0x20C3Schema update failed: attribute in may-contain does not exist.
ERROR_DS_NONEXISTENT_MUST_HAVE0x20C4Schema update failed: attribute in must-contain does not exist.
ERROR_DS_AUX_CLS_TEST_FAIL0x20C5Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
ERROR_DS_NONEXISTENT_POSS_SUP0x20C6Schema update failed: class in poss-superiors does not exist.
ERROR_DS_SUB_CLS_TEST_FAIL0x20C7Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
ERROR_DS_BAD_RDN_ATT_ID_SYNTAX0x20C8Schema update failed: Rdn-Att-Id has wrong syntax.
ERROR_DS_EXISTS_IN_AUX_CLS0x20C9Schema deletion failed: class is used as auxiliary class.
ERROR_DS_EXISTS_IN_SUB_CLS0x20CASchema deletion failed: class is used as sub class.
ERROR_DS_EXISTS_IN_POSS_SUP0x20CBSchema deletion failed: class is used as poss superior.
ERROR_DS_RECALCSCHEMA_FAILED0x20CCSchema update failed in recalculating validation cache.
ERROR_DS_TREE_DELETE_NOT_FINISHED0x20CDThe tree deletion is not finished. The request must be made again to continue deleting the tree.
ERROR_DS_CANT_DELETE0x20CEThe requested delete operation could not be performed.
ERROR_DS_ATT_SCHEMA_REQ_ID0x20CFCannot read the governs class identifier for the schema record.
ERROR_DS_BAD_ATT_SCHEMA_SYNTAX0x20D0The attribute schema has bad syntax.
ERROR_DS_CANT_CACHE_ATT0x20D1The attribute could not be cached.
ERROR_DS_CANT_CACHE_CLASS0x20D2The class could not be cached.
ERROR_DS_CANT_REMOVE_ATT_CACHE0x20D3The attribute could not be removed from the cache.
ERROR_DS_CANT_REMOVE_CLASS_CACHE0x20D4The class could not be removed from the cache.
ERROR_DS_CANT_RETRIEVE_DN0x20D5The distinguished name attribute could not be read.
ERROR_DS_MISSING_SUPREF0x20D6No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
ERROR_DS_CANT_RETRIEVE_INSTANCE0x20D7The instance type attribute could not be retrieved.
ERROR_DS_CODE_INCONSISTENCY0x20D8An internal error has occurred.
ERROR_DS_DATABASE_ERROR0x20D9A database error has occurred.
ERROR_DS_GOVERNSID_MISSING0x20DAThe attribute GOVERNSID is missing.
ERROR_DS_MISSING_EXPECTED_ATT0x20DBAn expected attribute is missing.
ERROR_DS_NCNAME_MISSING_CR_REF0x20DCThe specified naming context is missing a cross reference.
ERROR_DS_SECURITY_CHECKING_ERROR0x20DDA security checking error has occurred.
ERROR_DS_SCHEMA_NOT_LOADED0x20DEThe schema is not loaded.
ERROR_DS_SCHEMA_ALLOC_FAILED0x20DFSchema allocation failed. Please check if the machine is running low on memory.
ERROR_DS_ATT_SCHEMA_REQ_SYNTAX0x20E0Failed to obtain the required syntax for the attribute schema.
ERROR_DS_GCVERIFY_ERROR0x20E1The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.
ERROR_DS_DRA_SCHEMA_MISMATCH0x20E2The replication operation failed because of a schema mismatch between the servers involved.
ERROR_DS_CANT_FIND_DSA_OBJ0x20E3The DSA object could not be found.
ERROR_DS_CANT_FIND_EXPECTED_NC0x20E4The naming context could not be found.
ERROR_DS_CANT_FIND_NC_IN_CACHE0x20E5The naming context could not be found in the cache.
ERROR_DS_CANT_RETRIEVE_CHILD0x20E6The child object could not be retrieved.
ERROR_DS_SECURITY_ILLEGAL_MODIFY0x20E7The modification was not permitted for security reasons.
ERROR_DS_CANT_REPLACE_HIDDEN_REC0x20E8The operation cannot replace the hidden record.
ERROR_DS_BAD_HIERARCHY_FILE0x20E9The hierarchy file is invalid.
ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED0x20EAThe attempt to build the hierarchy table failed.
ERROR_DS_CONFIG_PARAM_MISSING0x20EBThe directory configuration parameter is missing from the registry.
ERROR_DS_COUNTING_AB_INDICES_FAILED0x20ECThe attempt to count the address book indices failed.
ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED0x20EDThe allocation of the hierarchy table failed.
ERROR_DS_INTERNAL_FAILURE0x20EEThe directory service encountered an internal failure.
ERROR_DS_UNKNOWN_ERROR0x20EFThe directory service encountered an unknown failure.
ERROR_DS_ROOT_REQUIRES_CLASS_TOP0x20F0A root object requires a class of 'top'.
ERROR_DS_REFUSING_FSMO_ROLES0x20F1This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
ERROR_DS_MISSING_FSMO_SETTINGS0x20F2The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
ERROR_DS_UNABLE_TO_SURRENDER_ROLES0x20F3The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
ERROR_DS_DRA_GENERIC0x20F4The replication operation failed.
ERROR_DS_DRA_INVALID_PARAMETER0x20F5An invalid parameter was specified for this replication operation.
ERROR_DS_DRA_BUSY0x20F6The directory service is too busy to complete the replication operation at this time.
ERROR_DS_DRA_BAD_DN0x20F7The distinguished name specified for this replication operation is invalid.
ERROR_DS_DRA_BAD_NC0x20F8The naming context specified for this replication operation is invalid.
ERROR_DS_DRA_DN_EXISTS0x20F9The distinguished name specified for this replication operation already exists.
ERROR_DS_DRA_INTERNAL_ERROR0x20FAThe replication system encountered an internal error.
ERROR_DS_DRA_INCONSISTENT_DIT0x20FBThe replication operation encountered a database inconsistency.
ERROR_DS_DRA_CONNECTION_FAILED0x20FCThe server specified for this replication operation could not be contacted.
ERROR_DS_DRA_BAD_INSTANCE_TYPE0x20FDThe replication operation encountered an object with an invalid instance type.
ERROR_DS_DRA_OUT_OF_MEM0x20FEThe replication operation failed to allocate memory.
ERROR_DS_DRA_MAIL_PROBLEM0x20FFThe replication operation encountered an error with the mail system.
ERROR_DS_DRA_REF_ALREADY_EXISTS0x2100The replication reference information for the target server already exists.
ERROR_DS_DRA_REF_NOT_FOUND0x2101The replication reference information for the target server does not exist.
ERROR_DS_DRA_OBJ_IS_REP_SOURCE0x2102The naming context cannot be removed because it is replicated to another server.
ERROR_DS_DRA_DB_ERROR0x2103The replication operation encountered a database error.
ERROR_DS_DRA_NO_REPLICA0x2104The naming context is in the process of being removed or is not replicated from the specified server.
ERROR_DS_DRA_ACCESS_DENIED0x2105Replication access was denied.
ERROR_DS_DRA_NOT_SUPPORTED0x2106The requested operation is not supported by this version of the directory service.
ERROR_DS_DRA_RPC_CANCELLED0x2107The replication remote procedure call was cancelled.
ERROR_DS_DRA_SOURCE_DISABLED0x2108The source server is currently rejecting replication requests.
ERROR_DS_DRA_SINK_DISABLED0x2109The destination server is currently rejecting replication requests.
ERROR_DS_DRA_NAME_COLLISION0x210AThe replication operation failed due to a collision of object names.
ERROR_DS_DRA_SOURCE_REINSTALLED0x210BThe replication source has been reinstalled.
ERROR_DS_DRA_MISSING_PARENT0x210CThe replication operation failed because a required parent object is missing.
ERROR_DS_DRA_PREEMPTED0x210DThe replication operation was preempted.
ERROR_DS_DRA_ABANDON_SYNC0x210EThe replication synchronization attempt was abandoned because of a lack of updates.
ERROR_DS_DRA_SHUTDOWN0x210FThe replication operation was terminated because the system is shutting down.
ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET0x2110Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set.
ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA0x2111The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
ERROR_DS_DRA_EXTN_CONNECTION_FAILED0x2112The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
ERROR_DS_INSTALL_SCHEMA_MISMATCH0x2113The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer.
ERROR_DS_DUP_LINK_ID0x2114Schema update failed: An attribute with the same link identifier already exists.
ERROR_DS_NAME_ERROR_RESOLVING0x2115Name translation: Generic processing error.
ERROR_DS_NAME_ERROR_NOT_FOUND0x2116Name translation: Could not find the name or insufficient right to see name.
ERROR_DS_NAME_ERROR_NOT_UNIQUE0x2117Name translation: Input name mapped to more than one output name.
ERROR_DS_NAME_ERROR_NO_MAPPING0x2118Name translation: Input name found, but not the associated output format.
ERROR_DS_NAME_ERROR_DOMAIN_ONLY0x2119Name translation: Unable to resolve completely, only the domain was found.
ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING0x211AName translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
ERROR_DS_CONSTRUCTED_ATT_MOD0x211BModification of a constructed attribute is not allowed.
ERROR_DS_WRONG_OM_OBJ_CLASS0x211CThe OM-Object-Class specified is incorrect for an attribute with the specified syntax.
ERROR_DS_DRA_REPL_PENDING0x211DThe replication request has been posted; waiting for reply.
ERROR_DS_DS_REQUIRED0x211EThe requested operation requires a directory service, and none was available.
ERROR_DS_INVALID_LDAP_DISPLAY_NAME0x211FThe LDAP display name of the class or attribute contains non-ASCII characters.
ERROR_DS_NON_BASE_SEARCH0x2120The requested search operation is only supported for base searches.
ERROR_DS_CANT_RETRIEVE_ATTS0x2121The search failed to retrieve attributes from the database.
ERROR_DS_BACKLINK_WITHOUT_LINK0x2122The schema update operation tried to add a backward link attribute that has no corresponding forward link.
ERROR_DS_EPOCH_MISMATCH0x2123Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object.
ERROR_DS_SRC_NAME_MISMATCH0x2124Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object.
ERROR_DS_SRC_AND_DST_NC_IDENTICAL0x2125Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation.
ERROR_DS_DST_NC_MISMATCH0x2126Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.
ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC0x2127Destination of a cross-domain move is not authoritative for the destination naming context.
ERROR_DS_SRC_GUID_MISMATCH0x2128Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.
ERROR_DS_CANT_MOVE_DELETED_OBJECT0x2129Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
ERROR_DS_PDC_OPERATION_IN_PROGRESS0x212AAnother operation which requires exclusive access to the PDC FSMO is already in progress.
ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD0x212BA cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION0x212CThis object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move.
ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS0x212DCan't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.
ERROR_DS_NC_MUST_HAVE_NC_PARENT0x212EA naming context head must be the immediate child of another naming context head, not of an interior node.
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE0x212FThe directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters.)
ERROR_DS_DST_DOMAIN_NOT_NATIVE0x2130Destination domain must be in native mode.
ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER0x2131The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
ERROR_DS_CANT_MOVE_ACCOUNT_GROUP0x2132Cross-domain move of non-empty account groups is not allowed.
ERROR_DS_CANT_MOVE_RESOURCE_GROUP0x2133Cross-domain move of non-empty resource groups is not allowed.
ERROR_DS_INVALID_SEARCH_FLAG0x2134The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
ERROR_DS_NO_TREE_DELETE_ABOVE_NC0x2135Tree deletions starting at an object which has an NC head as a descendant are not allowed.
ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE0x2136The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE0x2137The directory service failed to identify the list of objects to delete while attempting a tree deletion.
ERROR_DS_SAM_INIT_FAILURE0x2138Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
ERROR_DS_SENSITIVE_GROUP_VIOLATION0x2139Only an administrator can modify the membership list of an administrative group.
ERROR_DS_CANT_MOD_PRIMARYGROUPID0x213ACannot change the primary group ID of a domain controller account.
ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD0x213BAn attempt is made to modify the base schema.
ERROR_DS_NONSAFE_SCHEMA_CHANGE0x213CAdding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
ERROR_DS_SCHEMA_UPDATE_DISALLOWED0x213DSchema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
ERROR_DS_CANT_CREATE_UNDER_SCHEMA0x213EAn object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.
ERROR_DS_INSTALL_NO_SRC_SCH_VERSION0x213FThe replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE0x2140The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
ERROR_DS_INVALID_GROUP_TYPE0x2141The specified group type is invalid.
ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN0x2142You cannot nest global groups in a mixed domain if the group is security-enabled.
ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN0x2143You cannot nest local groups in a mixed domain if the group is security-enabled.
ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER0x2144A global group cannot have a local group as a member.
ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER0x2145A global group cannot have a universal group as a member.
ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER0x2146A universal group cannot have a local group as a member.
ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER0x2147A global group cannot have a cross-domain member.
ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER0x2148A local group cannot have another cross domain local group as a member.
ERROR_DS_HAVE_PRIMARY_MEMBERS0x2149A group with primary members cannot change to a security-disabled group.
ERROR_DS_STRING_SD_CONVERSION_FAILED0x214AThe schema cache load failed to convert the string default SD on a class-schema object.
ERROR_DS_NAMING_MASTER_GC0x214BOnly DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers.)
ERROR_DS_DNS_LOOKUP_FAILURE0x214CThe DSA operation is unable to proceed because of a DNS lookup failure.
ERROR_DS_COULDNT_UPDATE_SPNS0x214DWhile processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
ERROR_DS_CANT_RETRIEVE_SD0x214EThe Security Descriptor attribute could not be read.
ERROR_DS_KEY_NOT_UNIQUE0x214FThe object requested was not found, but an object with that key was found.
ERROR_DS_WRONG_LINKED_ATT_SYNTAX0x2150The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1.
ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD0x2151Security Account Manager needs to get the boot password.
ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY0x2152Security Account Manager needs to get the boot key from floppy disk.
ERROR_DS_CANT_START0x2153Directory Service cannot start.
ERROR_DS_INIT_FAILURE0x2154Directory Services could not start.
ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION0x2155The connection between client and server requires packet privacy or better.
ERROR_DS_SOURCE_DOMAIN_IN_FOREST0x2156The source domain may not be in the same forest as destination.
ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST0x2157The destination domain must be in the forest.
ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED0x2158The operation requires that destination domain auditing be enabled.
ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN0x2159The operation couldn't locate a DC for the source domain.
ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER0x215AThe source object must be a group or user.
ERROR_DS_SRC_SID_EXISTS_IN_FOREST0x215BThe source object's SID already exists in destination forest.
ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH0x215CThe source and destination object must be of the same type.
ERROR_SAM_INIT_FAILURE0x215DSecurity Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
ERROR_DS_DRA_SCHEMA_INFO_SHIP0x215ESchema information could not be included in the replication request.
ERROR_DS_DRA_SCHEMA_CONFLICT0x215FThe replication operation could not be completed due to a schema incompatibility.
ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT0x2160The replication operation could not be completed due to a previous schema incompatibility.
ERROR_DS_DRA_OBJ_NC_MISMATCH0x2161The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
ERROR_DS_NC_STILL_HAS_DSAS0x2162The requested domain could not be deleted because there exist domain controllers that still host this domain.
ERROR_DS_GC_REQUIRED0x2163The requested operation can be performed only on a global catalog server.
ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY0x2164A local group can only be a member of other local groups in the same domain.
ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS0x2165Foreign security principals cannot be members of universal groups.
ERROR_DS_CANT_ADD_TO_GC0x2166The attribute is not allowed to be replicated to the GC because of security reasons.
ERROR_DS_NO_CHECKPOINT_WITH_PDC0x2167The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
ERROR_DS_SOURCE_AUDITING_NOT_ENABLED0x2168The operation requires that source domain auditing be enabled.
ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC0x2169Security principal objects can only be created inside domain naming contexts.
ERROR_DS_INVALID_NAME_FOR_SPN0x216AA Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS0x216BA Filter was passed that uses constructed attributes.
ERROR_DS_UNICODEPWD_NOT_IN_QUOTES0x216CThe unicodePwd attribute value must be enclosed in double quotes.
ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED0x216DYour computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
ERROR_DS_MUST_BE_RUN_ON_DST_DC0x216EFor security reasons, the operation must be run on the destination DC.
ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER0x216FFor security reasons, the source DC must be NT4SP4 or greater.
ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ0x2170Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
ERROR_DS_INIT_FAILURE_CONSOLE0x2171Directory Services could not start because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
ERROR_DS_SAM_INIT_FAILURE_CONSOLE0x2172Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
ERROR_DS_FOREST_VERSION_TOO_HIGH0x2173The version of the operating system is incompatible with the current AD DS forest functional level or AD LDS Configuration Set functional level. You must upgrade to a new version of the operating system before this server can become an AD DS Domain Controller or add an AD LDS Instance in this AD DS Forest or AD LDS Configuration Set.
ERROR_DS_DOMAIN_VERSION_TOO_HIGH0x2174The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
ERROR_DS_FOREST_VERSION_TOO_LOW0x2175The version of the operating system installed on this server no longer supports the current AD DS Forest functional level or AD LDS Configuration Set functional level. You must raise the AD DS Forest functional level or AD LDS Configuration Set functional level before this server can become an AD DS Domain Controller or an AD LDS Instance in this Forest or Configuration Set.
ERROR_DS_DOMAIN_VERSION_TOO_LOW0x2176The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
ERROR_DS_INCOMPATIBLE_VERSION0x2177The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
ERROR_DS_LOW_DSA_VERSION0x2178The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN0x2179The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level.
ERROR_DS_NOT_SUPPORTED_SORT_ORDER0x217AThe sort order requested is not supported.
ERROR_DS_NAME_NOT_UNIQUE0x217BThe requested name already exists as a unique identifier.
ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT40x217CThe machine account was created pre-NT4. The account needs to be recreated.
ERROR_DS_OUT_OF_VERSION_STORE0x217DThe database is out of version store.
ERROR_DS_INCOMPATIBLE_CONTROLS_USED0x217EUnable to continue operation because multiple conflicting controls were used.
ERROR_DS_NO_REF_DOMAIN0x217FUnable to find a valid security descriptor reference domain for this partition.
ERROR_DS_RESERVED_LINK_ID0x2180Schema update failed: The link identifier is reserved.
ERROR_DS_LINK_ID_NOT_AVAILABLE0x2181Schema update failed: There are no link identifiers available.
ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER0x2182An account group cannot have a universal group as a member.
ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE0x2183Rename or move operations on naming context heads or read-only objects are not allowed.
ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC0x2184Move operations on objects in the schema naming context are not allowed.
ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG0x2185A system flag has been set on the object and does not allow the object to be moved or renamed.
ERROR_DS_MODIFYDN_WRONG_GRANDPARENT0x2186This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
ERROR_DS_NAME_ERROR_TRUST_REFERRAL0x2187Unable to resolve completely, a referral to another forest is generated.
ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER0x2188The requested action is not supported on standard server.
ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD0x2189Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.
ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V20x218AThe directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
ERROR_DS_THREAD_LIMIT_EXCEEDED0x218BThe thread limit for this request was exceeded.
ERROR_DS_NOT_CLOSEST0x218CThe Global catalog server is not in the closest site.
ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF0x218DThe DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
ERROR_DS_SINGLE_USER_MODE_FAILED0x218EThe Directory Service failed to enter single user mode.
ERROR_DS_NTDSCRIPT_SYNTAX_ERROR0x218FThe Directory Service cannot parse the script because of a syntax error.
ERROR_DS_NTDSCRIPT_PROCESS_ERROR0x2190The Directory Service cannot process the script because of an error.
ERROR_DS_DIFFERENT_REPL_EPOCHS0x2191The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).
ERROR_DS_DRS_EXTENSIONS_CHANGED0x2192The directory service binding must be renegotiated due to a change in the server extensions information.
ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR0x2193Operation not allowed on a disabled cross ref.
ERROR_DS_NO_MSDS_INTID0x2194Schema update failed: No values for msDS-IntId are available.
ERROR_DS_DUP_MSDS_INTID0x2195Schema update failed: Duplicate msDS-INtId. Retry the operation.
ERROR_DS_EXISTS_IN_RDNATTID0x2196Schema deletion failed: attribute is used in rDNAttID.
ERROR_DS_AUTHORIZATION_FAILED0x2197The directory service failed to authorize the request.
ERROR_DS_INVALID_SCRIPT0x2198The Directory Service cannot process the script because it is invalid.
ERROR_DS_REMOTE_CROSSREF_OP_FAILED0x2199The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
ERROR_DS_CROSS_REF_BUSY0x219AA cross reference is in use locally with the same name.
ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN0x219BThe DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC0x219CWriteable NCs prevent this DC from demoting.
ERROR_DS_DUPLICATE_ID_FOUND0x219DThe requested object has a non-unique identifier and cannot be retrieved.
ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT0x219EInsufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
ERROR_DS_GROUP_CONVERSION_ERROR0x219FThe group cannot be converted due to attribute restrictions on the requested group type.
ERROR_DS_CANT_MOVE_APP_BASIC_GROUP0x21A0Cross-domain move of non-empty basic application groups is not allowed.
ERROR_DS_CANT_MOVE_APP_QUERY_GROUP0x21A1Cross-domain move of non-empty query based application groups is not allowed.
ERROR_DS_ROLE_NOT_VERIFIED0x21A2The FSMO role ownership could not be verified because its directory partition has not replicated successfully with at least one replication partner.
ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL0x21A3The target container for a redirection of a well known object container cannot already be a special container.
ERROR_DS_DOMAIN_RENAME_IN_PROGRESS0x21A4The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
ERROR_DS_EXISTING_AD_CHILD_NC0x21A5The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
ERROR_DS_REPL_LIFETIME_EXCEEDED0x21A6The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER0x21A7The requested operation is not allowed on an object under the system container.
ERROR_DS_LDAP_SEND_QUEUE_FULL0x21A8The LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
ERROR_DS_DRA_OUT_SCHEDULE_WINDOW0x21A9The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
ERROR_DS_POLICY_NOT_KNOWN0x21AAAt this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies.
ERROR_NO_SITE_SETTINGS_OBJECT0x21ABThe site settings object for the specified site does not exist.
ERROR_NO_SECRETS0x21ACThe local account store does not contain secret material for the specified account.
ERROR_NO_WRITABLE_DC_FOUND0x21ADCould not find a writable domain controller in the domain.
ERROR_DS_NO_SERVER_OBJECT0x21AEThe server object for the domain controller does not exist.
ERROR_DS_NO_NTDSA_OBJECT0x21AFThe NTDS Settings object for the domain controller does not exist.
ERROR_DS_NON_ASQ_SEARCH0x21B0The requested search operation is not supported for ASQ searches.
ERROR_DS_AUDIT_FAILURE0x21B1A required audit event could not be generated for the operation.
ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE0x21B2The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes.
ERROR_DS_INVALID_SEARCH_FLAG_TUPLE0x21B3The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
ERROR_DS_HIERARCHY_TABLE_TOO_DEEP0x21B4The address books are nested too deeply. Failed to build the hierarchy table.
ERROR_DS_DRA_CORRUPT_UTD_VECTOR0x21B5The specified up-to-date-ness vector is corrupt.
ERROR_DS_DRA_SECRETS_DENIED0x21B6The request to replicate secrets is denied.
ERROR_DS_RESERVED_MAPI_ID0x21B7Schema update failed: The MAPI identifier is reserved.
ERROR_DS_MAPI_ID_NOT_AVAILABLE0x21B8Schema update failed: There are no MAPI identifiers available.
ERROR_DS_DRA_MISSING_KRBTGT_SECRET0x21B9The replication operation failed because the required attributes of the local krbtgt object are missing.
ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST0x21BAThe domain name of the trusted domain already exists in the forest.
ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST0x21BBThe flat name of the trusted domain already exists in the forest.
ERROR_INVALID_USER_PRINCIPAL_NAME0x21BCThe User Principal Name (UPN) is invalid.
ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS0x21BDOID mapped groups cannot have members.
ERROR_DS_OID_NOT_FOUND0x21BEThe specified OID cannot be found.
ERROR_DS_DRA_RECYCLED_TARGET0x21BFThe replication operation failed because the target object referred by a link value is recycled.
ERROR_DS_DISALLOWED_NC_REDIRECT0x21C0The redirect operation failed because the target object is in a NC different from the domain NC of the current domain controller.
ERROR_DS_HIGH_ADLDS_FFL0x21C1The functional level of the AD LDS configuration set cannot be lowered to the requested value.
ERROR_DS_HIGH_DSA_VERSION0x21C2The functional level of the domain (or forest) cannot be lowered to the requested value.
ERROR_DS_LOW_ADLDS_FFL0x21C3The functional level of the AD LDS configuration set cannot be raised to the requested value, because there exist one or more ADLDS instances that are at a lower incompatible functional level.
ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION0x21C4The domain join cannot be completed because the SID of the domain you attempted to join was identical to the SID of this machine. This is a symptom of an improperly cloned operating system install. You should run sysprep on this machine in order to generate a new machine SID. Please see for more information.
ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED0x21C5The undelete operation failed because the Sam Account Name or Additional Sam Account Name of the object being undeleted conflicts with an existing live object.
ERROR_INCORRECT_ACCOUNT_TYPE0x21C6The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.
408 entries

Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.