cypher - Unable to set property to a node in Neo4j -


i'm trying set property node in neo4j below.

match (n:person)   n.first_name = "test_user"  set n.last_name = "user_test"  return n limit 25 

and im getting org.neo4j.kernel.api.exceptions.transactionfailureexception: error in browser.

enter image description here

updating nodes of other label working fine. replaced graph.db older version still problem not solved.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -