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.

Error when tring to execute apoc.refactor.mergeNodes

lx2pwnd
Node Clone

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 ?

1 ACCEPTED SOLUTION

Hello, try this:)

dbms.security.procedures.whitelist=apoc.*

Don't forget to restart the database:)

View solution in original post

3 REPLIES 3

Hello, try this:)

dbms.security.procedures.whitelist=apoc.*

Don't forget to restart the database:)

I love you. Thanks a lot

No problem, it's a bit quick to be in love