Kbase 19987: Error in tcp bind 10061 during JDBC connection
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
Windows 32 Intel
Windows NT 32 Intel/Windows 2000
SYMPTOM(s):
Accessing Database with the SQL-92 JDBC Driver
Error in tcp bind 10061
Cannot connect to Progress Database using JDBC Driver
Exception received:
java.sql.SQLException: [JDBC Progress Driver]:Error in Network Daemon
at com.progress.sql.jdbc.JdbcProgress.createSQLException (Compiled Code)
at com.progress.sql.jdbc.JdbcProgress.standardError (JdbcProgress.java:6676)
at com.progress.sql.jdbc.JdbcProgress.SQLDriverConnect (JdbcProgress.java:2685)
at com.progress.sql.jdbc.JdbcProgressConnection.initialize (Compiled Code)
at com.progress.sql.jdbc.JdbcProgressDriver.connect (JdbcProgressDriver.java:166)
at java.sql.DriverManager.getConnection(Compiled Code)
at java.sql.DriverManager.getConnection(DriverManager.java:126)
at TestJDBC.main(Compiled Code)
CAUSE:
Error 10061 is a Winsock "connection refused" error. This occurs when attempting to connect to a Progress database via TCP/IP if the port number or service name of the database URL is not the same as that with which the Progress database was started.
FIX:
Make sure that the port number or service name in the database URL is the same as the port number or service name (-S parameter) with which the Progress database was started.