I have successfully connected to the docker instance of neo4j within the BloodHoundCE distribution. Added the two lines to apoc.conf in the conf folder .
When i ran generate all's good, however when i ran the importdb to upload the new AD environment, the following error occurs:
Neo4jError occurred: {code: Neo.ClientError.Procedure.ProcedureNotFound} {message: 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.}
Any idea what that could be.
Mark
I have successfully connected to the docker instance of neo4j within the BloodHoundCE distribution. Added the two lines to apoc.conf in the conf folder .
When i ran generate all's good, however when i ran the importdb to upload the new AD environment, the following error occurs:
Neo4jError occurred: {code: Neo.ClientError.Procedure.ProcedureNotFound} {message: There is no procedure with the name
apoc.periodic.iterateregistered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.}Any idea what that could be.
Mark