Problem with Scheduler Running Script.. HELP please

Hi Guys,

i have created a script and when i click “Run Script” from inside winbox it works fine.. so i have now created a schedule to run this script.. but its not working.. for testing i have set the interval to 20 seconds.. i can see the run count inside the scheduler window going up.. but its not running the “21_DAILY_REPORT_AK” script..

any help would be much appreciated

Check all the policies required for the script to run scheduled. When in doubt, check them all. According to the screenshot you posted all policy permissions are denied right now (no checkmarks are showing at all).

Thankyou very much :slight_smile: i ticked the write policy and the scheduler works now… its a pity i couldnt find any documentation on the policy’s in the scheduler ..

thanks for your reply

just on another note… im having a problem trying to run a script from another script.. i cant seem to work out the “run script XXX” command

i have =>


:local runner 1

:if ([$runner] = 1) do={ system scripts run USAGE_REPORT_TEST1 }





but its not running “USAGE_REPORT_TEST1” script.. any ideas?

Can’t say I have tried, but maybe this will work:

:if ([$runner] = 1) do={ /system scripts run [/system scripts find name="USAGE_REPORT_TEST1"] }