cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

After update from 4.1.X to 4.2 version cant grant new privilege

Greatings.

After update to neo4j 4.2 not work apoc functions from reader role, return error:

message: Executing a user defined function is not allowed for user 'User' with roles [PUBLIC, reader].

Yes, it's qute simple just find in docs need to run script for grant privileges:

GRANT EXECUTE FUNCTION apoc.* ON DBMS TO reader

But here start real problems it's return error:

This operation is not supported while running in compatibility mode with version Neo4j 4.1

Can't find anything about this compatibility in google or in config, run with specific cypher version like this not help:

CYPHER 4.2 GRANT EXECUTE FUNCTION apoc.* ON DBMS TO reader

neo4j version 4.2.0

apoc version 4.2.0.0

0 REPLIES 0