Consultor Eletrônico



Kbase P117329: Getting error 8933 in 10.1A using SQL Explorer to connect to database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/19/2009
Status: Verified

SYMPTOM(s):

Getting error 8933 in 10.1A using SQL Explorer to connect to database.

Error: [DataDirect][OpenEdge JDBC Driver]OE Broker fails to start SQL server.. (8933)

See sqlexp.log" and "SQLExplorer.exceptions" files for more information. (8950)

One or more of the following client parameters are set in the startup.pf in DLC:

-E
-debugalert
-NL
-rereadnolock

Errors posted in sqlexplorer.exceptions:
at com.ddtek.jdbc.openedge.client.OpenEdgeClientLoginRequest.preSubmitRequest(Unknown Source)

FACT(s) (Environment):

OpenEdge 10.1x
All Supported Operating Systems

CAUSE:

Bug# OE00130075

FIX:

Remove the following parameters from the startup.pf file in DLC:

-E
-debugalert
-NL
-rereadnolock

Failing this, check the startup.pf file to see if any parameters beyond the normal parameters are entered there. Remove extra parameters but leave the standard parameters in place.
Typical parameters in the startup.pf are:

-cpinternal ISO8859-1
-cpstream ISO8859-1
-cpcoll Basic
-cpcase Basic
-d mdy
-numsep 44
-numdec 46

Note that values for some of these parameters may differ on systems. Any additional parameters may be causing this problem.