Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to connect to a remote Computer and access the SQL Server database through a VPN,
when i ping the host the connection is fine and works properly.
but when i try to connect to the sql running in the host"s pc i get connection error
Are you getting an "Access Denied" message, or are you getting a message stating that "...can't find Server/Database?"
Nate
Hi Moslem,
That is belongs to Authentication Issue only , Ones do cross check with your Manager .
They will rise the access for u
Thanks,
Ravi
Hi,
Try to make sure your SQL server IP/host name and db login credentials working.
also do simple telnet ping from your end
C:\>telnet sqlserver_ip_address 1433
just change the Authentication type from SQL Server authentication instead of Windows
i believe need to select second option
"specific username and password"
When you say you are using VPN i believe you need to connect VPN and The remote is an another cluster with different nodes. So, I would ask you to test by yourself using that connection whether you can access DB or not (I meant to say privileges of account RDC)
Thank you for your replym, this is the error(SQL SERVER does not exist or Access Denied ) . i try to ping the host using a simple ping command in command prompt of windows and the VPN connection is fine , i also tried the ip address before the server name(192.168.11.1\ server name and instance name ) but no luck .
Hey kumar, i have the access and Authentication, and the SQL in the host does not need any username and password , they use windows authentication only
Thank you for your reply
i am using the Windows 10, i can not use the command Telnet , i just tried a simple ping from the command line and i got the response ,
the host also uses windows Authentication there is no username and password, or maybe i shoud give my own username and pass, don't i ?
the host uses Windows Autentication , do i have to have username and password ?