Building a package to pull data from SQL Server view and load it into an excel file. Getting a generic error (Multiple-step OLE DB operation generated errors... No work was done. Apparently this is usually from data type mis-matches. I am looking over the mapping in the Data Conversion task, but I don't see anything wrong. When I tried creating this in the Data Export wizard in SQL Server, I was getting truncation errors.
I have heard that I can use the "Derived Columns' task to fix the conversion failures, but I need to identify which columns are having trouble. How do I pinpoint the exact problem columns?
EDIT - Using BIDS 2008, exporting to an excel destination. I first tried with the import/export wizard in SSMS but kept failing, so I am now trying to do it in SSIS/BIDS.
I am currently getting the 0x80040E37 when I try to open the mapping tab in the Destination task. Apparently the fixes are to set to 32 bit or fix the mappings. I am running in 32 bit and I can't fix the mappings because the tab wont open because of this error.