Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Already Exists
Workspace Domino
Categories Administration
Created by Guest
Created on Apr 5, 2022

Option to stop document level changes/updates replication

Changes/updates to person and group documents should not be replicated to other servers.

When we set up Domino directory as configuration directory on the server, documents for people and groups are not visible.

Currently, there is no option for stopping document level changes/updates replication.

There should be a feature or an option for the administrator to stop document level changes/updates replication

  • Attach files
  • Guest
    Reply
    |
    May 13, 2022

    If we use the replication formula as below, all "Person" & "group" type documents will be deleted from the database on subsequent replication.

    SELECT Type ! = "Person" & Type ! = "Group"


    The requirement is that existing documents should not be deleted from the database and new updates should not be received.

    Especially this kind of requirement is used during the server migration process while replicating names.nsf with dummy server created during the migration process.

  • Guest
    Reply
    |
    Apr 6, 2022

    When below formula is set on destination Domino server Then person or group Documents are getting deleted from Destination server after replication with source server.

    However requirement here from customer is not to remove/delete person or group on the replica but, any changes/updates made on Person and Group documents should not replicate from source server to destination server where replication formula has been added.

    Example

    SELECT Type ! = "Person" & Type ! = "Group"

  • Admin
    Thomas Hampel
    Reply
    |
    Apr 5, 2022

    You can set up a replication formula to prevent the replication of specific documents.

    https://help.hcltechsw.com/domino/12.0.0/admin/conf_limitingthecontentsofareplica_t.html#ariaid-title6