Forum OpenACS Q&A: Cronjob error "no access to pool "log""

Collapse
Posted by Vince T on
I installed cronjob on an older (4.6.3) Openacs installation. I was wondering if there are dependencies needed for the cronjob application that I missed.

I am getting the ff. error when I try to run a job:

Error: no access to pool: "log"
no access to pool: "log"
while executing
"ns_db gethandle "log""
(procedure "cronjob_run" line 8)
invoked from within
"cronjob_run 20774"
("eval" body line 1)
invoked from within
"eval [concat [list $proc] $args]"
(procedure "ad_run_scheduled_proc" line 43)
invoked from within
"ad_run_scheduled_proc {t t 1 cronjob_run 20774 1171311375 0 t}"

This seems to stem from cronjob-procs.tcl -- set db [ns_db gethandle "log"]

Do I have a config error? or a missing dependency?

Thanks in advance.

Vincent

Collapse
Posted by Vince T on