cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Getting error in cypher -"Unknown function 'apoc.coll.remove'"

Hi
my cypher query is -"RETURN apoc.coll.remove([1,3,5,7,9], 1, 2) AS output"

I am getting error org.springframework.dao.InvalidDataAccessResourceUsageException: Unknown function 'apoc.coll.remove'
help!

1 REPLY 1

Hi, @rdkolhe !

Did you add dbms.security.procedures.unrestricted=apoc.* in the security section in your neo4.conf file? With this you enable usage of APOC in your system.