Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-21-2020 02:39 PM
I am getting this error when I run the first command in section 2. Please help
CALL algo.list()
ERROR
Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name algo.list
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
List available procedures
I have installed Neo4J 4.1.0 on Windows 10.
Thanks,
KS
Solved! Go to Solution.
07-21-2020 03:36 PM
Hello @kanranmm and welcome to the Neo4j community
There are several ways:
CALL dbms.procedures()
CALL dbms.functions()
CALL apoc.help('')
CALL gds.list()
Regards,
Cobra
07-21-2020 03:36 PM
Hello @kanranmm and welcome to the Neo4j community
There are several ways:
CALL dbms.procedures()
CALL dbms.functions()
CALL apoc.help('')
CALL gds.list()
Regards,
Cobra
07-21-2020 05:53 PM
Thank you very much. That worked.
All the sessions of the conference are now available online