Hi,
is there a way to bulk create user groups with dbedit (R77.30)? I have managed to extract the groups from the source management but bulk-adding them with dbedit always fails. Is there anything special to note? I tried with "dbedit -local -globallock -f input" and the input file in format:
create user_group name1
update users name1
create user_group name2
update users name2
...
savedb
Command fails with an error that states that the object was already created by another user.
I'm pretty sure I just made a stupid mistake..