I have installed Sybase ase on on windows. I am able to connect to it locally using JDBC. However when I try to connect to the database remotely using JDBC it doesnt seem to connect.
I get connection already closed error. I guess it is something to do with in interface entry. It has entry with NLWNSCK protocol and has IP address mentioned. I have checked with netstat -ano | find "5000" and it is listening on that IP.
I am not sure what could be wrong, please advise.