rockstar283
IS-IT--Management
I am using ssis 2008 and trying to extract data from a tab delimited file
In the file above, I am getting an error where Counter=1494059
I am using a derived column transformation and it has a formula '(DT_DBTIMESTAMP)Date'
Due to that I am getting following errors:
[Derived Column 1 [295]] Error: An error occurred while attempting to perform a type cast.
[Derived Column 1 [295]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column 1" (295)" failed because error code 0xC0049064 occurred, and the error row disposition on "input column "Date" (297)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
I tried to redirect erranous rows..but it is also not working
Can anyone pls help to sort this one out..
p.s. all the previous files were processed successfully, we are getting errors with this one file only..though it has identical structure and encoding
In the file above, I am getting an error where Counter=1494059
I am using a derived column transformation and it has a formula '(DT_DBTIMESTAMP)Date'
Due to that I am getting following errors:
[Derived Column 1 [295]] Error: An error occurred while attempting to perform a type cast.
[Derived Column 1 [295]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column 1" (295)" failed because error code 0xC0049064 occurred, and the error row disposition on "input column "Date" (297)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
I tried to redirect erranous rows..but it is also not working
Can anyone pls help to sort this one out..
p.s. all the previous files were processed successfully, we are getting errors with this one file only..though it has identical structure and encoding