Consultor Eletrônico



Kbase P124336: Cannot connect to OE10.1x database using SQL connections
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/04/2008
Status: Verified

FACT(s) (Environment):

OpenEdge 10.1x
HP-UX

SYMPTOM(s):

Cannot connect to OE10.1x database using SQL connections

SQL connections on HPUX error 8933

Error: <command name | SQL Exception message>. (8933)

CAUSE:

Classic classes were removed from the IBM java

FIX:

Change the VMTYPE to server then restart the database:

1) backup then open $DLC/bin/java_env

2) go to the HP UX section:
change VMTYPE=classic to VMTYPE=server

3) set the correct environment:
run the proenv script in the OpenEdge installation, bin directory eg: /oe/v101B00/dlc/bin/proenv
proenv>. java_env
proenv>. slib_env

4) restart the database in question
_mprosrv dbname [.. database startup parameters .. ]

5) retry the SQL connection