I'm responsible for migrating users from domain A to domain B for a SharePoint 2007 MOSS farm. I'm using stsadm -o migrateuser command.
The problem is, after I run the command for 2 testing users, 1 user was removed from every groups he was in before. The other one is working fine so far.
I would like to understand the process of the command and how come it removed the user from groups.
For more information: In the farm, I have some other decommissioned applications and their content databases were set to read-only. The only difference when I run the command for 2 accounts is with the working account, I set all these database to "read/write" mode before running the script. Is that possible that the "Read-only" databases caused the problem?