Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-12-2018 09:08 AM
Extending Neo4j in Java (@UserFunction...) does not allow adding properties.
...
node.setProperty("value",Double.toString(num));
....
error message:
org.neo4j.graphdb.security.AuthorizationViolationException: Token create operations are not allowed for user 'neo4j' with roles [admin] restricted to READ
read-access works perfectly
How can I change my role or add WRITE permission?
Thanks
10-12-2018 05:59 PM
Functions only have read access for write access you have to use a @Procedure(mode=WRITE)
All the sessions of the conference are now available online