
17 Feb
2004
17 Feb
'04
11:05 a.m.
----- Original Message -----
From: "TWC|Mario Peschel"
Hi all,
I just updated to version 1.2.1.
The update was successfull and OTRS works, but I get the following message from cron every 20 minutes:
Can't load agent job file 'Kernel::Config::GenericAgent': No such file or directory
Whats going wrong here?
If you have run the bin/Cron.sh, you have the GenericAgent run regurarly from crontab, but the Kernel/Config/GenericAgent.pm does not exist. Either comment the crontab entry (crontab -u otrs -e) or : cp the Kernel/Config/GenericAgent.pm.dist the Kernel/Config/GenericAgent.pm and edit the file to fit your needs. Brice