SSIS package run error

  • Hi All

    I am trying to run a package which reads data from Oracle using Select Statement. used "Oracle provider for OLE DB" and got below error message.

    SSIS package "ClearVision.dtsx" starting.

    Information: 0x4004300A at Clear Vision Extract, SSIS.Pipeline: Validation phase is beginning.

    Information: 0x4004300A at Clear Vision Extract, SSIS.Pipeline: Validation phase is beginning.

    Information: 0x40043006 at Clear Vision Extract, SSIS.Pipeline: Prepare for Execute phase is beginning.

    Information: 0x40043007 at Clear Vision Extract, SSIS.Pipeline: Pre-Execute phase is beginning.

    Information: 0x4004300C at Clear Vision Extract, SSIS.Pipeline: Execute phase is beginning.

    Error: 0xC0202009 at Clear Vision Extract, OLE DB Source [1]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4B.

    An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x80040E4B Description: "Accessor is not a parameter accessor.".

    Error: 0xC0047038 at Clear Vision Extract, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (1) returned error code 0xC0202009. 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.

    Information: 0x40043008 at Clear Vision Extract, SSIS.Pipeline: Post Execute phase is beginning.

    Information: 0x4004300B at Clear Vision Extract, SSIS.Pipeline: "component "OLE DB Destination" (16)" wrote 0 rows.

    Information: 0x40043009 at Clear Vision Extract, SSIS.Pipeline: Cleanup phase is beginning.

    Task failed: Clear Vision Extract

    Warning: 0x80019002 at ClearVision: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.

    SSIS package "ClearVision.dtsx" finished: Failure.

    Can some one help me to resolve the error.

Viewing 0 posts

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