This node is the eleventh in the project to consolidate all of the Windows Error nodes. You will notice that this node seems to skip a few numbers from time to time. Those are the error messages that have no description at all, (not on E2 or using any of the other Error tools that I can find).

The messages are listed in this format

Hexadecimal error identifier - Decimal error identifier
Error explanation
Windows API Error Identifier


Windows Error 0x00002070 - 8304
The maximum size of an object has been exceeded.
ERROR_DS_MAX_OBJ_SIZE_EXCEEDED

Windows Error 0x00002071 - 8305
An attempt was made to add an object to the directory with a name that is already in use.
ERROR_DS_OBJ_STRING_NAME_EXISTS

Windows Error 0x00002072 - 8306
An attempt was made to add an object of a class that does not have an RDN defined in the schema.
ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA

Windows Error 0x00002073 - 8307
An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
ERROR_DS_RDN_DOESNT_MATCH_SCHEMA

Windows Error 0x00002074 - 8308
None of the requested attributes were found on the objects.
ERROR_DS_NO_REQUESTED_ATTS_FOUND

Windows Error 0x00002075 - 8309
The user buffer is too small.
ERROR_DS_USER_BUFFER_TO_SMALL

Windows Error 0x00002076 - 8310
The attribute specified in the operation is not present on the object.
ERROR_DS_ATT_IS_NOT_ON_OBJ

Windows Error 0x00002077 - 8311
Illegal modify operation. Some aspect of the modification is not permitted.
ERROR_DS_ILLEGAL_MOD_OPERATION

Windows Error 0x00002078 - 8312
The specified object is too large.
ERROR_DS_OBJ_TOO_LARGE

Windows Error 0x00002079 - 8313
The specified instance type is not valid.
ERROR_DS_BAD_INSTANCE_TYPE

Windows Error 0x0000207A - 8314
The operation must be performed at the master DSA. The DNS root attribute is missing on the cross-reference object.
ERROR_DS_MASTERDSA_REQUIRED

Windows Error 0x0000207B - 8315
The object class attribute must be specified.
ERROR_DS_OBJECT_CLASS_REQUIRED

Windows Error 0x0000207C - 8316
A required attribute is missing.
ERROR_DS_MISSING_REQUIRED_ATT

Windows Error 0x0000207D - 8317
An attempt was made to modify an object to include an attribute that is not legal for its class
ERROR_DS_ATT_NOT_DEF_FOR_CLASS

Windows Error 0x0000207E - 8318
The specified attribute is already present on the object.
ERROR_DS_ATT_ALREADY_EXISTS

Windows Error 0x00002080 - 8320
The specified attribute is not present, or has no values.
ERROR_DS_CANT_ADD_ATT_VALUES

Windows Error 0x00002081 - 8321
An attribute's single value constraint has been violated.
ERROR_DS_SINGLE_VALUE_CONSTRAINT

Windows Error 0x00002082 - 8322
An attribute's range constraint has been violated.
ERROR_DS_RANGE_CONSTRAINT

Windows Error 0x00002083 - 8323
The specified value already exists.
ERROR_DS_ATT_VAL_ALREADY_EXISTS

Windows Error 0x00002084 - 8324
The attribute cannot be removed because it is not present on the object.
ERROR_DS_CANT_REM_MISSING_ATT

Windows Error 0x00002085 - 8325
The attribute value cannot be removed because it is not present on the object.
ERROR_DS_CANT_REM_MISSING_ATT_VAL

Windows Error 0x00002086 - 8326
The specified root object cannot be a subref.
ERROR_DS_ROOT_CANT_BE_SUBREF

Windows Error 0x00002087 - 8327
Chaining is not permitted.
ERROR_DS_NO_CHAINING

Windows Error 0x00002088 - 8328
Chained evaluation is not permitted.
ERROR_DS_NO_CHAINED_EVAL

Windows Error 0x00002089 - 8329
The operation could not be performed because the object's parent is either uninstantiated or deleted.
ERROR_DS_NO_PARENT_OBJECT

Windows Error 0x0000208A - 8330
Having a parent that is an alias is not permitted. Aliases are leaf objects.
ERROR_DS_PARENT_IS_AN_ALIAS

Windows Error 0x0000208B - 8331
The object and parent must be of the same type, either both masters or both replicas.
ERROR_DS_CANT_MIX_MASTER_AND_REPS

Windows Error 0x0000208C - 8332
The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
ERROR_DS_CHILDREN_EXIST

Windows Error 0x0000208D - 8333
Directory object not found.
ERROR_DS_OBJ_NOT_FOUND

Windows Error 0x0000208E - 8334
The aliased object is missing.
ERROR_DS_ALIASED_OBJ_MISSING

Windows Error 0x0000208F - 8335
The object name has bad syntax.
ERROR_DS_BAD_NAME_SYNTAX

Windows Error 0x00002090 - 8336
It is not permitted for an alias to refer to another alias.
ERROR_DS_ALIAS_POINTS_TO_ALIAS

Windows Error 0x00002091 - 8337
The alias cannot be dereferenced.
ERROR_DS_CANT_DEREF_ALIAS

Windows Error 0x00002092 - 8338
The operation is out of scope.
ERROR_DS_OUT_OF_SCOPE

Windows Error 0x00002094 - 8340
The DSA object cannot be deleted.
ERROR_DS_CANT_DELETE_DSA_OBJ

Windows Error 0x00002095 - 8341
A directory service error has occurred.
ERROR_DS_GENERIC_ERROR

Windows Error 0x00002096 - 8342
The operation can only be performed on an internal master DSA object.
ERROR_DS_DSA_MUST_BE_INT_MASTER

Windows Error 0x00002097 - 8343
The object must be of class DSA.
ERROR_DS_CLASS_NOT_DSA

Windows Error 0x00002098 - 8344
Insufficient access rights to perform the operation.
ERROR_DS_INSUFF_ACCESS_RIGHTS

Windows Error 0x00002099 - 8345
The object cannot be added because the parent is not on the list of possible superiors.
ERROR_DS_ILLEGAL_SUPERIOR

Windows Error 0x0000209A - 8346
Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
ERROR_DS_ATTRIBUTE_OWNED_BY_SAM

Windows Error 0x0000209B - 8347
The name has too many parts.
ERROR_DS_NAME_TOO_MANY_PARTS

Windows Error 0x0000209C - 8348
The name is too long.
ERROR_DS_NAME_TOO_LONG

Windows Error 0x0000209D - 8349
The name value is too long.
ERROR_DS_NAME_VALUE_TOO_LONG

Windows Error 0x0000209E - 8350
The directory service encountered an error parsing a name.
ERROR_DS_NAME_UNPARSEABLE

Windows Error 0x0000209F - 8351
The directory service cannot get the attribute type for a name.
ERROR_DS_NAME_TYPE_UNKNOWN

Windows Error 0x000020A0 - 8352
The name does not identify an object; the name identifies a phantom.
ERROR_DS_NOT_AN_OBJECT

Windows Error 0x000020A1 - 8353
The security descriptor is too short.
ERROR_DS_SEC_DESC_TOO_SHORT

Windows Error 0x000020A2 - 8354
The security descriptor is invalid.
ERROR_DS_SEC_DESC_INVALID

Windows Error 0x000020A3 - 8355
Failed to create name for deleted object.
ERROR_DS_NO_DELETED_NAME

Windows Error 0x000020A4 - 8356
The parent of a new subref must exist.
ERROR_DS_SUBREF_MUST_HAVE_PARENT

Windows Error 0x000020A5 - 8357
The object must be a naming context.
ERROR_DS_NCNAME_MUST_BE_NC

Windows Error 0x000020A6 - 8358
It is not permitted to add an attribute which is owned by the system.
ERROR_DS_CANT_ADD_SYSTEM_ONLY

Windows Error 0x000020A7 - 8359
The class of the object must be structural; you cannot instantiate an abstract class.
ERROR_DS_CLASS_MUST_BE_CONCRETE

Windows Error 0x000020A8 - 8360
The schema object could not be found.
ERROR_DS_INVALID_DMD

Windows Error 0x000020A9 - 8361
A local object with this GUID (dead or alive) already exists.
ERROR_DS_OBJ_GUID_EXISTS

Windows Error 0x000020AA - 8362
The operation cannot be performed on a back link.
ERROR_DS_NOT_ON_BACKLINK

Windows Error 0x000020AB - 8363
The cross reference for the specified naming context could not be found.
ERROR_DS_NO_CROSSREF_FOR_NC

Windows Error 0x000020AC - 8364
The operation could not be performed because the directory service is shutting down.
ERROR_DS_SHUTTING_DOWN

Windows Error 0x000020AD - 8365
The directory service request is invalid.
ERROR_DS_UNKNOWN_OPERATION

Windows Error 0x000020AE - 8366
The role owner attribute could not be read.
ERROR_DS_INVALID_ROLE_OWNER

Windows Error 0x000020AF - 8367
The requested FSMO operation failed. The current FSMO holder could not be reached.
ERROR_DS_COULDNT_CONTACT_FSMO

Windows Error 0x000020B0 - 8368
Modification of a DN across a naming context is not permitted.
ERROR_DS_CROSS_NC_DN_RENAME

Windows Error 0x000020B1 - 8369
The attribute cannot be modified because it is owned by the system.
ERROR_DS_CANT_MOD_SYSTEM_ONLY

Windows Error 0x000020B2 - 8370
Only the replicator can perform this function.
ERROR_DS_REPLICATOR_ONLY

Windows Error 0x000020B3 - 8371
The specified class is not defined.
ERROR_DS_OBJ_CLASS_NOT_DEFINED

Windows Error 0x000020B4 - 8372
The specified class is not a subclass.
ERROR_DS_OBJ_CLASS_NOT_SUBCLASS

Windows Error 0x000020B5 - 8373
The name reference is invalid.
ERROR_DS_NAME_REFERENCE_INVALID

Windows Error 0x000020B6 - 8374
A cross reference already exists.
ERROR_DS_CROSS_REF_EXISTS

Windows Error 0x000020B7 - 8375
It is not permitted to delete a master cross reference.
ERROR_DS_CANT_DEL_MASTER_CROSSREF

Windows Error 0x000020B8 - 8376
Subtree notifications are only supported on NC heads.
ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD

Windows Error 0x000020B9 - 8377
Notification filter is too complex.
ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX

Windows Error 0x000020BA - 8378
Schema update failed: duplicate RDN.
ERROR_DS_DUP_RDN

Windows Error 0x000020BB - 8379
Schema update failed: duplicate OID
ERROR_DS_DUP_OID

Windows Error 0x000020BC - 8380
Schema update failed: duplicate MAPI identifier.
ERROR_DS_DUP_MAPI_ID

Windows Error 0x000020BD - 8381
Schema update failed: duplicate schema-id GUID.
ERROR_DS_DUP_SCHEMA_ID_GUID

Windows Error 0x000020BE - 8382
Schema update failed: duplicate LDAP display name.
ERROR_DS_DUP_LDAP_DISPLAY_NAME

Windows Error 0x000020BF - 8383
Schema update failed: range-lower less than range upper
ERROR_DS_SEMANTIC_ATT_TEST

Windows Error 0x000020C0 - 8384
Schema update failed: syntax mismatch
ERROR_DS_SYNTAX_MISMATCH

Windows Error 0x000020C1 - 8385
Schema deletion failed: attribute is used in must-contain
ERROR_DS_EXISTS_IN_MUST_HAVE

Windows Error 0x000020C2 - 8386
Schema deletion failed: attribute is used in may-contain
ERROR_DS_EXISTS_IN_MAY_HAVE

Windows Error 0x000020C3 - 8387
Schema update failed: attribute in may-contain does not exist
ERROR_DS_NONEXISTENT_MAY_HAVE

Windows Error 0x000020C4 - 8388
Schema update failed: attribute in must-contain does not exist
ERROR_DS_NONEXISTENT_MUST_HAVE

Windows Error 0x000020C5 - 8389
Schema update failed: class in aux-class list does not exist or is not an auxiliary class
ERROR_DS_AUX_CLS_TEST_FAIL

Windows Error 0x000020C6 - 8390
Schema update failed: class in poss-superiors does not exist
ERROR_DS_NONEXISTENT_POSS_SUP

Windows Error 0x000020C7 - 8391
Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules
ERROR_DS_SUB_CLS_TEST_FAIL

Windows Error 0x000020C8 - 8392
Schema update failed: Rdn-Att-Id has wrong syntax
ERROR_DS_BAD_RDN_ATT_ID_SYNTAX

Windows Error 0x000020C9 - 8393
Schema deletion failed: class is used as auxiliary class
ERROR_DS_EXISTS_IN_AUX_CLS

Windows Error 0x000020CA - 8394
Schema deletion failed: class is used as sub class
ERROR_DS_EXISTS_IN_SUB_CLS

Windows Error 0x000020CB - 8395
Schema deletion failed: class is used as poss superior
ERROR_DS_EXISTS_IN_POSS_SUP

Windows Error 0x000020CC - 8396
Schema update failed in recalculating validation cache.
ERROR_DS_RECALCSCHEMA_FAILED

Windows Error 0x000020CD - 8397
The tree deletion is not finished.
ERROR_DS_TREE_DELETE_NOT_FINISHED

Windows Error 0x000020CE - 8398
The requested delete operation could not be performed.
ERROR_DS_CANT_DELETE

Windows Error 0x000020CF - 8399
Cannot read the governs class identifier for the schema record.
ERROR_DS_ATT_SCHEMA_REQ_ID

Log in or register to write something here or to contact authors.