Interface - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
IntelliFlex
Lake
Enterprise
VMware
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2023-12-06
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
lifecycle
latest
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.