Hi all
I still have no solution for my problem
I'm beginning to think its a bug in usermanager. 5.xx
I had a script calling the usermanager database in RouterOS V3.3
I upgraded to v 5.11 and after the upgrade the script didn't run any more
I have tried to de-bug the script by copying it part by part in New Terminal and got to the line where the value name
:set transferlimit [get $i transfer]
is called
I get the error message:
interrupted input does not match any value of value-name
I have also tried the following
:set transferlimit [get $i transfer-limit]
but the script still have a problem with this value name.
Please help I need to get the script running a.s.a.p.