Tagged Questions
0
votes
1answer
1k views
stsadm createsite “User cannot be found” error
I'm trying to create a site collection via stsadm. I do:
STSADM -o createsite `
-url "<url>" `
-title "<title>" `
-description "<desc>" `
-lcid 1033 `
...
1
vote
3answers
5k views
stsadm migrateuser: The user does not exist or is not unique
I'm running:
stsadm -o migrateuser -oldlogin "domain1\user" -newlogin "domain2\user" -ignoreidhistory
and getting the error "The user does not exist or is not unique".
The users exist in both ...