Some APOC procedures are missing

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,

Hello @Adiro :slight_smile:

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

Regards,
Cobra

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

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 :) :smiley:

thanks for the leading questions!

1 Like