The original error was:

[02/Feb/2016:15:27:17 -0600] - import userRoot: WARNING: Skipping entry "uid=user1,ou=Users,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net" which has no parent, ending at line 0 of file "(bulk import)"

which indicates there is "something wrong" in the definition of the container for uid=user1 and user2 and user3, in the imported LDIF file, it is likely missing a definition for ou=groups and/or ou=users.

if the goal is to overwrite the current db with a bulk import, I would say we can ignore the current mis-order of the ou=place2 and ou=place1 and missing ou=users in the existing db as shown by the dbscan outputs for
ou=place2,ou=place1,dc=mydomain,dc=net
and
dn: uid=user1,ou=Place1,ou=Place2,ou=Groups,dc=mydomain,dc=net
parentid: 174
entryid: 366

and when after the bulk import succeeds, an on-line re-init to the other master will be needed to fully clear up things.

M.

On 02/05/2016 08:42 AM, Derek Belcher wrote:
Sorry, I see that I left out id 29....

# dbscan -f /var/lib/dirsrv/slapd-INSTANCE/db/userRoot/id2entry.db4 -K 29
id 29
    rdn: ou=place3
    nsUniqueId: xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx
    modifyTimestamp: 20120707204926Z
    createTimestamp: 20120707204926Z
    modifiersName: cn=directory manager
    creatorsName: cn=directory manager
    ou: place2
    ou: place3
    objectClass: top
    objectClass: organizationalunit
    parentid: 22
    entryid: 29
    numSubordinates: 8
    tombstoneNumSubordinates: 1


On Fri, Feb 5, 2016 at 10:25 AM, <jderekbelcher@gmail.com> wrote:

# dbscan -f /var/lib/dirsrv/slapd-INSTANCE/db/userRoot/id2entry.db4 -K 22
id 22
    rdn: ou=place2
    nsUniqueId: xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx
    modifyTimestamp: 20120707204926Z
    createTimestamp: 20120707204926Z
    modifiersName: cn=directory manager
    creatorsName: cn=directory manager
    ou: place2
    objectClass: top
    objectClass: organizationalunit
    parentid: 5
    entryid: 22
    numSubordinates: 6
    tombstoneNumSubordinates: 0

# dbscan -f /var/lib/dirsrv/slapd-INSTANCE/db/userRoot/id2entry.db4 -K 5
id 5
    rdn: ou=place1
    nsUniqueId: xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx
    modifyTimestamp: 20130125000753Z
    modifiersName: cn=directory manager
    aci: (...omitted)
    aci: (...omitted)
    aci: (...omitted)
    createTimestamp: 20120707204925Z
    creatorsName: cn=directory manager
    ou: place1
    objectClass: top
    objectClass: organizationalunit
    parentid: 1
    entryid: 5
    numSubordinates: 17
    tombstoneNumSubordinates: 0

# dbscan -f /var/lib/dirsrv/slapd-INSTANCE/db/userRoot/id2entry.db4 -K 1
id 1
    rdn: dc=mydomain,dc=net
    nsUniqueId: xxxxxxx-xxxxxxx-xxxxxxx-xxxxxxx
    modifyTimestamp: 20140116171111Z
    modifiersName: cn=directory manager
    aci: (...omitted)
    aci: (...omitted)
    aci: (...omitted)
    aci: (...omitted)
    aci: (...omitted)
    createTimestamp: 20120707203637Z
    creatorsName:
    dc: mydomain
    objectClass: top
    objectClass: domain
    entryid: 1
    numSubordinates: 14
--
389 users mailing list
389-users@%(host_name)s

http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org


      

--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-users@lists.fedoraproject.org