Defining Additional Configuration Parameters
for SyncBOs
You can set additional configuration parameters for each SyncBO in the Config field of the Synchronizer tab in the profile dialog.

For information on the standard configuration parameters on the Synchronizer tab, see Configuring Synchronizer Control Records.
You can configure the following:
● The download behavior in case of an error (SyncBO type S01).
● The maximum number of parallel replicators, the package size and the replication intervals (SyncBO type T51). For more information, also see Configuring Back-End-Driven SyncBOs.
● The reprocessing behavior if no data is present in the replication database (SyncBO types T01, T51, S01).
● The conflict handling during upload (SyncBO type T01, T51).
● Dynamic filtering (SyncBO type T01, T51). For more information, see Enabling Dynamic Filtering.
...
1. Start transaction merep_pd.
2.
Choose
Display <-> Change.
3. For the SyncBO you want to configure, choose the Config column.
The configuration parameters are displayed.
○ CONTINUE_DOWNLOAD_ON_ERROR: Skip the error object and continue download.
Possible values: X (enabled) or blank (disabled)
Default: blank (disabled)
Available for: S01
○ MAX_NUM_OF_PARALLEL_REPLICATOR: Maximum number of parallel replicators.
Possible values: Any numeric value greater than 0. The number should not be higher than the number of background work processes available in the system.
Default: 5
Available for: T51
○ PACKAGE_SIZE: Number of records to process in a loop
Possible values: Any numeric value greater than 0. The higher the number is, the more records the replicator handles in one loop and the less parallel replicators are used.
Default: 1000
Available for: T51
○ REPLICATION_INTERVAL: Delay in seconds before starting replication
Possible values: Any numeric value including 0. The higher the value, the more slowly the replication database will be updated and the higher the number of requests that can be handled in one request. So a lesser number of replicators will be run.
Default: 300
Available for: T51
○ REPROCESS_ON_NO_DATA: Reprocess even if data is not present in replication database.
Possible values: X(enabled) or blank (disabled)
Default: blank (disabled)
Available for: T01, T51, S01
○ SKIP_CONFLICT: Skip conflict handling during upload
Possible values: X(enabled) or blank (disabled)
Default: blank (disabled)
Available for: T01, T51
○ DYNAMIC_FILTERING
Possible values: X(enabled) or blank (disabled)
Default: blank (disabled)
Available for: T01, T51
4. Enter the value and save your entries.