Interface - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.10
Published
February 2022
Language
English (United States)
Last Update
2023-11-29
dita:mapPath
abr1608578396711.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
Product Category
Teradata Tools and Utilities

Teradata PT accumulates operational information about specific events that occur during a job. If the script includes a notify attribute with an exit option specification, then, when the specific events occur, Teradata PT calls the named notify exit routine and passes to it:

  • An event code to identify the event
  • Specific information about the event

The event codes and the data that Teradata PT passes to the notify exit routine for each event encountered are described in the individual operators. The events associated with each level of notification (low, medium and high) are also described in the individual operators.

To support future enhancements, always make sure that your notify exit routines ignore invalid or undefined event codes, and that they do not cause Teradata PT to terminate abnormally.