TPT4062 Error: %s: If both job variable '%s' (value: '%s') and job variable '%s' (value: '%s') are assigned values, then those values must be the same DBS table name.
Explanation:
When the schema for the job or for a job step must be inferred, it can be inferred from the identification of the source or target DBS table. The source table name can be specified via a special job-wide or step-specific source table job variable, or the target table name can be specified via a special job-wide or step-specific target table job variable, but if both special source and target table job variables are assigned values, then these two values must be the same DBS table name.
Generated By:
TPT Infrastructure
For Whom:
TPT Job Script Creator
Remedy:
Assign the name of the table whose schema will implicitly be the job or job step schema to only the source or target special job variable or assign the same DBS table name to both special job variables.