Hi Experts,
I have OLEDB Source ,Lookup ,OLE DB Desination(for Insert) and OLE DB Command (for update).
there is no issue for small table but when when I run with same sceranio with huge transaction table then it doesn't insert the data .
Error is given bellowed:-
SSIS package "Package1.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: 0x80049304 at Data Flow Task, 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 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: 0x400490F4 at Data Flow Task, Lookup [16]: component "Lookup" (16) has cached 3 rows.
Information: 0x400490F5 at Data Flow Task, Lookup [16]: component "Lookup" (16) has cached a total of 3 rows.
Information: 0x402090E2 at Data Flow Task, Lookup [16]: The component "Lookup" (16) processed 3 rows in the cache. The processing time was 0.001 seconds. The cache used 132 bytes of memory.
Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
Error: 0xC0202009 at Data Flow Task, OLE DB Command [35]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E21.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80040E21 Description: "Invalid character value for cast specification".
Error: 0xC020901C at Data Flow Task, OLE DB Command [35]: There was an error with input column "AccessoryType" (87) on input "OLE DB Command Input" (40). 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 Command [35]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "OLE DB Command Input" (40)" failed because error code 0xC0209069 occurred, and the error row disposition on"input "OLE DB Command Input" (40)" 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 Command" (35) failed with error code 0xC0209029 while processing input "OLE DB Command Input"
(40). 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: 0x402090DF at Data Flow Task, OLE DB Destination [45]: The final commit for the data insertion in "component "OLE DB Destination" (45)" has started.
Information: 0x402090E0 at Data Flow Task, OLE DB Destination [45]: The final commit for the data insertion in "component "OLE DB Destination" (45)" has ended.
Information: 0x4004300B at Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (45)" wrote 1 rows.
Information: 0x40043009 at Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Data Flow Task
Warning: 0x80019002 at Package1: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (4) 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 '[9052] Package1.dtsx: DTS' has exited with code 0 (0x0).
thanks