Hello All
Friends i'm fetching data from mysql table to sql table.
when i execute the pakage all the rows copied excepting few rows and getting error..
....................................................................................................................................................
SSIS package "Package1.dtsx" starting.
Information: 0x4004300A at Custom_Tables, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x800470C8 at Custom_Tables, OLE DB Destination [561]: The external columns for component "OLE DB Destination" (561) are out of synchronization with the data source columns. The external column "Pension_expiry" needs to be updated.
Information: 0x4004300A at Custom_Tables, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x800470C8 at Custom_Tables, OLE DB Destination [561]: The external columns for component "OLE DB Destination" (561) are out of synchronization with the data source columns. The external column "Pension_expiry" needs to be updated.
Warning: 0x80049304 at Custom_Tables, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's
console.
Information: 0x40043006 at Custom_Tables, SSIS.Pipeline: Prepare for Execute phase is beginning.
Information: 0x40043007 at Custom_Tables, SSIS.Pipeline: Pre-Execute phase is beginning.
Information: 0x4004300C at Custom_Tables, SSIS.Pipeline: Execute phase is beginning.
Error: 0xC0202009 at Custom_Tables, OLE DB Destination [561]: 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 10.0" Hresult: 0x80004005 Description: "Invalid character value for cast specification".
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Invalid character value for cast specification".
Error: 0xC020901C at Custom_Tables, OLE DB Destination [561]: There was an error with input column "DOB" (594) on input "OLE DB Destination Input" (574). The column status returned was: "The value could not be converted because of a potential loss of data.".
Error: 0xC0209029 at Custom_Tables, OLE DB Destination [561]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Destination Input" (574)" failed because error code 0xC0209077 occurred, and the error row disposition on "input "OLE
DB Destination Input" (574)" 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 Custom_Tables, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (561) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (574). 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: 0xC02090F5 at Custom_Tables, ADO NET Source [1]: The component "ADO NET Source" (1) was unable to process the data. Exception from HRESULT: 0xC0047020
Error: 0xC0047038 at Custom_Tables, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO NET Source" (1) returned error code 0xC02090F5. 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 Custom_Tables, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x402090DF at Custom_Tables, OLE DB Destination [561]: The final commit for the data insertion in "component "OLE DB Destination" (561)" has started.
Information: 0x402090E0 at Custom_Tables, OLE DB Destination [561]: The final commit for the data insertion in "component "OLE DB Destination" (561)" has ended.
Information: 0x402090DF at Custom_Tables, OLE DB Destination 1 [606]: The final commit for the data insertion in "component "OLE DB Destination 1" (606)" has started.
Information: 0x402090E0 at Custom_Tables, OLE DB Destination 1 [606]: The final commit for the data insertion in "component "OLE DB Destination 1" (606)" has ended.
Information: 0x4004300B at Custom_Tables, SSIS.Pipeline: "component "OLE DB Destination" (561)" wrote 1205 rows.
Information: 0x4004300B at Custom_Tables, SSIS.Pipeline: "component "OLE DB Destination 1" (606)" wrote 0 rows.
Information: 0x40043009 at Custom_Tables, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Custom_Tables
Warning: 0x80019002 at Package1: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (6) 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 "Package1.dtsx" finished: Failure.
The program '[5016] Package1.dtsx: DTS' has exited with code 0 (0x0).
............................................................................................................................
Kindly help..
Regards
BI_group