Share via

Openquery AD Permission Error

Mario Garcia Tarifa 1 Reputation point
2020-10-02T06:34:36.18+00:00

When I try to connect to a domain with a linked server I get the following error:

"The provider indicates that the user did not have the permission to perform the operation."

Using LDAP Browser if it works. Any suggestions?

Thanks

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.


1 answer

Sort by: Most helpful
  1. MelissaMa-msft 24,246 Reputation points Moderator
    2020-10-02T06:50:37.867+00:00

    Hi @Mario Garcia Tarifa ,

    Thanks for posting here.

    "The provider indicates that the user did not have the permission to perform the operation."

    This tells us that the user in your linked server configuraiton doesn't have access to the AD / LDAP server to perform that query. You may need to engage your SA team to ensure the account configured in your linked server has the correct access to query AD / LDAP.

    Could you please provide the complete query and error message? Then we could check further.

    Only according to your limited information provided, you could have a try with below methods:

    1. Make sure that linked Server was not missing the domain controller name. For example:“LDAP://DomainControllerName.com/OU=OrganizationalUnit,DC=DOMAIN,DC=NAME”.
    2. Make sure that your accounts have the right to search & Read AD.
    3. Check whether there is a configuration issue.

    Please also refer below link and check whether it is helpful to you.
    Query External LDAP Server from SQL Server

    Best regards
    Melissa


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

Your answer

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