LDAP: error code 12 - 00000057: LdapErr: DSID-0C090B19, comment: Error processing control, data 0, v4563]

Qiu Vic 1 Reputation point
2022-03-07T03:24:06.913+00:00

I am using LDAP protocol pagination to query users in AD group and get exception:

LDAP: error code 12 - 00000057: LdapErr: DSID-0C090B19, comment: Error processing control, data 0, v4563]

I can find the meaning of LDAP: error code 12 - 00000057: LDAP_UNAVAILABLE_CRITICAL_EXTENSION -->Indicates that the LDAP server was unable to satisfy a request because one or more critical extensions were not available. Either the server does not support the control or the control is not appropriate for the operation type.
But this indicates a certain type of column error, I also need to locate the specific error, and I can't find any information to refer to what " LdapErr: DSID-0C090B19, comment: Error processing control, data 0, v4563" means. Is there any information that can help me locate the cause of the issue?

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server User experience Other
{count} votes

1 answer

Sort by: Most helpful
  1. Gary Reynolds 9,621 Reputation points
    2022-03-08T07:54:38.793+00:00

    Hi

    Have at look at this answer which covers a similar question. https://learn.microsoft.com/en-us/answers/questions/570480/what-does-this-dsid-ldaperr-dsid-0c090aff-error-co.html

    As to the reason for the error, it could be that the server doesn't support the control but if the control is listed in the supported controls in the rootdse you should be good. Most likely reason for the error is that the control has the wrong parameter.

    Gary.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.