Page 1 of 1

Error when checking operator: Could not find input field

Posted: Tue May 17, 2011 5:51 am
by srinivas Guduru
Hi

I am using OracleEnt stage , user defined sql

select max(RUN_ID) from schema.Table_Name

Error executing View Data command:##E IIS-DSEE-TOPK-00007 06:43:51(012) <_PEEK_IDENT_> Input dataset does not have field: "RUN_ID".

Target is sequential file (name of the stageMax_Run)

datastage director error is below

Max_Run: Error when checking operator: Could not find input field "RUN_ID"

some one can advise me please

Thanks
Srini

Re: Error when checking operator: Could not find input field

Posted: Fri May 20, 2011 12:07 am
by yammanur.dwhcareer
Please check the columns list in your source file. :shock:

Re: Error when checking operator: Could not find input field

Posted: Fri May 20, 2011 12:07 am
by SURA
select max(RUN_ID) as RUN_ID from schema.Table_Name