TrackingDisabled

Boolean

false

Purpose

If the TrackingDisabled parameter is set to true on a secondary database server when SDS starts up, the database tracking (journal replay) process is disabled.

When database tracking is disabled, journals can still be received and accumulated while a secondary database server remains connected to its primary database. When SDS is started and this parameter is set to the default value of false on a secondary database server, tracking is initialized, allowing the replay through all ready journals.

This parameter is automatically updated when access is disabled programmatically or from the SDS Administration application. (For details, see "Enabling or Disabling Tracking", in Chapter 1 of the JADE Synchronized Database Service (SDS) Administration Guide, or the appropriate JadeDatabaseAdmin class methods, in Chapter 1 of the JADE Encyclopaedia of Classes.)

Parameter is read when …

The SDS secondary database is next initialized.

Applicable to database role…

Secondary.