Hi
I have a package loading data from a flat file to a table. At about 90,000 rows one of the columns fails the pakage with the error:
[Destination - SCORECARDAPP [618]] Error: There was an error with input column "CORPOL25_DOLL_60P_PCT" (2316) on input "Destination Input" (631). The column status returned was: "Conversion failed because the data value overflowed the specified type.".
I have setup a redirect for the column on the flat file source as well as the destination but I am unable to get the data causing the error to redirect and the package fails at that point. The data type for the column is decimal scale 9 on the flat file and the destination is column is [decimal](9, 9). Any Ideas would be greatly appreciated.
I have a package loading data from a flat file to a table. At about 90,000 rows one of the columns fails the pakage with the error:
[Destination - SCORECARDAPP [618]] Error: There was an error with input column "CORPOL25_DOLL_60P_PCT" (2316) on input "Destination Input" (631). The column status returned was: "Conversion failed because the data value overflowed the specified type.".
I have setup a redirect for the column on the flat file source as well as the destination but I am unable to get the data causing the error to redirect and the package fails at that point. The data type for the column is decimal scale 9 on the flat file and the destination is column is [decimal](9, 9). Any Ideas would be greatly appreciated.