ReplicaRequiredForReplaceOrUpdate (DxlImporter - Java™)
Read-write. Indicates whether the replica ID of the DXL and the target database must match.
Defined in
Data type
boolean
Syntax
public boolean getReplicaRequiredForReplaceOrUpdate()
throws NotesException
public void setReplicaRequiredForReplaceOrUpdate(boolean flag)
throws NotesException
Legal values
- true (default) requires that the replica ID of the DXL and the target database match
- false does not require that the replica ID of the DXL and the
target database match
Usage
If this property is true and the replica IDs do not match, the import operation throws NOTES_ERR_DXLIMPORTER_FAILED (4522) and adds the following message to the log: "Could not replace/update a matching NoteType note because the ReplicaRequiredForReplaceUpdate property is true and the DXL and database are not replicas."