sdsResumeAt

sdsResumeAt(secondaryName: String);

The sdsResumeAt method of the JadeDatabaseAdmin class, valid only at the primary system, sends a resume command to the secondary database or RPS node specified in the secondaryName parameter to resume the automatic replay and shipping of journals to that 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 serve 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 on the secondary database server or RPS node when tracking is disabled, use the sdsReplayNextJournalAt method.