Input record and output table schemas are not compatible

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
rajeshgundala
Participant
Posts: 10
Joined: Tue Apr 22, 2008 4:50 am

Input record and output table schemas are not compatible

Post by rajeshgundala »

Hi,
I am populating a Teradata table from another one. I had used Teradata enterprise stage. For one column i had defined it with default value as 0.But the actual datatype of this column is decimal(18,0).
When i run the job, i am get this error:Input record and output table schemas are not compatible.

In target Teradata enterprise stage, i used write mode option as : Truncate. when i change this option to replace, the target table is getting created as data type Byteint. But when i change the default value for that column to 0.0, the datatype is Decimal(2,1)

Could some one pls help me to solve this issue.

Regards
Rajesh Gundala
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

do you have a trnaformer stage in between the source and target?
Post Reply