We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I am trying to use dataflow gen 2 in fabric to pull data from oracle to my onelake. But after I set the destinaion as onelake & choose my onelake, I am facing the below error:
Solved! Go to Solution.
Hi @_augustine_
You seem to be experiencing a connection problem. This error message indicates that there was a problem establishing a connection to SQL Server, specifically mentioning a network-related error or an instance-specific error.
There are several possible reasons for getting these error messages. You can try the following steps to resolve the problem:
1.Check that you can ping the SQL Server box
2.Check that the SQL Services are running
3.Check that the SQL Server Browser service is running
4.Check that you are using the correct SQL Server instance name
5.Check that you can find the SQL Server
6.Check that TCP/IP and Named Pipes are enabled
7.Check that allow remote connections for this server is enabled
8.Check the port number that SQL Server is using
9.Check that the firewall is not blocking access to SQL Server
10.Check that the Service Principal Name has been registered
You can view the link below for more details:
Resolving could not open a connection to SQL Server errors (mssqltips.com)
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @_augustine_
You seem to be experiencing a connection problem. This error message indicates that there was a problem establishing a connection to SQL Server, specifically mentioning a network-related error or an instance-specific error.
There are several possible reasons for getting these error messages. You can try the following steps to resolve the problem:
1.Check that you can ping the SQL Server box
2.Check that the SQL Services are running
3.Check that the SQL Server Browser service is running
4.Check that you are using the correct SQL Server instance name
5.Check that you can find the SQL Server
6.Check that TCP/IP and Named Pipes are enabled
7.Check that allow remote connections for this server is enabled
8.Check the port number that SQL Server is using
9.Check that the firewall is not blocking access to SQL Server
10.Check that the Service Principal Name has been registered
You can view the link below for more details:
Resolving could not open a connection to SQL Server errors (mssqltips.com)
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.