Unable to create data source.The analysis request operation is timed out before it was completed.
Details: Gd Server 80: Received error payload from gateway service with ID 67805: SqlException encountered while accessing the target data source
Status Code: 400
I am trying to setup Data Gateway on my On Premises Windows Server with SQL Server 2014 installed running on Port 9003
The Latest Data Gateway installed (downloaded 14th Sep 2022) in standard mode is running fine as we can see it appearing on Power BI Service
In Power BI Desktop the query timeout is set to 200 and the data is only a few KBs
Now, whenever we try to add credentials using "Basic" method for data source and provide the respective database's credentials, it gives us below error (image attached) - Not sure exactly why it happening but below 2 things to be noted
If we give incorrect password it returns the same error - means the error is returned even before the authentication
If we give incorrect server IP then it returns a different error "a
network related or instance specific error occurred..." - means the
PBi Service is able to access the server when given the correct
IP,port
I am able to connect the same IP,Port through Power BI Desktop and SSMS