I have developed a client-server application which the server side is MS SQL Server 2000 and the client app is developed in Java.
At home, I have Office XP developers version installed on my machine and my java app can connect to ms sql server fine - using localhost or my computer name as the server name. Interestingly, when i specify my ip address as the server name the connection fails. When I put the app on another computer on my home network it wouldn't connect to the sql server on my machine. Both computers are on the same subnet.
I did a port scan from my computer and port 1433 was 'visible', but when I did a port scan from the other computer on the same subnet, port 1433 (on my computer) was not visible - why?
What settings(?) could possibly be making the port 1433 'invisible' to other computers on the same subnet???
Any help would be much appreciated...
...or, is this just a sign of lack of sleep?
cheers,
dan
At home, I have Office XP developers version installed on my machine and my java app can connect to ms sql server fine - using localhost or my computer name as the server name. Interestingly, when i specify my ip address as the server name the connection fails. When I put the app on another computer on my home network it wouldn't connect to the sql server on my machine. Both computers are on the same subnet.
I did a port scan from my computer and port 1433 was 'visible', but when I did a port scan from the other computer on the same subnet, port 1433 (on my computer) was not visible - why?
What settings(?) could possibly be making the port 1433 'invisible' to other computers on the same subnet???
Any help would be much appreciated...
...or, is this just a sign of lack of sleep?
cheers,
dan