A small SSIS Package executing with errors.

  • I am facing trouble while executing an SSIS(2008) Package which loading (90000 records) data from SQL Server 2008 to Excel 2003.

    SQL Server source table having 7 columns like below.

    [Total] [Numeric}(38,2)

    [ARName] [nvarchar](255) NULL

    [ATName] [nvarchar](255) NULL

    [CName] [nvarchar](255) NULL

    [CId] [int] NULL

    [Criteria] [varchar](26) NOT NULL

    [CCS_name] [nvarchar](255) NULL

    I am usind data conversion transfermation between source and destination to convert Criteria 'Unicode string'.

    While executing its inserting some rows(not all).

    The package is showing below errors after the execution.

    [Excel Destination [169]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.

    [Excel Destination [169]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Excel Destination Input" (180)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Excel Destination Input" (180)" 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.

    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Excel Destination" (169) failed with error code 0xC0209029 while processing input "Excel Destination Input" (180). 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.

    [OLE DB Source [1]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.

    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (1) returned error code 0xC02020C4. 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. There may be error messages posted before this with more information about the failure.

    Please help on it.Thanks in advance.

  • Excel 2003 has a maximum number of rows of 65,535 - maybe that is the cause of your error.

    Try exporting to CSV instead to see whether that is the reason.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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