Hi,
I am trying to export data from MS SQL.
And I am getting an error while establishing the connection-
Error: Could not find or load main class org.neo4j.etl.rdbms.Support
I am not sure what the error refers to?
Hi,
I am trying to export data from MS SQL.
And I am getting an error while establishing the connection-
Error: Could not find or load main class org.neo4j.etl.rdbms.Support
I am not sure what the error refers to?
Any luck getting past this? I just installed Neo4j Desktop on OSX and am getting this as well when using the ETL tool.
Try this:
Download the appropriate JDBC driver (example: mssql-jdbc-6.2.2.jre8.jar) from Microsift site.
After downloading copy the .jar file to plugins folder and ran this script:
call apoc.load.driver("com.microsoft.sqlserver.jdbc.SQLServerDriver")
Hope this works!
I was still getting the error even after loading JDBC driver. For me, the issue was resolved after downgrading the Neo4j Desktop version. I downgraded Neo4j Desktop version to 1.3.4 , and now it works perfectly fine.
Hi, another option
Thanks