SQL Server: error when connecting
Posted
by atricapilla
on Stack Overflow
See other posts from Stack Overflow
or by atricapilla
Published on 2010-06-14T08:52:16Z
Indexed on
2010/06/14
9:22 UTC
Read the original article
Hit count: 301
The application I'm using tries to connect SQL Server named instance running on a dedicated database server. Here's the error I'm getting:
The TCP/IP connection to the host <instance_name>, port 1433 has failed. Error: Connection refused: connect.
Is the firewall blocking my access or what? Should I dedicate a different port for this application?
© Stack Overflow or respective owner