xlsx issues coming from output of SSIS package

  • I am exporting rows that are over 65K so I need the xlsx feature. Problem is when I use the oledb connection instead of xls connection I get some real strange results. It skips records, stops half way through the recordset. I can seem to narrow down the problem. Has anyone ran into this issue with xlsx. Is there a better way to output sql into xlsx? I am running this all under one dataflow.

    SSIS package "test.dtsx" starting.

    Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.

    Information: 0x40043006 at Data Flow Task, DTS.Pipeline: Prepare for Execute phase is beginning.

    Information: 0x40043007 at Data Flow Task, DTS.Pipeline: Pre-Execute phase is beginning.

    Information: 0x4004300C at Data Flow Task, DTS.Pipeline: Execute phase is beginning.

    Error: 0xC0202009 at Data Flow Task, OLE DB Destination 4 [1360]: An OLE DB error has occurred. Error code: 0x80004005.

    Error: 0xC0209029 at Data Flow Task, OLE DB Destination 4 [1360]: The "input "OLE DB Destination Input" (1373)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (1373)" specifies failure on error. An error occurred on the specified object of the specified component.

    Error: 0xC0047022 at Data Flow Task, DTS.Pipeline: The ProcessInput method on component "OLE DB Destination 4" (1360) failed with error code 0xC0209029. 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.

    Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: Thread "WorkThread4" has exited with error code 0xC0209029.

    Error: 0xC02020C4 at Data Flow Task, Source 4 - BlockMaterials [295]: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.

    Error: 0xC0047038 at Data Flow Task, DTS.Pipeline: The PrimeOutput method on component "Source 4 - BlockMaterials" (295) 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.

    Error: 0xC0202009 at Data Flow Task, OLE DB Destination 12 [1893]: An OLE DB error has occurred. Error code: 0x80004005.

    Error: 0xC0209029 at Data Flow Task, OLE DB Destination 12 [1893]: The "input "OLE DB Destination Input" (1906)" failed because error code 0xC020907B occurred, and the error row disposition on "input "OLE DB Destination Input" (1906)" specifies failure on error. An error occurred on the specified object of the specified component.

    Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: Thread "SourceThread2" has exited with error code 0xC0047038.

    Error: 0xC0047022 at Data Flow Task, DTS.Pipeline: The ProcessInput method on component "OLE DB Destination 12" (1893) failed with error code 0xC0209029. 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.

    Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: Thread "WorkThread0" has exited with error code 0xC0209029.

    Error: 0xC0047039 at Data Flow Task, DTS.Pipeline: Thread "WorkThread2" received a shutdown signal and is terminating. The user requested a shutdown, or an error in another thread is causing the pipeline to shutdown.

    Error: 0xC0047021 at Data Flow Task, DTS.Pipeline: Thread "WorkThread2" has exited with error code 0xC0047039.

    Information: 0x40043008 at Data Flow Task, DTS.Pipeline: Post Execute phase is beginning.

    Information: 0x40043009 at Data Flow Task, DTS.Pipeline: Cleanup phase is beginning.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination" (1292)" wrote 230 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 1" (1309)" wrote 202 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 2" (1326)" wrote 9990 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 3" (1343)" wrote 1474 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 4" (1360)" wrote 0 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 6" (1394)" wrote 230 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 7" (1411)" wrote 16 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 8" (1428)" wrote 0 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 9" (1842)" wrote 60 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 10" (1859)" wrote 0 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 12" (1893)" wrote 0 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 14" (1927)" wrote 0 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 15" (1944)" wrote 0 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 16" (1961)" wrote 22 rows.

    Information: 0x4004300B at Data Flow Task, DTS.Pipeline: "component "OLE DB Destination 17" (1978)" wrote 0 rows.

    Task failed: Data Flow Task

    SSIS package "test.dtsx" finished: Success.

Viewing 0 posts

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