sdsAuditEnableSecondaryApps

sdsAuditEnableSecondaryApps();

The sdsAuditEnableSecondaryApps method of the System class is intended for execution on a JADE Synchronized Database Service (SDS) primary system. It writes an audit record into the journal that, when replayed on the secondary, starts server applications and enables user sign-on.

It is typically used after a number of schema loads that have changed class definitions but have not required the schema to be versioned. In such cases, applications are stopped on the secondary system to prevent outdated class definitions being used.

Where there is no transition phase to identify the end of the sequence of schema loads, that point can be identified by executing the sdsAuditEnableSecondaryApps method on the primary system.