Scripts working, just not running in Sheduler

I have a few scripts that when you press the Run script button in scripts menu they work perfectly, however when i set them up in the Sheduler they do not run at all.

All the Sheduler display information is correct when its going to run and when, but when i check it the script did not run. This only happens on 4 out of 10 scripts???

I am using V3.23 on a RB600, can anyone give me a pointer to why this might be?

Any ideas that i could look in to?

Regards

D

Check if permissions are set correctly in scheduler.

/system scheduler export

are you running the entire script in the scheduler field, or just entering the script name to be run ?

I solved this problem.

I had this in scheduler

add comment=“” disabled=no interval=1d name=logprefix on-event=
“/system script run logprefixscr” start-date=apr/28/2009 start-time=
15:42:02

Its not worked. You must write only the name of script to on-event

add comment=“” disabled=no interval=1d name=logprefix on-event=
“logprefixscr” start-date=apr/28/2009 start-time=
15:42:02

yes. I think a lot of people don’t understand that you cannot put entire scripts into the scheduler text field, only the name of a script. It seems like it used to work that way, but not anymore.