![]()
Hi,
Welcome to the Forum,
Could you provide an example of the script, Configuration or other data?
The red message is like "Check engine" signal in a car. With no context it's hard to help.
If do not know how to provide more data please read this: Forum rules - #5 by gigabyte091
EASY: Read and do what is written in red.
we experience the same problem but not always.
we send the same script from windows server to mikrotik using ssh (plink.exe) on hotel for every check-in and check-out evens. mostly it run nicely but about 20-30% having error like the one mentioned by @krtechtelco
the problem seems to be solved by insert the delay (let say half second) between lines of the script.
Same? I do not see any script...
Provide the script if we are talking about one script...
my scripts surely different with @krtechtelco
my scripts as follows..
on check-in:
/user-manager user add name="username" password="password" group="room number"
/user-manager user-profile add user="username" profile="room number"
on check-out:
/ip hotspot cookie remove [find user="username"]
/ip hotspot active remove [find user="username"]
/user-manager user-profile remove [find user="username"]
/user-manager user remove [find name="username"]
Ok,
Let's try not to kid ourselves, obviously, or rather, blatantly, that's not the script.
As usual, you reap what you sow...
Over and out.