Search code examples
neo4jgdscript

Graph data science library install issue


I had a problem installing the GDS library of neo4j. I followed the steps in this tutorial, but when I wanted to verify the installation using the last two commands Return gds.version() worked but CALL gds.list doesn't work and shows me this error:

enter image description here

I have windows 7 and a neo4j server community edition (4.4.5).


Solution

  • Ensure that you do add this configuration on the file located in <NEO4J_HOME>/conf/neo4j.conf

    # A comma separated list of procedures and user defined functions that are allowed
    # full access to the database through unsupported/insecure internal APIs.
    dbms.security.procedures.unrestricted=gds.*