[SQLSERVER JDBC Driver] Error Establishing Socket. Connection Refused: Connect

xiaoxiao2021-03-06  41

To support SQL Server 2000 in WebLogic8.1, you must install Microsoft SQL Server 2000 Driver for JDBC (which can be downloaded on www.microsoft.com), then set the path in setdomainenv.cmd, because I originally installed SQL Server2000 personal version of SP1, so the JDBC link is always unsuccessful (ODBC access is normal). After many trials, I know that there is a bug in SQL Server2000SP1, and must be upgraded to SP3, and also uninstalling Windows XP SP2 to success.

The error prompt probably has the following, but can solve the above method:

Can not open a socket on yesir:.. 1433 Check host and port number and make sure the security manager allows this connection You can also try running the SocketApplet (java.net.ConnectException: Connection refused: connect).

转载请注明原文地址:https://www.9cbs.com/read-57383.html

New Post(0)