When the Job Fails to Begin Running - Parallel Transporter

Teradata® Parallel Transporter User Guide

Product
Parallel Transporter
Release Number
17.00
Published
August 31, 2020
Language
English (United States)
Last Update
2020-08-27
dita:mapPath
zae1544831938751.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
lifecycle
previous
Product Category
Teradata Tools and Utilities

When a job is launched but fails to begin execution, the associated errors appear in the public log. Errors are detected according to the launch sequence:

  1. Teradata PT first processes the options specified in the tbuild command. If it detects tbuild command errors, the job stops.

    Error types encountered: tbuild command errors

  2. If Teradata PT encounters no tbuild command errors, it then parses the job script and creates a parallel job execution plan that will perform the operations specified in the APPLY statement(s) in the job script.

    Errors types encountered:

    • Preprocessor errors -- Incorrect use of job variables or the INCLUDE directive.
    • Job script compilation errors -- Syntactic and semantic errors.
  3. Only when script compilation is successful and the execution plan has been generated does the Teradata PT allocate resources for and launch the various internal tasks required to execute the job plan.

    Errors types encountered: System resource errors

The following common types of tbuild errors may occur at job launch:

  • User errors
    • executing the tbuild command
    • script compiler errors
  • System resource errors
    • semaphore errors
    • socket errors
    • shared memory errors
    • disk space errors