Replicated suffix

The replicated suffix must have the ibm-replicationcontext object class. Set the object class before you load your data in the database.

Before you load your database, make sure the ibm-replicationcontext object class exists for the suffix. If you load your data before you set the object class, you might receive an error similar to the following error:
08/13/04 15:32:34 For the replica group entry 
ibm-replicaGroup=default,o=sample, the parent entry 
must be an ibm-replicationContext entry.
08/13/04 15:32:34 Parent entry does not exist for entry 
cn=urchin,ibm-replicaGroup=default,o=sample.
08/13/04 15:32:34 Entry cn=replication,cn=localhost already exists.
08/13/04 15:32:35 Parent entry does not exist for entry 
cn=superman.tivlab.austin.ibm.com,cn=urchin,
ibm-replicaGroup=default,o=sample.
To add the ibm-replicationcontext object class to the suffix, run the following command:
ldapmodify -D cn=root -w secret -f mod.ldif
where the mod.ldif file contains:
dn: o=sample
changetype: modify
add: objectclass
objectclass: ibm-replicationcontext