IR service Issue

Rohit Kulkarni 691 Reputation points
2021-06-11T09:14:17.83+00:00

Hello team

I am trying to create a Integration service in Azure data factory.but i am getting below mentioned error :

104741-image.png

Thanks in advance

Regards
RK

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,594 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,462 Reputation points Microsoft Employee
    2021-06-11T18:42:27.433+00:00

    Hi @Rohit Kulkarni ,

    Thanks for reaching out.

    Could you please confirm if you are receiving this error when creating Linked service or Integration runtime? By looking at the sql error code it seems like the user/service principal you are trying to use to access the master db doesn't have required permissions, login might have access to the SQL server instance but not to the database mentioned in the error. Could you please make sure the the login had required permissions for master database?

    For more clarification please refer to this doc: https://learn.microsoft.com/en-us/sql/relational-databases/errors-events/mssqlserver-916-database-engine-error?view=sql-server-ver15

    Here are related docs:

    1. https://learn.microsoft.com/azure/azure-sql/database/authentication-aad-service-principal
    2. https://techcommunity.microsoft.com/t5/azure-sql/azure-ad-service-principal-authentication-to-sql-db-code-sample/ba-p/481467

    Let us know how it goes.

    Thanks


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.