What does Windows error code 8245 (ERROR_DS_UNWILLING_TO_PERFORM) mean?

 
Previous Next
ERROR_DS_ALIAS_DEREF_PROBLEM ERROR_DS_LOOP_DETECT

ERROR_DS_UNWILLING_TO_PERFORM

ERROR_DS_UNWILLING_TO_PERFORM (0x00002035) is an Active Directory Domain Services LDAP result. The LDAP server understood the request but refuses to perform it because of policy, object state, or server restrictions.

What to check

  • Capture the LDAP diagnostic data; this result code is a wrapper and the extended message normally explains the refusal.
  • Check whether the target object is protected, read-only, system-owned, or outside the writable naming context.
  • Verify permissions and supported operation context before retrying.

Useful command

Get-WinEvent -LogName "Directory Service" -MaxEvents 50

Microsoft: AD DS LDAP operations · Microsoft: AD DS diagnostic logging · Microsoft: Get-ADObject


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