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:
- 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.
- Correct the schema definition and/or the schemas specified by the operators, as required to correct the problem.
- 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).