importing multiple users.
Posted: Tue May 09, 2006 3:10 pm
I'm tryin to have Scalix live by this Friday with just over 300 users and I want to import them for obvious reasons. I have followed 2 how-to's on this, one of them doesn't work. the other only adds the new user as an internet use, and not a community user.
What I have is a CSV (named email.csv) in 5 colums, as follows
1 First Name
2 Last Name
3 Blank
4 Blank
5 Internet address
I then run from the admin resource kit dir:
I then goto my tmp dir and run:
it adds the users, but only as internet users, I need them to be added as Community users.
What am I doing wrong, and how do I accomplish adding my users since I already have the data?
What I have is a CSV (named email.csv) in 5 colums, as follows
1 First Name
2 Last Name
3 Blank
4 Blank
5 Internet address
I then run from the admin resource kit dir:
Code: Select all
omloadfile -f email.csv
I then goto my tmp dir and run:
Code: Select all
omaddent -f omloadfile.out.omaddent
it adds the users, but only as internet users, I need them to be added as Community users.
What am I doing wrong, and how do I accomplish adding my users since I already have the data?