Page 1 of 1

input dataset does not have field error

Posted: Fri Feb 02, 2007 3:37 am
by PeterPol
Hello,

The following error is displayed when I do view data in an ODBC stage:

Error executing View Data command:

##E TOPK 000000 10:34:26(015) <_PEEK_IDENT_> Input dataset does not have field: "mutdat"

The following user-defined sql statement is executed:

SELECT
mutdat
FROM
test.DBF

in both test.DBF as on the column tab mutdat is defined as date(8)

Peter

Posted: Fri Feb 02, 2007 8:10 am
by DSguru2B
Wrong forum for one. And did you try searching on error message "Input dataset does not have field"?

Posted: Fri Feb 02, 2007 8:48 am
by ArndW
Also note that your error is not the database access stage but in the PEEK stage.

Posted: Sun Feb 04, 2007 3:19 am
by kumar_s
Does the view data work for any other field other than the given date field?
Just check you don't have any other database issues by changing the query to
'SELECT SYSDATE FROM dual '