company logo

Start replication server

Technically, the replication server is the same as an ordinary ODABA object server. The only difference is the configuration file. Hence, an ODABA server may be used as object server and as replication server at the same time (i.e. running one server instance).

An ini-file is passed to the server containing server configuration data. In contrast to an object server, the replication services require only the database, but no dictionary or resource database. Database locations are, usually, provided in the file catalog.

[SYSTEM]

DICTIONARY=%ODABA_ROOT%/ode.sys

[SERVER]

BACKUP_FILES=... backup file directory (optional)

[CACHE]

SIZE=100

;RELEASE=30

;STATISTICS=YES

[FILE-CATALOGUE]

; System databases

SYSTEM_DICT=%ODABA_ROOT%/ode.sys

; Application databases

UPDATE_FILES=... update file directory (optional)

SAMPLE_Dat=%RDB_ROOT%/Sample.dat