β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