Page 1 of 1

data does not exist in the view adapated schema error

Posted: Thu Jun 26, 2008 9:50 am
by pravin1581
Hi All,

We are facing a error like :-

Code: Select all


Filter_9: The specified field: DSLink8.data does not exist in the view adapated schema.

The design is like

Code: Select all


   File ------- > Filter -----------> Peek

In the filter the condition is something like DSLinkx.data='100' where data is the column from the file. The input file contains only one column.

Thanks in advance.

Posted: Thu Jun 26, 2008 6:02 pm
by keshav0307
what is the link name between the sequential file and filter stage.

Posted: Thu Jun 26, 2008 8:40 pm
by pravin1581
The link name is DSLink8.

Posted: Thu Jun 26, 2008 11:29 pm
by keshav0307
i found this type of error when source is database or dataset.

you need to provide more information, like what is file format, have you declared first rwo as column name column etc.

try to change the field name 'data' to something else like 'srcdata' and then see what is the error.

Posted: Fri Jun 27, 2008 12:05 pm
by pravin1581
The file is a simple sequential file, with only one field.

Posted: Fri Jun 27, 2008 3:28 pm
by richdhan
Hi Pravin,

In the filter stage don't use the link name. Just use the column name like data='100'.

HTH
--Rich