Hi @Joerg ,
For migration to cloud, this user is treated as different users using the same e-mail. It will need to be corrected and will be flagged by JCMA.
All users need to have e-mail address if they are to be migrated and map since cloud uses the e-mail as the user id.
Fake or dummy e-mail addresses that are inactive are not licensed. Therefore, no need to pay.
There is a KB article to help with setting fake e-mails to help with the migration:
Hope this helps.
Thanks,
Ben
Hi @Benjamin ,
thx for the reply.
I read that KB article, thats why i had the question. Beacause the used SQL Query
select lower_email_address,directory_id,count(*) from cwd_user group by 1,2 having count(lower_email_address) > 1;
doesn't show the mentioned users as duplicates because they reside in different user directories.
KR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Joerg ,
There's a few ways you can do this. Here's a post that is going over similar ask.
You can also dump the two sets(one for each directory) into a CSV table and use excel rules to identify the duplicates between two columns.
-Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I had misunderstood the KB article: I thought it was not a duplicate as long as the users come from different directories.
But it is a duplicate because the directories don't matter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.