On our Neo4j 3.0.3, I tried to delete relationships and nodes from the 
browser by:

match (n:node_type_A {day: 17016}) detach delete(n)

I got this error:

Relationship[482224340,used=false,source=-1,target=-1,type=-1,sCount=1,sNext=-1,tCount=1,tNext=-1,prop=-1,
secondaryUnitId=-1, sFirst, tFirst] not in use


match (n:node_type_A {day: 17016})-[r]->(m) with n, r limit 1000 delete n, 
r return count(n) as deletedRelsCount

also gave me exactly the same error message. 482224340 may be the ID of a 
relationship. I guess there is an inconsistency of this particular 
relationship within Neo4j. 

Is there a way (or tool) to delete this "abnormal-shaped" relationship so 
that I can delete the rest of relationships?
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to