Can anyone help me with this.
i'm getting this message when trying to create new Profile in Userman
"Error: profile with such name-for-user already exists"
hoping for answers..thanks in advance.
from terminalAfter updating to latest version of software, all of my customers are facing the same problem. Some of them can add only one profile. For others they are facing problem after editing the profile. Hope Mikrotik team will clear the problem in next update.
Thank you, that resolved the issue for me.Name: 1M
Name for users: 1M
Owner: admin
U have to change " Name for users " in all u r profild dn't leave it empty
It works !!. But why such a breaking change ? Earlier it was working without any problem.Name: 1M
Name for users: 1M
Owner: admin
U have to change " Name for users " in all u r profild dn't leave it empty
Edit all your profile in user manager and set name-for-users not empty
or paste this rule in newtrminal
:foreach i in=[/tool user-manager profile find] do={
:local name [/tool user-manager profile get $i name];
/tool user-man profile set $i name-for-users=$name;
}
then create new profile without any problem.