Kbase P96666: Error 8933 when attempting to connect to a Progress Database from a JDBC or ODBC Client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/10/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Using JDBC or ODBC Client
Connecting to Progress Database is resulting to the error:
Client/Server SSL Encrypton mismatch. (8933)
JDBC or ODBC Client is not using any encryption's startup parameter
Example: sqlexp <dbname> -S <port>
The Database is started using an encryption startup the parameter
Example: proserve <dbname> -S <port> -ssl
CAUSE:
The error is due to a mismatch Encryption parameter between the Client and the Server
FIX:
Start the JDBC or ODBC Client with the appropriate Encryption parameter that matches the Server Encryption's parameter.
With the example above, the JDBC or ODBC client has to be started with -ssl as a startup parameter.