I'm trying to do a simple flat file import of a .csv file. The task keeps failing on me and I get the following error
Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: Thread "WorkThread0" has exited with error code 0xC0047039
I looked up the error codes and the only information I can find is that a thread is failing. What would cause this and how can I fix it? I can open the same file in Excel without any problems. I'd really appreciate any insight that anyone has to offer.
Does your package do anything else than importing the flat file?
Could you try nail down a piece of data in your file that is causing this? You can do it by splitting the file in two and keeping the failing part until you get the minimal amount of data causing this failure.
If your data is not sensitive I would like to do some testing with your file as well.
Thanks.
|||Bob,
Thank you for the tip. I've been working on it all day and finally started coming to the same place you mentioned. I was finally able to get rid of the error by modifying the column data types in the Flat File connection.
No comments:
Post a Comment