I receive a driver not found error using the URI and when I point to the derbyclient.jar file
Page 1 / 1
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)
@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