Hello,
I am not able to connect to my SQL server on prem. I am using enterprise gateway which seems to be fine (I have no issues with the gateway which i also use to refresh and query data through Power BI and it works without any issues).
My TCP port on is showing to be 1433.
More details on the error message below. Any ideas how to fix this will be highly appreciated.
Thank you
OUTPUTS
• Headers
{ "Pragma": "no-cache", "x-ms-request-id": "9b66acb3-d2f6-4a49-af7c-721ce2467f30", "Cache-Control": "no-cache", "Date": "Wed, 11 Jan 2017 14:48:31 GMT", "Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0", "X-AspNet-Version": "4.0.30319", "X-Powered-By": "ASP.NET", "Content-Length": "769", "Content-Type": "application/json; charset=utf-8", "Expires": "-1" }
• Body
{ "status": 400, "message": "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)\r\n inner exception: Microsoft SQL: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)", "source": "127.0.0.1" }