Teradata Enterprise -Error message

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
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Teradata Enterprise -Error message

Post by prasson_ibm »

I have a job having source as Oracle and Target as Teradata Enterprise stage.We are extracting data from oracle and loading data into TD using TD EE stage as Target.
In Oracle one column INDV_ID has datatype as Number(9) and same column in Teradata has datatype as Decimal(9,0).

We are reading this column as varchar(20) and doing transformation in transformer using StringtoDecimal function and trying to load it in Target TDEE stage,but we are getting below error message:-
Teradata_Enterprise_Target: Error when checking operator: Type
mismatch for field 'INDV_ID'. Fatal error.


It seems to be a but in DS for me,i need your help to resovle this issue.

Regards
Prasoon
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Verify the data type of INDV_ID in Teradata. DataStage is having a problem with that.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply