I have the same problem as here with Win 7, 64 bit.
running this perl script manually the emails are being sent and received:
/OTRS/OTRS/bin/PostMasterMailbox.pl
C:\otrs\CRONw\Crontab.txt:
Code: Select all
MAILTO="root@localhost"
20 0 * * 0 C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.DeleteCache.pl --expired
30 0 * * 0 C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.LoaderCache.pl -o delete
*/10 * * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.GenericAgent.pl -c db
*/20 * * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.GenericAgent.pl
45 */2 * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.PendingJobs.pl
*/1 * * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.PostMasterMailbox.pl
01 01 * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.RebuildTicketIndex.pl
55 */2 * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.DeleteSessionIDs.pl --expired
35 * * * * C:\Perl\bin\perl.exe C:/otrs/OTRS/bin/otrs.UnlockTickets.pl --timeout
C:\Windows\system32>perl C:\otrs\OTRS\bin\otrs.Scheduler4winInstaller.pl -a install
Failed to add 'OTRS Scheduler' service
Error:The specified service already exists.
Basically what I think: This cronW job is not running in the background. "net start CRON" provides me this error message: The service name is invalid. How can this be started / installed?
I appreciate any help!
Thanks and best regards
Michael
Mod note: Please do not resurrect ancient threads. Please create new topics for your situation.