Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source 1" (1) returned error code 0xC0202009.

  • Basic Info: Same package on SQL Server 2005 - Was working fine

    See Attachment.

    Upgraded to 2008. In my Data Flow Task (DFT), i have OLE DB Source and Desti. In connection manager, my connection is OLE DB too.

    Source is pulling 8000 records and loading in Desti. Simple package.

    My Package is breaking on OLE DB Source. That means there is something wrong with my source Query. Which is not possible as it was working fine in 2005.

    The point to note is: It loads 7814 records very fine. But at the end it breaks on OLE DB Source.

    ERROR: Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source 1" (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.

    WORK AROUND I FOUND: What i did was, i ran my package with different combination of source query in OLE DB source. Like out of 20 fields, i first put 10 only in source query and commented out other 10 and package ran fine. That means problem in other 10 fields. THen down to 5 and then came to know that one field is braking the package. BUTTTTTT work around was: Breaking field was nvarchar(MAX) field and i had to trim it down to LEFT (field, 1000) which is not solution excatly. The reason i am saying it is: i am getting same problem in my another package which used to work fine in 2005. In my Driver package i have this kind of 38 packages. All those worked fine in 2005 but suddenly i am having this problem in 2008 where some of my OLE DB source are breaking with error above.

    Can anybody please help me with this issue?

    Thanks in advance.

  • Did you resolve this issue?

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

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