I am trying to move users from OCS 2007 R2 to LYNC2010 pool and successfully moved few users from selected OUs, however got the below error while moving the remaining users.
Move-CsLegacyUser : ConstraintViolationNoLeadingOrTrailingWhitespace
At line:1 char:146
+ (Get-CsUser -OU "OU=USA,OU=Users,DC=contoso,DC=com" -OnOfficeCommunicationServer) | Move-CsLegacyUser <<<< -Target "lync.contoso.com" -Confirm:$false
+ CategoryInfo : NotSpecified: (:) [Move-CsLegacyUser], DataValidationException
+ FullyQualifiedErrorId : Microsoft.Rtc.Management.ADConnect.DataValidationException,Microsoft.Rtc.Management.AD.Cmdlets.MoveOcsLegacyUserCmdlet
I could not find any solution or workaround for this error.
Any help to resolve this issue is much appreciated.
Thanks in advance for you