Question using Dbeaver - how to obtain <oeinstalldir>/java/openedge.jar ?

I took it from the Linux server and copied to the DBeaver jre folder. When setting the details there is nothing in the class drop-down list. THen when I test the connection I get an error message :

1568379434363.png

It looks like I can't find the Class in the Driver Config.

1568379571911.png

I may be having trouble understanding this setup.

Regards
Richard
 

Osborne

Active Member
You say you have copied the file from the Linux server but as RealHeavyDude posted the files should be in the DLC directory. For example I have the relevant library file in:

C:\Progress11\OpenEdge\java\openedge.jar

And selecting "Find Class' shows the driver available:

1568620082133.png

Do you have Progress installed on the Windows machine that is running DBeaver?
 

RealHeavyDude

Well-Known Member
Can't speak for OE12, but: In order to use a JDBC driver on a Windows system you need to install it. A copy of the *.jar files to the system is not sufficient.
You need to install the SQL Client access from Progress on Windows. As far as I know it is a so-called deployment product which you can download free of charge.

 
Top