Page 1 of 1

Join stage error

Posted: Thu Jan 21, 2010 6:51 am
by dnat
Hi ,

I am getting the following error

Join_227: Error when checking operator: Key field "DEST_LOC_I" was not found in the view-adapted input schema

I have searched the forum and checked the nullability of input and reference in the Join stage. Both are same

There are many join stages before this join stage and when i remove just this join stage, then the error goes off.

I added this again freshly and checked for nullbility, datatype etc..everything looks fine..

There is no input data coming to this join stage so i cannot compare the data, but still this job aborts.

Can anyone help..

Posted: Thu Jan 21, 2010 7:44 am
by ArndW
Go to the stage before the join stage for all of your inputs and ensure that the column is present and declared with the same attributes everywhere.

Posted: Thu Jan 21, 2010 8:19 am
by dnat
Thanks Arndw..I had overlooked one column..I had defined that in the initial oracle stage metadata, but had a user-defined sql so was not pulling that column at all. I included that and the error went away..