Hi there,#this runs Kernel/Config/GenericAgent.pm, if it exists
*/20 * * * * $HOME/bin/otrs.GenericAgent.pl >> /dev/null
#this runs what's in the database (what you set up through the web interface, Generic Agent)
*/10 * * * * $HOME/bin/otrs.GenericAgent.pl -c db >> /dev/null
now I can't get the Generic Agent to run and I supossibly tried any found answer to this matter...but still it wont do. We use windows and mysql is there anything different? I guess /dev/null is not working on windows what is its job here? I left it on all the other jobs in our crontab.txt.
This is what my last try looks like:
# start generic agent every 10 minutes and only between 7am and 8pm
*/10 7-20 * * * c:\perl\bin\perl.exe C:\otrs\OTRS\bin\otrs.GenericAgent.pl >>
After the change I usually restart the Service.
I also tried:
*/10 7-20 * * * c:\perl\bin\perl.exe C:\otrs\OTRS\bin\otrs.GenericAgent.pl -c db
*/10 7-20 * * * c:\perl\bin\perl.exe C:\otrs\OTRS\bin\otrs.GenericAgent.pl -c Kernel::Config::GenericAgentMove (at this one the log said it couldn't find the GenericAgentMove.pm - I couldn't either.)