Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Neo4j relationship output not working - NoSuchElementException

I keep getting the following error when I try to create a Neo4j relationship in Talend, and I have no idea how to solve it. I have been stumped on this for 4 hrs.
Exception in component tNeo4jOutputRelationship_10
java.util.NoSuchElementException: More than one element in org.neo4j.index.impl.lucene.LuceneIndex$1@1e06d723. First element is 'Node' and the second element is 'Node'
Has anybody run into this problem, if so how did you solve it? Are there step by step instructions on how to create nodes and relationships from an RDBMS? I have tried what the guide has, but it does not work for me, please help.
Labels (3)
5 Replies
Anonymous
Not applicable
Author

Hi,
Did you check online component reference TalendHelpCenter:tNeo4jOutputRelationship with scenario?
Best regards
Sabrina
Anonymous
Not applicable
Author

Just did and it was very helpful, I was able to resolve my problem. Is there anyway to create unique relationships?
Anonymous
Not applicable
Author

I keep getting the following error when I try to create a Neo4j relationship in Talend, and I have no idea how to solve it. I have been stumped on this for 4 hrs.
Exception in component tNeo4jOutputRelationship
Has anybody run into this problem, if so how did you solve it? Are there step by step instructions on how to create nodes and relationships from an Excel and Hbase ? I have tried what the guide has, but it does not work for me, please help.
Anonymous
Not applicable
Author

Hi
Here's blog post walks through a method to import data into Neo4j from Microsoft SQL Server directly, 
you can check it at: Import Data into Neo4j Directly using Talend.
It has detailed explaination on all steps and one of them is .
It uses MS SQL Sever as source but you can easily change the source.
Please have a look. I would appreciate everyone's feedback and If you have any further questions or comments, please communicate them.
Best,
yass
Anonymous
Not applicable
Author

I keep getting the error mentioned in the beginning of the thread.seems  the relationship doesn't like one to many ... 
I did follow the references mentioned here but no lock.
any assistance will be much appreciated.