| Previous | Next |
| STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS | STATUS_INCORRECT_ACCOUNT_TYPE |
STATUS_DS_OID_NOT_FOUND
The specified OID does not resolve
This status means the directory operation named an object identifier that AD could not locate in the relevant mapping or schema context. It is different from a normal group or user not found; the lookup key is an OID.
OID failures are common around schema, certificate, claim or authentication mapping features where numeric dotted identifiers are used as stable names. Verify the exact OID string and where it is supposed to be registered.
What to inspect
- Capture the exact dotted OID and the feature using it.
- Search the schema or mapping container that should contain the OID.
- Check replication if the OID was recently added or changed.
References
- Microsoft: system error codes for DS OID statuses
- Microsoft: Active Directory schema
- LDAP schema model: RFC 4512
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.