| Previous | Next |
| ERROR_DS_SORT_CONTROL_MISSING | ERROR_DS_RIDMGR_DISABLED |
ERROR_DS_OFFSET_RANGE_ERROR
ERROR_DS_OFFSET_RANGE_ERROR (0x00002046) is an Active Directory Domain Services LDAP result. The requested offset in an LDAP result window is outside the range that the server can return.
What to check
- Verify the requested offset, result count, and sort order after each page of results.
- Restart the search when the underlying directory can change between pages and invalidate a virtual-list position.
- Use supported paging and sort controls rather than calculating offsets from an assumed static result set.
Useful command
Get-ADRootDSE -Server "<dc-fqdn>" | Select-Object supportedControl
Microsoft: AD DS LDAP operations · Microsoft: LDAP policy with Ntdsutil · Microsoft: LDAP ETW tracing
Looking for a different code? Search another status or error code.