i try to create connection mssql using Neo4j ETL Tools
but, when i enter the information needed, it throw error message
Exception in thread "main" java.lang.AbstractMethodError: com.microsoft.sqlserver.jdbc.SQLServerConnection.getSchema()Ljava/lang/String;
at org.neo4j.etl.rdbms.Support.successMessage(Support.java:64)
at org.neo4j.etl.rdbms.Support.testConnection(Support.java:33)
at org.neo4j.etl.rdbms.Support.main(Support.java:74)