Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-19-2020 07:49 AM
I have neo4j version server 3.5.18 and I've installed apoc version 3.5.0.11. I think that I have correctly modified the conf file in this way
dbms.directories.plugins=/Users/lx2pwnd/Desktop/dev/neo4j-community-3.5.18/plugins
...
dbms.security.procedures.unrestricted=algo.*,apoc.*
...
dbms.security.procedures.whitelist=apoc.coll.*,apoc.load.*
But when I try to execute a query which contains CALL apoc.refactor.mergeNodes(..)
i get this error:
There is no procedure with the name `apoc.refactor.mergeNodes` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
What's wrong ?
Solved! Go to Solution.
05-19-2020 08:09 AM
Hello, try this:)
dbms.security.procedures.whitelist=apoc.*
Don't forget to restart the database:)
05-19-2020 08:09 AM
Hello, try this:)
dbms.security.procedures.whitelist=apoc.*
Don't forget to restart the database:)
05-19-2020 08:11 AM
I love you. Thanks a lot
05-19-2020 08:12 AM
No problem, it's a bit quick to be in love
All the sessions of the conference are now available online