SQL server connection trouble in network but not in local

Posted by user1517139 on Stack Overflow See other posts from Stack Overflow or by user1517139
Published on 2012-07-11T09:05:25Z Indexed on 2012/07/11 9:15 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

for the first time that I would work with SQL SERVER 2005, the jdbc connection doesn't work in the network I searched and have done thousand of things that doesn't work, i also want to precise that i already had worked with other DBMS, so here is the problem: when i try to connect by jdbc from the machine where sql server is installed everything work just fine, but when i try from a different machine, the jdbc is unable to create the connection, i already checked that TCP/IP communication is enabled that the port (not dynamically assigned) is 1433 and i even tried with different ports, i also tried with the same driver and different driver, i checked that i was able to communicate with the http server (who is installed in the machine where SQL server is installed) and it works but that jdbc connection can't, i tried thousand of things until i forgot some of them, someone please help

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about networking