How to capture Field validation errors in the Error table in ODI 11g
885311Jul 12 2012 — edited Aug 22 2013Hello,
We are using ODI 11g (11.1.1.5) and the scenario is to read the data from a flat file (.txt) and do a bulk insert into MS SQL Server database table.
We need to capture the error records (if the source field size is greater than the target column size) into the error table. However the interface errors out at step "Loading - SrcSet0 - Load data (BULK INSERT)" with error message "SQLServer JDBC Driver][SQLServer]Bulk load data conversion error (truncation) for row 33, column 6" but these errors are not being inserted into the error table.
Is there a way to capture these errors in the error table? Below is the KM details.
LKM: LKM File to MSSQL (BULK)
CKM: CKM SQL
IKM: IKM MSSQL Incremental Update
FLOW_CONTROL is set to true for the IKM.
Thanks,
Krishna