I have a .rsc file that creates a very large script using:
Code: Select all
/system script
add name=LARGE_SCRIPT policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive source="
VERY LARGE SCRIPT
"
Whenever I import it with /import FILE.rsc, it struggles trying to create the script and errors out with:
I tried randomly deleting parts of the script, and at a certain point, the script imports fine, but if I add an extra line that saysaction timed out - try again, if error continues contact MikroTik support and send a supout file (13)
Code: Select all
/put "hi"
At first I figured there must be some undocumented 1475 line limit for a single script, but I tried making a script that just writes:
Code: Select all
/put "hi"
Can anyone confirm that this is indeed some sort of limitation? Can anything be done about it?