sdsResume

sdsResume();

The sdsResume method of the JadeDatabaseAdmin class, valid only at secondary systems or RPS nodes, resumes the automatic replay and shipping of journals to a secondary system or RPS node when shipping and replay have been temporarily halted due to a missing journal.

When journal replay is resumed, the following actions are performed on the secondary server or RPS node.

  1. Scans its current journal directory for new arrivals and updates the latest ready journal information.

  2. Starts replaying from the next replay journal if it is resident on the secondary server or RPS node.

  3. Requests the next required journal from the primary database server, if connected.

If you want to initiate the replaying of the next ready journal when tracking is disabled, use the sdsReplayNextJournal method.