Replication setting can be performed when you create the application replicas using the application setup wizard, which is opening at the first start or by pressing Application \ Setup in the view Settings ( Administering ). If you want to perform the setting by yourself, do the steps described in the help topic.
• | In the replication settings of Settings Replica and Local Replica on the bookmark Advanced in the section Receive these documents from other replicas mark: Design Elements, Agents, Access control list, Deletions. For Settings Replica exclude Deletions because of there is deferred documents deleting on server. |
• | In the replication settings of the Data Replica on the bookmark Advanced in the section Receive only a subset of information from other replicas mark Documents by selection formula and type the formula: |
SELECT Form != "DataEntry" | |
The replication formula prohibits sending of the documents with the form DataEntry to Settings Replica from other replicas. The documents are created in the time of a reporting to supply the storing of reports data in the application Report Wizard. | |
If you combine Settings Replica and Data Replica in the single replica, use for it the same settings that for Settings Replica but type another replication formula: | |
SELECT ! ( Form = "DataEntry" & Server = ”” ) |
The replication between the servers must be of the oneway type in order to only send the settings documents to the Data Replica. Use the server connection document for the replication setting.
See also: