An import file is being used to select users. Migration session completes, but in the end all objects are failed and the error similar to the following can be found in migration session log file:
Object DN: Object Class: Error:
CN=user,OU=Users,DC=company,DC=local user LDAP error 0x22. Invalid DN Syntax (00002081: NameErr: DSID-03050BF0, problem 2003 (BAD_ATT_SYNTAX), data 0, best match of: 'cn=user,OU=Users,OU=Human Resources,DC=child,DC=company,DC=local' ).
This can be caused by incorrect header of the import file. Do not use cn attribute for the header.
In the import file, attribute 'name' should be used instead of the following attributes: 'cn', 'ou'. Attribute 'distinguishedName' can only be used in the first column of the import file, for all other columns, use 'name' as well.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center