It's not a huge db it has less than 200 nodes
the labels are just 3
Can you share the sql script?
So I'll be able to replicate you environment
This is the sql file of the database
https://drive.google.com/file/d/1-sinhfodh99BrXW0n4R9V9ec_0n5NMac/view
It seems like a binary file, can you export sql statements?
Don't mind anymore, I imported the dump. I'll be back asap
I've got the file
https://drive.google.com/file/d/1IvPwabSuOuZU_n8R8KjS6cYReZLbRacb/view?usp=sharing
Thanks
can you try with this?
@conker84 I have tried multiple variations of file:// and all throw a variation of:
"An error occurred while processing Graph Application .
Cannot resolve graph app type. Please check your internet connection or Graph App link."
neo4j-etl-ui-1.4.0-test.tar.gz is present in C:\Neo4JTest. The extracted files are in C:\Neo4JTest\neo4j-etl-ui-1.4.0-test.tar.
Can you provide an example of the file:// command. Thanks.
@keith1 for me file://C:\Users\Andrea\Downloads\neo4j-etl-ui-1.4.0-release.test.1.tar.gz
worked
This time I also got the error
An error occurred while processing Graph Application Neo4j Etl Ui 1.4.0 Test.
Cannot resolve graph app type. Please check your internet connection or Graph App link.
I tested on two different PCs an it works.
Please check that you are providing the correct path the file extension must be tar.gz
not tar
so don't try to decompress it. One more thing, the md5
of the file is d2346fbead52fa713ba0aa87a13d4766
please check that your is not corrupted
Thanks, I was able to add the ETL tool, when I import data at first there is an error but then it shows that the import was successful I checked the database and all the data was there.
I appreciate your help thank you so much.
@khalilamal114 I also fixed that error message. Can you test this new package?
Reverting back to the previous version fixed the save mapping problem but the database will still not render, ie completely save data. It hangs at after creating the nodes and beginning to create relationships in both Windows and MacOS. This is a POC project with the goal of using Neo4j enterprise hosted on AWS. The fact a release of the desktop version does not work in either Windows or MacOS is concerning. Thanks for your help in solving the problems.
@keith1can, this could be not directly related to the ETL tool.
Can you share the ETL/Neo4j logs?
How big is the dataset?
What is the Neo4j Configuration?
@conker84 ok
thanks again.
@conker84 before the release 2019-09-23, everything worked fine. My colleague is using the MacOS desktop and ETL tool is also having similar problems.
Configuration:
Desktop - Windows 10
Neo4j desktop version 1.2.1
ETL Tool versions 1.4.0, 1.4.1, 1.4.2. 1.4.1 was replaced by 1.4.2 which actually did not get as far when attempting to save the data.
Database: SQL Server 2016 R2.
Data set size ~ 500,000 rows
Github ticket with logs: neo4j ETL will not save data · Issue #57 · neo4j-contrib/neo4j-etl · GitHub
Let me know if there is anything else required to find and fix the issue. Thanks.