SSIS package getting failed

  • Hi, I have one SSIS package and one of it's data flow task does the following:

    executes a procedure from ole db source

    Derived column: one of the column has transformation with replace function.

    Flat file destination: creates file and send it to shared location

    There are three parallel iterations of the above three steps inside the data flow task. The package was working fine until yesterday and today it failed with some errors starting with following one:

    Error: 2015-07-16 10:15:40.53

    Code: 0xC0047070

    Source: Generate Sales Data File

    Description:

    End Error

    Error: 2015-07-16 10:15:41.01

    Code: 0x80004005

    Source: Generate Sales Data File

    Description:

    End Error

    Any idea

  • Can you get a more comprehensive set of errors from the 'All Executions' report in SSISDB?

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

  • Apart from the above got the two following errors as well

    Error: 2015-07-16 10:15:40.57

    Code: 0x80004005

    Source: Generate Sales Data File

    Description:

    End Error

    Error: 2015-07-16 10:15:41.42

    Code: 0xC0208265

    Source: Generate Sales Data File OLE DB Source 1 [387]

    Description: Failed to retrieve long data for column "SalesDetail".

    End Error

  • sqlnaive (7/16/2015)


    Apart from the above got the two following errors as well

    Error: 2015-07-16 10:15:40.57

    Code: 0x80004005

    Source: Generate Sales Data File

    Description:

    End Error

    Error: 2015-07-16 10:15:41.42

    Code: 0xC0208265

    Source: Generate Sales Data File OLE DB Source 1 [387]

    Description: Failed to retrieve long data for column "SalesDetail".

    End Error

    Presumably you've checked OLEDB Source 1 and there are no issues?

    Is this package deployed to SSISDB? Are you unable to get full log information?

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

Viewing 4 posts - 1 through 3 (of 3 total)

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