Initialization Errors - Parallel Transporter

Teradata® Parallel Transporter User Guide - 20.00

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2026-03-09
dita:mapPath
jyo1691132621468.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
yok1478610767644
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).