| Previous | Next |
| ERROR_DS_NO_RESULTS_RETURNED | ERROR_DS_CLIENT_LOOP |
ERROR_DS_CONTROL_NOT_FOUND
ERROR_DS_CONTROL_NOT_FOUND (0x00002042) is an Active Directory Domain Services LDAP result. The LDAP client requested a control that the directory server does not support.
What to check
- Identify the control OID in the client trace or application configuration.
- Check the target server RootDSE supportedControl list.
- Treat a critical control as a hard requirement; do not continue without it unless the application explicitly supports a safe fallback.
Useful command
Get-ADRootDSE -Server "<dc-fqdn>" | Select-Object supportedControl
Microsoft: AD DS LDAP operations · Microsoft: LDAP ETW tracing · Microsoft: AD DS diagnostic logging
Looking for a different code? Search another status or error code.