Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Search Service - Facing an error while creating an Azure search indexer using Active directory password authentication connection string #4164

Closed
arunkathroju opened this issue Mar 27, 2018 · 1 comment

Comments

@arunkathroju
Copy link

I was trying to create an azure search indexer using active directory password authentication connection string but i was not able to create as there was an error saying "unable to load adalsql.dll (below screenshot)". Am I missing any thing here? Below is the connection string i was using.

Server=tcp:.database.windows.net,;Database=;Authentication=Active Directory Password;User ID=;Password=;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;

Error : Unable to load adalsql.dll (Authentication=ActiveDirectoryPassword). Error code: 0x2. For more information, see http://go.microsoft.com/fwlink/?LinkID=513072

@brjohnstmsft
Copy link
Member

@arunkathroju We don't support Active Directory authentication for SQL indexer at this time. Please vote on this User Voice item to help us prioritize.

The error message is misleading and we are improving it to make the true cause of the error clear.

Closing this issue as it is not related to the Azure Search .NET SDK.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants