Kbase P108820: Progress OpenEdge JDBC driver is marked with a red cross in the OpenEdge Architect settings
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/15/2009 |
|
Status: Unverified
SYMPTOM(s):
Progress OpenEdge JDBC driver is marked with a red cross in the OpenEdge Architect settings
Progress OpenEdge 10.1 JDBC driver has a red cross in the OpenEdge Architect
Progress OpenEdge JDBC Driver (DataDirect) has a red cross in the OpenEdge Architect
FACT(s) (Environment):
Blue checkmark is not on for the OpenEdge 10 Type 4 JDBC driver
Unable to make connections with the DB Navigator
OpenEdge 10.1x
OpenEdge 10.2x
Windows
CAUSE:
The exact cause is unknown at the time of this writing.
FIX:
Reconfigure the JDBC driver manually by following these steps:
- Go into Preferences -> DB Navigator -> JDBC Drivers.
- Double click on the Progress OpenEdge JDBC driver.
- Go to the "Extra Class Path" tab.
- Remove the 3 jar files (if present) and re-add them with the full path using the ADD button to select them. The following files should be present in the list:
<openedge path>\java\openedge.jar
<openedge path>\java\base.jar
<openedge path>\java\util.jar
- Manually type the Driver Class Name:
com.ddtek.jdbc.openedge.OpenEdgeDriver
- The Example URL should be:
jdbc:datadirect:openedge://hostname:port;databaseName=name