Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I'm facing an issue where I cannot connect my power bi desktop to my client's sql server. I have already set up VPN of my client's server in my laptop. After i enter server name and trying to connect, this error occured:
Am i making a mistake anywhere? or is it impossible to connect to sql this way other than installing gateway in their server?
Please help. Thank you.
Solved! Go to Solution.
Hello @Anonymous, cool, that's how it should be 👍 now check with same serveraddress and port on ssms, <servername><comma><portnumber> authentication can be either windows/sql authentication as per your account setup. if you have access to server it should work if not you would end up with authentication error message
** 1433 is default port for SQL server unless your client has provided any other port for sql server.
@Anonymous : as Amit mentioned try connecting using SSMS first, however you might end up in same issue fromr SSMS.
Issue seems more on the networking/firewall side, as you mentioned the server is on client side you should check if you are able to telnet the server from cmd prompt after connecting to vpn
on cmd you can type telent <serveraddress><space><port> if its not going through you should ask client network team to make it accessible over vpn
Hi @Washivale , i followed your instructions on cmd, after i type those, it redirect me to blank page in cmd. Is this how it supposed to be?
Hello @Anonymous, cool, that's how it should be 👍 now check with same serveraddress and port on ssms, <servername><comma><portnumber> authentication can be either windows/sql authentication as per your account setup. if you have access to server it should work if not you would end up with authentication error message
** 1433 is default port for SQL server unless your client has provided any other port for sql server.
YESSS IT WORKED! Thank you so much @Washivale !!
One more question, once i complete building the dashboard, how do i set up to make it scheduled refresh? Do i have to install gateway in their server?
Hello @Anonymous: in your case ideal space for gateway would be in client environment, VPN connectivity could result into frequent refresh failures otherwise.
ookay so the way is i install gateway in their server
@Anonymous , first of all, check are you able to connect same on SQL server management studio.
You need make sure your user (windows/service or user account) have to access to database.
@Anonymous , refer if this can help
https://www.guru99.com/sql-server-management-studio.html