hot questions tagged sqlserver2005 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T22:38:24Zhttp://stackoverflow.com/feeds/tag?tagnames=sqlserver2005&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1844202/ssis-package-failing-with-new-structure-of-flatfile0SSIS Package failing with New structure of Flatfilermdussa2009-12-04T01:01:07Z2009-12-04T14:13:37Z
<p>Hi
SSIS package is just importing from txt file to sql database. when we made the package were using old file and its executing fine.the old source file got (10 columns)
the new source file got 15 columns.
when the source file changed its failing.
[Flat File Source [1]] Error: Data conversion failed. The data conversion for column "Column 10" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".
Variation in the columns made a problem
how to resolve this in better way? If both old and new format files need to be processed with same Package.</p>
<p>Thanks</p>