Consultor Eletrônico



Kbase P101823: Error "Server did not respond" trying to connect to database using SQL Explorer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/12/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
UNIX

SYMPTOM(s):

Error "Server did not respond" trying to connect to database using SQL Explorer.

SQL Explorer fails to connect to the database

SQLState=HY000
ErrorCode=-30033
[JDBC Progress Driver]:Server did not respond

JDBC connection fails.

ODBC connections to the same database works fine

CAUSE:

Doing an OS copy of the file while the default file creation mask in the bash/cygwin environment is -- 022 (644). This brings the file creation mask into play.

FIX:

Using the CHMOD command to reset the permisissions fixed the problem.