Getting an Excel destination error

  • Hey guys, I have a package that has run fine but now im getting the following error and not sure what it means. Any assistance is appreciated.

    Executed as user: HNETNT\SQLISUAT01. Microsoft (R) SQL Server Execute Package Utility Version 10.50.6000.34 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 10:20:41 AM Error: 2015-03-24 10:21:18.85 Code: 0xC0202009 Source: Data Flow Task Excel Destination [63] Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. End Error Error: 2015-03-24 10:21:18.85 Code: 0xC0209029 Source: Data Flow Task Excel Destination [63] Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Excel Destination Input" (74)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Excel Destination Input" (74)" 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. End Error Error: 2015-03-24 10:21:18.85 Code: 0xC0047022 Source: Data Flow Task SSIS.Pipeline Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Excel Destination" (63) failed with error code 0xC0209029 while processing input "Excel Destination Input" (74). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:20:41 AM Finished: 10:21:28 AM Elapsed: 46.785 seconds. The package execution failed. The step failed.

  • Was dropping the table and using select into to create it again then selecting all from the table into an excel destination. Had to update the stored proc to truncate the table so that the datatypes would be the same on every run so meta-data in the package would match.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply