When migrating a database from one SQL Server to another, the database itself will contain database-users with no corresponding login-user.
Attempting to "map" a new login-user to one of those existing (orphaned) database-users will FAIL because "the database-user already exists" (sic)