0

Someone having the same error while trying to connect to Quicksight from SQL Server?

Any thought of what might be wrong?

Obs: I Have view only user with remote access.

error message

ADrex
  • 105
  • 3
  • 16

1 Answers1

0

Have you enabled 'Named Pipes'?

Open the 'SQL Server Configuration' application.

In the left pane, go to 'SQL Server Network Configuration' -> 'Protocols for [instance-name]'

Right-click on both 'Named Pipes' and 'TCP/IP' and select 'enable'.

Double check TCP port:

Double-click on 'TCP/IP'

Select 'IP Addresses' tab

Scroll to IPAII (down below and check TCP Port, it should be 1433 [default])

Finally Restart the 'SQL Server ([instance-name])' services.

Community
  • 1
  • 1
CR241
  • 2,293
  • 1
  • 12
  • 30
  • Hi CR241, thank you for the tip. I checked and both were disabled. I asked admin company to enable and the answer was:"*it's impossible as it is not a regular SQL server hosted on premises. The only access you have is over TCP/IP". – ADrex Mar 15 '19 at 21:38
  • Does it proceed? – ADrex Mar 15 '19 at 21:39
  • It's not ideal case, at least try connect after TCP/IP 'enable'. usually TCP Protocol is good in practice,If still it's not working I don't know the reason.. – CR241 Mar 15 '19 at 23:42
  • The server is running outside my Office, I looged only through Management Studio. SQL Server Config. is looking at my local server, which has nothing. Any guesses on how can I check if it is Enabled on the other server? – ADrex Mar 18 '19 at 12:33