I used
Code: Select all
omaddu --bulk -e -p 12345 --class limited -few scalix userimport.txt
The format of the import file is
Code: Select all
@ Armiwal
@ Ramli Rasyid
@ Ansarullah
@ Arfah Salwah
Some users have just one name. Unfortunately I overlooked one double entry. Meaning two persons with just one name happen to have the same

omaddu complained about that and quit service with an error message reporting duplicate users. (unfortunately the error message is not at hand anymore)
Since that time I can not retrieve the users list in the sac admin console.
SAC is prompting "incomplete list ..." in the users list pane
and pops up a dialog stating ]"Could not retrieve the list of users"
Code: Select all
omshowu -m scalix
prints a bunch of users stopping with the one from the import file just one position before the first occurance of the duplicate name. In total 37 including sxadmin and sxqueryadmin
Code: Select all
omldapsearch "( omCn=*)" | grep omCn
gives me exact the same users plus some more sx*admin accounts if I omit those the list has also 37 users
After reading some messages in the scalix community forum I run
Code: Select all
omscan -u
omexeccda
omshut
omrc
But still the same problem

As this is a fresh install I am just about to wipe out the whole installation and do a fresh install, but this system is expected to host about 300 users and if it will happen again in future....
Just for reference before I tried the bulk operation with omaddu I did a single user creation with
omaddu -n "first last/scalix" -p 12345
which worked pretty well!
Any suggestions?
Thanks
Joerg