cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Importing Data using ETL tool

akaur
Node Link

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?

4 REPLIES 4

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.

jggomez
Graph Voyager

Hi, another option

Thanks