Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-06-2022 05:04 PM
There is no procedure with the name `apoc.periodic.iterate` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
Solved! Go to Solution.
08-06-2022 05:56 PM
The procedure name matches what is in the apoc documentation, so it is spelled correctly. I have to ask the obvious question “is apoc installed?”
also, I don’t think you need the unwind and the forEach loop. I believe you can delete the forEach and just leave the merge following the unwind and the results will be the same. This is because there is nothing in the forEach loop referencing the loop variable ‘set’.
08-07-2022 01:17 AM
Hello @IchsanALi 😊
The APOC plugin must be installed on your database and your neo4j.conf must be configured like this:
dbms.security.procedures.unrestricted=jwt.security.*,apoc.*,gds.*
dbms.security.procedures.allowlist=apoc.*,gds.*
Regards,
Cobra
08-06-2022 05:08 PM
I'm using Neo4j version 4.4.4
08-06-2022 05:56 PM
The procedure name matches what is in the apoc documentation, so it is spelled correctly. I have to ask the obvious question “is apoc installed?”
also, I don’t think you need the unwind and the forEach loop. I believe you can delete the forEach and just leave the merge following the unwind and the results will be the same. This is because there is nothing in the forEach loop referencing the loop variable ‘set’.
08-06-2022 07:26 PM
I'm using APOC version 4.4.0.3
08-06-2022 09:18 PM
Do you see it in the browser when you execute ‘show procedures where name starts with “apoc” ‘
08-07-2022 02:29 AM
thks
08-07-2022 01:17 AM
Hello @IchsanALi 😊
The APOC plugin must be installed on your database and your neo4j.conf must be configured like this:
dbms.security.procedures.unrestricted=jwt.security.*,apoc.*,gds.*
dbms.security.procedures.allowlist=apoc.*,gds.*
Regards,
Cobra
08-07-2022 02:28 AM
done, thanks
All the sessions of the conference are now available online