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.

Adiro
Node Link

Hi,
I'm using the Desktop version 4.4.3 and after installing APOC,I've noticed that many procedures are not available (e.g apoc.date.parse is missing and also almost all the other date functions, except 2: 'apoc.date.expire' and apoc.date.expireIn).

I've searched for an answer in previous discussions and followed the proposed solution - editting the settings, tried several settings with no sucess,
my current setting looks like this:

dbms.security.procedures.whitelist=apoc.*
dbms.security.procedures.allowlist=apoc.,gds.

this should have set all apoc procedures to be available but didn't work,

when I execute 'call dbms.procedures' ,I see that 320 apoc procedures available.

Any idea what am I missing here?

Thanks,

Comments
Cobra
Ninja
Ninja

Hello @Adiro

How did you test the availability of the functions?
Are you using Neo4j Desktop?

Regards,
Cobra

sameer_gijare14
Graph Buddy

Have you installed apoc libraries in your current
installation.
Thanks
Mr. Sameer G

Adiro
Node Link

ok, I got your point,
it's my bad, I srearched for apoc.date.parse by using the statement

call dbms.procedures

but now I realized that it is a function and not a procedures, so I called:

call dbms.functions 

and found it there 🙂

thanks for the leading questions!

Version history
Last update:
‎03-18-2022 02:37 PM
Updated by:
Contributors