I’m using FME to push and pull some data from Neo4J. For the connection I’m using the JDBC driver from Neo4J with the SQLExecutor. I’m getting various warning message in my FME logs and wondering if some configuration that can be done with the driver settings (connection property/value) to either prevent them or quiet them.
To be clear, my workbench succeeds and have no issue with everything completing. It is just these popup in FME Flow for completed Job logs.
Here are the two most popular (both warnings):
- JDBC Reader: Unable to preload JDBC Driver Class 'Neo4j'. Error: Neo4j
- JDBC Reader: Skipping data in column '.errorMessages' due to error (JDBC Type = JAVA_OBJECT, Vendor Type Name = MAP, Error: Method getBytes in class org.neo4j.jdbc.Neo4jResultSet is not yet implemented.)