Hi! I'm a newbie to SSIS and I'm trying to insert a flat file into a table.
The flat file contains some bad data so I want to insert the data into a text column.
I'm getting the following error below... It seems like SSIS cannot find the row delimiter, but I just want to load the file into a text column as a single row. I am able to insert the data to a text column in SQL 2000 DTS. Is there a way to do this in SQL 2005?
Please help... and Thanks in advance!!
[DTS.Pipeline] Error: The PrimeOutput method on component "Flat File Source" (1) returned error code 0xC0202092.
The component returned a failure code when the pipeline engine called PrimeOutput().
The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.
[Flat File Source [1]] Error: An error occurred while processing file \\sss.sss on data row 1.
[DTS.Pipeline] Error: The PrimeOutput method on component "Flat File Source" (1) returned error code 0xC0202092.
How do you know it is a problem with the delimiter?
Could you provide more information about the structure of the file and how you are configuring the flat file source component?
|||PLog
It sounds like you probably need to set up the flat file parsing to expect a single column and use a delimiter for that column that is not in your data (so it doesn't match anything in the data). You set the flat file parsing in the flat file source adapter UI. Let us know if that answers your question.
thanks,
denise
没有评论:
发表评论