Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-03-2022 06:54 AM
Hi,
I want to export my cypher graph using "CALL apoc.export.graphml.query" method. In this code, there is SET property and when i execute this code then i get an error as;
Set property for property 'time' on database 'neo4j' is not allowed for user 'neo4j' with roles [PUBLIC, admin, architect, editor, overridden, publisher, reader] overridden by READ.
However, this code works fine alone but inside apoc.export.graphml.query, i get an error like above.
Thank you.
10-03-2022 09:11 AM
I looked at the source code. The apoc.export.graphml.query procedure is a read only procedure, those it will not allow any write operations.
10-03-2022 02:42 PM
Is there any configuration setting like "dbms.security.procedure" in this process otherwise we can not do this operation ?
10-03-2022 03:57 PM
No. It is hard coded in the procedure’s definition itself. Each custom procedure is defined with a mode of read or write. This procedure’s mode is read.
All the sessions of the conference are now available online