Error when checking operator: Could not find input field

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
eswar1
Participant
Posts: 10
Joined: Sat Jan 01, 2011 6:21 am

Error when checking operator: Could not find input field

Post by eswar1 »

Hi
I'm using DB2 as source. In DB2 I wrote user defined SQL Query.

select
A.ACCT_NBR,A.CHKDGT,A.ACCT_OPN_DT,A.ACCT_CLOS_DT,B.ACCT_BAL_SMRY_AMT,B.ACCT_NBR,C.CR_LIM_AMT,C.ACCT_NBR,D.CR_LIM_AMT,
D.ACCT_NBR from AGMNT A, ACCT_BAL_SMRY_DD B,ACCT_CR_LIM C,
ACCT_FTR D where A.ACCT_NBR= B.ACCT_NBR AND A.ACCT_NBR= C.ACCT_NBR AND A.ACCT_NBR= D.ACCT_NBR
When I run the job for every input column I'm getting the error as
"Error when checking operator: Could not find input field "CHKDGT".
Error when checking operator: Could not find input field "ACCT_OPN_DT".
For all input columns I'm getting this error.I'm unable to solve this,
Please help me to solve the problem.

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

Post by ray.wurlod »

Do you have identically named columns on the Columns tab?
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