SQL Server: error when connecting

Posted by atricapilla on Server Fault See other posts from Server Fault or by atricapilla
Published on 2010-06-14T11:15:35Z Indexed on 2010/06/14 11:23 UTC
Read the original article Hit count: 280

(migrated from stackoverflow)

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?

© Server Fault or respective owner

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: 279

Filed under:
|
|
|

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

Related posts about networking

Related posts about sql-server