How to access Azure SQL database from Azure Data factory to copy table from on-premise SAP ?

Madhavan Alagesan 6 Reputation points
2022-04-27T08:39:49.77+00:00

I am trying to copy from the on-premises sap table to the Azure SQL database using Azure Data Factory.
Integration runtime is running on VM and added this IP in SQL server client IP.

Error:
Check the linked service configuration is correct, and make sure the SQL database firewall allows the intergration runtime to access.

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,611 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 29,896 Reputation points MVP
    2022-04-27T08:47:48.467+00:00

    Hey,
    can you please test the below scenarios :

    1. Test the linked service connections for the source and the sink
    2. If the linked service connections are successful and the issue is only during copy activity,
      test whether you are able to access the source and sink within the IR because whenever we use copy activity with an IR, both source and sink must be accessible via IR
    1 person found this answer helpful.