Valid for
Manager
Description
Use LAGCRITICALCSECS, LAGCRITICALSECONDS, LAGCRITICALMINUTES, or LAGCRITICALHOURS to specify the time interval at which Extract or Replicat processing lag is reported to the event log as a critical message. For example, LAGCRITICALMINUTES 5 specifies a reporting interval of five minutes. Likewise, LAGCRITICALSECONDS 20 specifies a reporting interval of 20 seconds; LAGCRITICALHOURS 2 specifes two hours.
When using a LAGCRITICAL parameter, specify LAGREPORT to determine how often the lag times are evaluated and reported.
Syntax
LAGCRITICALCSECS csecs [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]| LAGCRITICALSECONDS seconds [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]| LAGCRITICALMINUTES minutes [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]| LAGCRITICALHOURS hours [,process_type group_name] [,IGNORETASKS|REPORTTASKS] [,IGNORESTOPPED|REPORTSTOPPED]
csecsThe reporting interval in centiseconds, as in LAGCRITICALCSECS 50.
secondsThe reporting interval, in seconds, as in LAGCRITICALSECONDS 10.
minutesThe reporting interval, in minutes, as in LAGCRITICALMINUTES 5.
hoursThe reporting interval, in hours, as in LAGCRITICALHOURS 1.
process_type group_nameSpecifies the process for which the lag will be reported.
IGNORETASKS|REPORTTASKSBy default the task groups are not reported.
By adding the REPORTTASKS option, the lag information will be reported for SOURCEISFILE and SPECIALRUN groups, toggle off with IGNORETASKS.
IGNORESTOPPED|REPORTSTOPPEDBy default no information is printed for a group in a STOPPED state. By adding the REPORTSTOPPED option, lag information will be reported, to toggle off with IGNORESTOPPED.