setJournalChangeCaptureState

setJournalChangeCaptureState(journalNumber: Integer64; 
                             journalOffset: Integer64);

The setJournalChangeCaptureState method of the System class is a helper method that specifies the journal number and byte offset of the last record from which to resume the change capture process. The parameters for the setJournalChangeCaptureState method are listed in the following table.

Parameter Specifies the...
journalNumber Journal number from which to resume the change capture process
journalOffset Byte offset of the last record written to the journal from which to resume the change capture process

This method is typically used to instruct the Change Capture server from which journal number and offset it should resume capturing changes for implementations that use event streaming. For details, see "Jade Helper Scripts", in Chapter 2 of the Event Streaming User's Guide.

2022.0.04 and higher