Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-02-2019 01:28 PM
Desktop version
|Version:|3.5.6|
|Edition:|Enterprise|
APOC:3.5.0.4
Error Neo.ClientError.Procedure.ProcedureNotFound: 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.
12-02-2019 02:50 PM
Can you run any other apoc function?
12-03-2019 02:39 AM
few of the functions are present like: "apoc.coll.partition","apoc.coll.split"
12-03-2019 03:01 AM
What does this return:
call apoc.help('apoc.refactor.merge')
This should provide you the entries for any function or procedure whose name contains the text. On my 3.5.6 instance using Neo4j Desktop and APOC 3.5.0.4, I get two entries, one for apoc.refactor.mergeNodes
and the other for apoc.refactor.mergeRelationships
.
If you don't get those results, then you may be using a bad APOC jar, and we'd suggest removing the one you have and reinstalling.
12-03-2019 06:07 AM
Does your neo4j.conf
contain:
dbms.security.procedures.unrestricted=apoc.*
12-16-2019 08:22 PM
settings has
dbms.security.procedures.unrestricted=my.extensions.example,my.procedures.,algo.,graphql.,apoc.
12-16-2019 08:24 PM
It said Procedure not found. Although I had reinstalled APOC jar, however I will try this once again
12-17-2019 04:22 AM
can you post the result of ls -l plugins
?
12-17-2019 10:15 AM
All the sessions of the conference are now available online