What does NTSTATUS 0xC000A088 (STATUS_DS_OID_NOT_FOUND) mean?

 
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


Looking for a different code? Search another status or error code.