Reputation: 1283
TL;DR Empty User Mapping Dialog in Deployment Manager Organisation Import
I need to change OS from Windows 2008 R2 (#1) to Windows 2012 (#2) for my CRM 2013 machine, leaving crm unchanged. Etc for SQL server machine. What I do:
The problem arises at Edit User Mappings Screen. It doesn't matter which option I chose (Auto map, Manual map, etc)
cmdmsnapin.log shows me that Exception.
15:05:48| Error| Exception occurred while mapping usersMicrosoft.Crm.CrmArgumentException:
Expected non-empty string. ---> System.ArgumentException: Expected non-empty string.
Parameter name: domainAndAccount
--- End of inner exception stack trace ---
at Microsoft.Crm.Exceptions.ThrowIfEmpty(String value, String parameterName)
at Microsoft.Crm.UserManagement.DomainAccount..ctor(String domainAndAccount)
at Microsoft.Crm.Tools.Admin.DBImportHelper.ReadUsers(IProgressEventSource progressHandler,
UserAccountMapper mapUserAccountInfo, String sqlServerName, String databaseName)
at Microsoft.Crm.Tools.Admin.ImportUserMapper.MapUsers()
at Microsoft.Crm.Tools.Admin.UserMappingProgressPage.PerformUserMapping()
Why such may happen?
Upvotes: 0
Views: 963
Reputation: 23300
Checking the SystemUserBase
table in the organization you are importing, and making sure all users have the Domain correctly populated should fix the issue.
Upvotes: 1