SSIS Package error

  • I just make a SSIS package and i get the following error. How can i fix it? It works before the package!!

    SSIS package "C:\Visual Studio Projecten\Integration Services Project1\Integration Services Project1\Incident categorie Nt St Change.dtsx" starting.

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

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

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "callback_reqd" (427) on output "Sort Output" (414) and component "Sort" (278) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "incident_ref" (437) on output "Sort Output" (414) and component "Sort" (278) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "inc_cat_sc" (455) on output "Sort Output" (414) and component "Sort" (278) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "inc_cat_n" (457) on output "Sort Output" (414) and component "Sort" (278) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

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

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

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

    Error: 0xC0202009 at Data Flow Task, OLE DB Destination [55]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.

    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Invalid character value for cast specification".

    Error: 0xC020901C at Data Flow Task, OLE DB Destination [55]: There was an error with OLE DB Destination.Inputs[OLE DB Destination Input].Columns[Copy of incident_ref] on OLE DB Destination.Inputs[OLE DB Destination Input]. The column status returned was: "The value could not be converted because of a potential loss of data.".

    Error: 0xC0209029 at Data Flow Task, OLE DB Destination [55]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE DB Destination.Inputs[OLE DB Destination Input]" failed because error code 0xC0209077 occurred, and the error row disposition on "OLE DB Destination.Inputs[OLE DB Destination Input]" 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.

    Error: 0xC0047022 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (55) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (68). 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.

    Error: 0xC0047022 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Sort" (278) failed with error code 0xC0047020 while processing input "Sort Input" (281). 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.

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

    Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "OLE DB Destination" wrote 0 rows.

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

    Task failed: Data Flow Task

    Warning: 0x80019002 at Incident categorie Nt St Change: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (5) 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 "C:\Visual Studio Projecten\Integration Services Project1\Integration Services Project1\Incident categorie Nt St Change.dtsx" finished: Failure.

    The program '[7468] DtsDebugHost.exe: DTS' has exited with code 0 (0x0).

  • Hi

    You have data conversion incompatibility. Check what are doing your "Data conversion" and "OLE DB Source" components and whether it corresponds to the respective data types of the columns in your "OLE DB Destination" component.

    Igor Micev,My blog: www.igormicev.com

  • Tnx alot 🙂 I just see that my column incident_ref was in my database int but it must be varchar TNXXX ALOT 🙂 for the quick anwser 🙂

  • I just check it agian but I still get the ERRORS;

    SSIS package "C:\Visual Studio Projecten\Integration Services Project1\Integration Services Project1\Incident categorie Question.dtsx" starting.

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

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

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "callback_reqd" (420) on output "Sort Output" (407) and component "Sort" (271) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "inc_cat_sc" (448) on output "Sort Output" (407) and component "Sort" (271) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "inc_cat_n" (450) on output "Sort Output" (407) and component "Sort" (271) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

    Warning: 0x80047076 at Data Flow Task, SSIS.Pipeline: The output column "cor_sla_achieved_id" (478) on output "Sort Output" (407) and component "Sort" (271) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

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

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

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

    Error: 0xC0202009 at Data Flow Task, OLE DB Destination [48]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.

    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "The statement has been terminated.".

    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Violation of PRIMARY KEY constraint 'incide_pk'. Cannot insert duplicate key in object 'dbo.incident'. The duplicate key value is (5001749).".

    Error: 0xC0209029 at Data Flow Task, OLE DB Destination [48]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE DB Destination.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "OLE DB Destination.Inputs[OLE DB Destination Input]" 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.

    Error: 0xC0047022 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (48) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (61). 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.

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

    Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "OLE DB Destination" wrote 4161 rows.

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

    Task failed: Data Flow Task

    Warning: 0x80019002 at Incident categorie Question: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (3) 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 "C:\Visual Studio Projecten\Integration Services Project1\Integration Services Project1\Incident categorie Question.dtsx" finished: Failure.

    The program '[2284] DtsDebugHost.exe: DTS' has exited with code 0 (0x0).

    This is what Im doing at data conversion look picture..

  • Here is your error that needs to be fixed.

    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Violation of PRIMARY KEY constraint 'incide_pk'. Cannot insert duplicate key in object 'dbo.incident'. The duplicate key value is (5001749).".

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

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