Question

Has anyone tried the JDBC reader with Apache Derby?


Badge +6

I receive a driver not found error using the URI and when I point to the derbyclient.jar file


2 replies

Badge
You have placed the .jar in your Java CLASSPATH (<fme install>/plugins would work in a pinch), and have specified the Driver Class Name as org.apache.derby.jdbc.EmbeddedDriver in the JDBC format settings box? (I assume you are trying to use the driver from https://db.apache.org/derby/docs/10.4/devguide/cdevdvlp40653.html)
Badge +6

@ravenkopelman Thanks that gave me the hint I needed. I had to switch to the ClientDriver and copy the derbyclient.jar to the plugin directory.

Jurgen

Reply