Connection between on-premises SQL server with Azure data factory

Robin Kashyap 0 Reputation points
2024-07-13T23:18:32.4866667+00:00

I tried to connect my local SQL server to Azure data factory but getting this error. Credentials are ok I double checked it

Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'localhost', Database: 'XXXXXXXXXX', User: 'XXXXXX'. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access.

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

No process is on the other end of the pipe

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
SQL Server Other
{count} votes

1 answer

Sort by: Most helpful
  1. LiHongMSFT-4306 31,566 Reputation points
    2024-07-15T03:25:30.75+00:00

    Hi @Robin Kashyap

    Some workarounds:

    Please check SQL Server Configuration Manager and ensure that TCP/IP protocol is enabled for your SQL Server instance.

    Ensure the firewall on your local machine or network is not blocking the connection to SQL Server.

    In SSMS, enable SQL Server and Windows Authentication in service instance property table.

    If still not work, please check SQL Server error logs for any additional error messages that might provide more details about the issue.

    Best regards,

    Cosmog


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

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.