Forum Discussion

sphillips-analy's avatar
sphillips-analy
Regular Visitor
1 year ago
Solved

Azure Sql Database Connector Error in Azure Data Factory and Synapse Pipelines

Started receiving this error when connecting to an Azure SQL Database in both Synapse Pipelines and Azure Data Factory.

I can provide more info about the environment and configuration if asked for.

What are some possible causes and solutions?

 

Thanks

 

 

  • After changing the Lookup activity for the Built-In Pool to use a dataset connected to an Azure Synapse Analytics linked service, the errors cleared and pipelines started succeeding again.

     

    For the primary Copy Activity against the Built-In Pool we continued using a dataset connected to an Azure SQL Database linked service and it succeeded.

     

    Based on this, the issue seems isolated to the Azure SQL Database connector when used in a Lookup activity.

  • This was resolved during a screen sharing session with Microsoft support. The issue was likely due to limitations of the System Managed Identity (SMI) authentication method within Synapse Workspace. The preview option for copy and lookup activity for a dataset referencing an Azure SQL Database works with Client-Secret and User-Assigned Managed Identity (UMI) authentication options. For my company, we elected to use UMI authentication as the solution.

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    HI sphillips-analy,

    What type of pipeline are you worked? The Azure synapse pipeline or fabric data pipeline? Can you please share some more detail about these?

    Regards,

    Xiaoxin Sheng

  • This is a Synapse pipeline with 1 activity to lookup values from a configuration table located on an Azure SQL Datbase. Let me know if there's more specifics you'd like to know about.

  • Just discovered this also impacts doing lookups against our Built-In Pool as well.

  • After changing the Lookup activity for the Built-In Pool to use a dataset connected to an Azure Synapse Analytics linked service, the errors cleared and pipelines started succeeding again.

     

    For the primary Copy Activity against the Built-In Pool we continued using a dataset connected to an Azure SQL Database linked service and it succeeded.

     

    Based on this, the issue seems isolated to the Azure SQL Database connector when used in a Lookup activity.

  • This was resolved during a screen sharing session with Microsoft support. The issue was likely due to limitations of the System Managed Identity (SMI) authentication method within Synapse Workspace. The preview option for copy and lookup activity for a dataset referencing an Azure SQL Database works with Client-Secret and User-Assigned Managed Identity (UMI) authentication options. For my company, we elected to use UMI authentication as the solution.