(DI-2311) Collector for Glue extraction processes
Glue extraction concept:
Each extraction represents a process, which can have different status during its lifetime. The final process status can be Successful, Error, or Failure. if a problem occurs (e.g., selected storage isn't accessible), the whole extraction process is marked with the status Error. The Failure status appears in the case of a short-dump or by the manual cancellation of the process.
Collector name:
/DVD/MON_GLU_CL_COL_EXTRACTION
Short description:
Collects information about Glue relevant background jobs that are used for data extraction processes within GLUE.
KPI:
GLUE_ERR_EXTR_NUM
Description:
Holds information about the extraction process, which ends up with the Failure or Error status. Such a process can represent either an extraction that ended with an error or an extraction that wasn't completed properly and ended with the Failure status. All information about collected extraction processes is stored in a detail table with the following structure.
EXTRACTION_NAME | /DVD/MON_GLU_EXTRACTION_NAME | CHAR | 30 | 0 | Extractor Name |
---|---|---|---|---|---|
EXTRACTION_VARIANT | /DVD/MON_GLU_EXTRACTION_VAR | CHAR | 30 | 0 | Extractor Variants |
DATE_START | /DVD/MON_GLU_DATS_START | DATS | 8 | 0 | Start Date |
TIME_START | /DVD/MON_GLU_TIMS_START | TIMS | 6 | 0 | Start Time |
DATE_FINISH | /DVD/MON_GLU_DATS_FINISH | DATS | 8 | 0 | Finish Date |
TIME_FINISH | /DVD/MON_GLU_TIMS_FINISH | TIMS | 6 | 0 | Finish Time |
EXEC_USER | /DVD/MON_GLU_TRIGGER_USER | CHAR | 12 | 0 | User that triggered extraction process |
Detail structure:
/DVD/MON_GLU_S_COL_EXTR