Funnel Stage Warning

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
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Funnel Stage Warning

Post by somu_june »

Hi,

I have 10 input links to funnel stage in my job. When Iam running the job Iam getting an warning saying

Warning:

Funnel_0: When checking operator: When binding output schema variable "outRec": When binding output interface field "ER_CO" to field "ER_CO": Implicit conversion from source type "ustring[max=50]" to result type "ustring[max=8]": Possible truncation of variable length string.

Iam defining ER_CO field as varchar unicode (50) in all 10 input columns and output also it has Varchar unicode (50) . I am not able to understand why Iam getting that warning.


Thanks,
Somaraju.
somaraju
somu_june
Premium Member
Premium Member
Posts: 439
Joined: Wed Sep 14, 2005 9:28 am
Location: 36p,reading road

Re: Funnel Stage Warning

Post by somu_june »

Hi,

My problem was solved. In Output tab column (Edit Row ). In Column definition reference the name is not in sink with the column name it has ERR_COL , so it is throwing that error. Now I made the same name as in column name and the job is not throwing any warning.



Thanks,
Somaraju.
somaraju
Post Reply