Share via

unbale to fetch the onprem stored procedure in ADF pipeline

Anonymous
2023-05-01T07:49:40.6833333+00:00

while I am fetching the stored procedure i am getting below error in the ADF pipeline.

Error :

Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'DBDEV-01', Database: '2_dev', User: 'YRE\Dev'. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access. Cannot open database "2_dev" requested by the login. The login failed. Login failed for user 'YRE\Dev'., SqlErrorNumber=4060,Class=11,State=1,

Azure SQL Database
Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


2 answers

Sort by: Most helpful
  1. Vinodh247 42,531 Reputation points MVP Volunteer Moderator
    2023-05-01T10:08:50.7233333+00:00

    Hi

    Thanks for reaching out to Microsoft Q&A.

    Did you try connecting the database from SSMS using login 'YRE\Dev'? did it throw the same error?

    1. Check the login has permission to access and run the SP
    2. Test the linked service connection if its working
    3. Check If the firewall is open to let the linked service access the database.

    Please Upvote and Accept as answer if the reply was helpful, this will be helpful to other community members.

    Was this answer helpful?

    0 comments No comments

  2. Samy Abdul 3,376 Reputation points
    2023-05-01T08:20:05.5766667+00:00

    Was this answer helpful?


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.