voici la signification de l'erreur (simple requête google)
-2147016661 0x8007202b LDAP_REFERRAL This error code occurs e.g. when passing an incorrect distinguished name in the OpenDSObject method of a Windows 2000 ADS. Especially, when the name of the naming context is incorrect (i.e. for example the specification of an invalid domain name).
Je pense que ta requête LDAP est incorrecte. Elle devrait plus ressembler à :
select * FROM 'LDAP://<serveur AD>/OU=monOU,DC=mondomaine,DC=com'
ou bien le chemin que tu utilises est incorrect ?
Ce n'est pas une pb de droits.
Partager