Initialization Errors - 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

Initialization errors occur when the Teradata PT infrastructure processes the schemas and operator definitions prior to executing the APPLY statement in a job step.

Error Case 14: Mismatched Schema

Cause:

The schema in the DEFINE SCHEMA statement does not match the schema defined in the SQL statement in the APPLY statement.

Corrective Action:

  1. Compare the schema definition, the schema called by each operator, and the schema of the data source/target schema to determine the cause of the mismatch.
  2. Correct the schema definition and/or the schemas specified by the operators, as required to correct the problem.
  3. Re-launch the job.

Error Case 15: Invalid Attribute Specification

One or more attributes in a DEFINE OPERATOR statement are specified incorrectly or have invalid values.

Cause:

Scripting error.

Corrective Action:

Review the job script operator definitions and check attribute specifications against the related topics in the Teradata Parallel Transporter Reference (B035-2436).