Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-14-2022 03:19 AM
I am connecting through bolt protocol to a Neo4j Server instance.
When using apoc.periodic.iterate to set a property (calling apoc.ttl.expire), I get errors like this:
"org.neo4j.graphdb.QueryExecutionException: Set property for property 'ttl' on database 'neo4j' is not allowed for user 'andrea' with roles [PUBLIC, admin] overridden by TOKEN_WRITE overridden by READ."
Why is that if I should be assigned an admin role? Why do those final "overridden by.." occur?
Thanks
06-13-2022 06:32 PM
Hi Andrea,
I encountered the same issue😢, Did you solve this problem?
06-15-2022 12:48 AM
Hello @andrea_bucci and @song 🙂
Can you share the query, the database version and the APOC version?
Regards,
Cobra
09-13-2022 05:54 AM
Hello,
Something similar here, when doing a MERGE in apoc.when
Create node with labels 'Ville' on database 'neo4j' is not allowed for user 'neo4j' with roles [PUBLIC, admin] overridden by READ.
Unfortunately, I found no apoc specific setting that could solve it
https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/071eb592a6afe26840219e3fe00e20fda56b36e1...
And I have no idea why roles/auths seems to be applied in reverse
09-13-2022 06:41 AM
All the sessions of the conference are now available online