Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-30-2020 05:03 PM
``poc.meta.stats is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.`
CALL apoc.meta.stats()
I have tis setting:
dbms.security.procedures.unrestricted=gds.*
So how to configure this meta.status() procedure to work?
Solved! Go to Solution.
10-31-2020 03:34 AM
Hello @lingvisa
Try this and don't forget to restart the database.
dbms.security.procedures.unrestricted=gds.*,apoc.*
Regards,
Cobra
10-31-2020 03:34 AM
Hello @lingvisa
Try this and don't forget to restart the database.
dbms.security.procedures.unrestricted=gds.*,apoc.*
Regards,
Cobra
All the sessions of the conference are now available online