ETL Job Monitoring - Teradata Ecosystem Manager

Teradata Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
qvc1470238851347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem

ETL job monitoring requires the tracking of the start and end of the job. A unit of work is tracked with a unique unit of work identifier (UOW ID) that is passed into the start and end sendevent commands. You can generate a UOW ID by combining information about the job, such as a filename and date and time the job is run, or you can allow the sendevent command to automatically generate a UOW ID.

The general flow for job monitoring is:

  1. Generate a UOW ID.
  2. Send a START event.
  3. [Optional] Send one or more STEP events.
  4. Send an END event.