Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Replicator provides the possibility to set priority to the CAB files. The feature is specifically designed for low bandwidth network to avoid sending/receiving huge CAB files. The following priority levels are available:

  • High priority files contain the meta data or critical information.
  • Low priority cab files contain all the data. 

In this respect, Adonis Replicator covers the following:

...

  • Stop transfer of low priority files when bandwidth is less than (KB/s). In the field, set the bandwidth limit (KB/s) for sending/receiving low priority files.
  • Stop transfer of any files when bandwidth is less than (KB/s). In the field, set the bandwidth limit (KB/s) for sending/receiving any files.

If the Bandwidth thresholds options contain non-zero values, Replicator measures the bandwidth when downloading first files.


Advanced settings

  • Minimum server response time via a satellite connection (milliseconds). In the field, specify the minimum time the server may respond.
  • Duration of bandwidth measurement process (milliseconds). In the field, how long the measurement of bandwidth can take.

...

There is another way you can use to add low priority fields. Simply, enter LowPriorityFields='VALUE' where VALUE is a field name to be added with low priority and  ImportTableName=' PW001OLEDOCS ' in the replication tasks table.

The LowPriorityFields value must not contain:

  • primary key fields
  • foreign key fields
  • fields used in unique constraint
  • fields that do not allow nulls

...

Below, you can find the fields that Replicator automatically adds to the database:

Field

Table

Field meaning

LastFileNrLowPr (int)

repl_Channel

Number of the low priority file that has been recently exported.

PriorityNr

repl_Channel_Log

Priority of a file: 0 stands for a high priority file; 1 is used for a low priority file.

PriorityNr

repl_Channel_Task_Log

Replicating Large Files

CAB files can become very large when exporting a database and all scanned documents. To avoid using large files, Replicator allows splitting the files into multiple CAB files. To do this, add the TOP (x) statement to the replication task select statement.

...