Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
In Fabric data pipeline, I am trying to copy data from on-premise database to Fabric SQL database.
I am using service principal to authenticate with Fabric SQL database. I validated the authentication of the service principal with Fabric SQL database using SSMS and it works.
I am getting below error :
ErrorCode=UserErrorInvalidPluginType,'Type=Microsoft.DataTransfer.Common.Shared.PluginNotRegisteredException,Message=Invalid type 'FabricSqlDatabase' is provided in 'linkedServices'. Please correct the type in payload and retry.,Source=Microsoft.DataTransfer.ClientLibrary,'
Any idea how to resolve this .
Solved! Go to Solution.
It sounds like an issue with the linked service configuration. Have you checked if 'FabricSqlDatabase' is a supported type in your data pipeline setup? Also, ensure that all required permissions are granted to the service principal. Sometimes, revalidating the connection and updating the linked service type can resolve the issue. Hope this helps!
It sounds like an issue with the linked service configuration. Have you checked if 'FabricSqlDatabase' is a supported type in your data pipeline setup? Also, ensure that all required permissions are granted to the service principal. Sometimes, revalidating the connection and updating the linked service type can resolve the issue. Hope this helps!
Hi @Hemant_Patel ,
As suggested by @imrankhan0 @nilendraFabric , we wanted to check if your issue has been resolved ?
If their response addressed your query, kindly mark it as "Accept Answer" and click "Yes" if you found it helpful.
Should you have any further questions, feel free to reach out.
Thank you for being a valued member of the Microsoft Fabric Community Forum!
Hi @Hemant_Patel ,
Has the response from @nilendraFabric @imrankhan0 resolved your issue?
If it did, please consider marking the helpful reply as the accepted solution—this helps other community members with similar questions find answers more easily.
Thank you for being a valued member of the Microsoft Fabric Community Forum!
Hi @Hemant_Patel ,
As suggested by @imrankhan0 @nilendraFabric , we wanted to check if your issue has been resolved ?
If their response addressed your query, kindly mark it as "Accept Answer" and click "Yes" if you found it helpful.
Should you have any further questions, feel free to reach out.
Thank you for being a valued member of the Microsoft Fabric Community Forum
Hello @Hemant_Patel
For copying data to a Fabric SQL database, you may need to use `AzureSQLDatabase` linked service type.
please give it a try.
@nilendraFabric , Did not work? Got another error
ErrorCode=SqlFailedToConnect,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Cannot connect to SQL Database. Please contact SQL server team for further support. Server: . Check the connection configuration is correct, and make sure the SQL Database firewall allows the Data Factory runtime to access.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Data.SqlClient.SqlException,Message=A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.),Source=.Net SqlClient Data Provider,SqlErrorNumber=121,Class=20,ErrorCode=-2146232060,State=0,Errors=[{Class=20,Number=121,State=0,Message=A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - The semaphore timeout period has expired.),},],''Type=System.ComponentModel.Win32Exception,Message=The semaphore timeout period has expired,Source=,'
Hi @Hemant_Patel ,
Thanks for reaching out to the Microsoft Fabric Community forum.
The error message you're encountering indicates that there is a problem with connecting to your SQL Database. Here are some steps you can take to troubleshoot and resolve the issue:
Additonally you can refer this doc related to Troubleshoot connectivity issues in SQL Server :
A network-related or instance-specific error occurred - SQL Server | Microsoft Learn
Troubleshoot connectivity issues in SQL Server - SQL Server | Microsoft Learn
If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
Should you have any further questions, feel free to reach out.
Thank you for being a part of the Microsoft Fabric Community Forum!
Your suggestions are valid for SQL server. I am encountering error while connecting to Fabric SQL server.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.