PDA

View Full Version : [Solved] Scheduler issue problems


Guardian
10-04-2003, 01:21 AM
i dont get it, but somehow the scheduler for ioA wont work for me ...

i've tried the following settings ... site runs with CET time :

NewDay = 0 22 * * ..\ioA\ioA.exe NEWDATE
NewDay = EXEC 0 22 * * ..\ioA\ioA.exe NEWDATE
NewDay = 0,10,20,30,40,50 * * * ..\ioA\ioA.exe NEWDATE
NewDay = EXEC 0,10,20,30,40,50 * * * ..\ioA\ioA.exe NEWDATE

up to every minute and hour ... but it still won't do the newdate

Dunno if that is an ioftpd or ioa issue, i run totally nuts with that cause "site newdate" works ... just scheduler seems not to :(

Any idea what could be wrong ?

TiA
Guardian

P.S.: updated to io 5.1.5 few mins ago but still the same :\

neoxed
10-04-2003, 02:41 AM
Well those 4 examples are all wrong.


NewDay = 0,10,20,30,40,50 * * * EXEC ..\ioA\ioA.exe NEWDATE

NalgeNunc
10-04-2003, 03:15 AM
Go to this post for that kind of problems:


http://www.ioftpd.com/board/showthread.php?postid=9720#post9720


Have phun..

Guardian
10-04-2003, 09:29 AM
wargh, THX NeoXed :D

... me dumbass ;)