Page 1 of 1

error while loading oracle table

Posted: Wed Feb 02, 2011 9:09 pm
by DSRajesh
Hi All,

I am getting while loading data from dataset to oracle table.

Invalid field type in call to getInputFieldAsString() for field '2' in input dataset '0'.


But while i look manually at source data in dataset ,the data looks like correct as per the metadata.

Can any one please help what would be the cause for this issue.

Posted: Thu Feb 03, 2011 12:32 am
by ray.wurlod
First off, remember that counting is zero based, so field 2 is actually the third field. What is the value in the third field and what is its data type as recorded (a) in your metadata and (b) in the Data Set? Note that the error is from getInputFieldAsString() function.