Show Contents / Index / Search

Stop Conditions

Specify processing settings for the selected data source. Configuration file parameters are provided in parentheses.

Stop after data extraction phase (defer_fixup_phase)

Defers the fixup phase to the next Process command.

Stop after fixup phase (stop_after_fixups)

Stops the Client when the fixup phase is complete. At that point, all data sets will have a ds_mode value of 2 and all of the tables in the relational database will be consistent.

Stop after garbage collection reorg (stop_after_gc_reorg)

Stops the program at the first quiet point after a garbage collection reorganization.

Dynamic stop conditions

Stop task name (stop_condition_task)

Causes the Databridge Engine to stop processing when it encounters the specified task. This task must be a DMSII program (that is, a program that opens the DMSII database). The After or Before options indicate whether processing stops at the first quiet point after or before the task is encountered in the audit trail. Consult the DMSII personnel to determine the syntax of the task name.

Stop time (stop_condition_time)

Causes the Databridge Engine to stop processing when it encounters an audit block whose timestamp value is greater than or equal to the specified time. The Client automatically provides the date part of the time stamp based on the current audit location being processed. The After or Before options indicate whether processing should stop at the first quiet point after or before the audit block whose timestamp value causes the Databridge Engine to stop processing.