Hello all,
I'm quite new to SSIS packages, so I don't know how to debug them very well.
I have a Flat File Source, a Script Component, and an OLE DB Destination.
When I run it, it looks like it is trying to import rows: "9,916 Rows"
shows up on either side of the Script Componen. And then both the source
and destination turn red and the thing stops. I switch to the progress tab
to look up all of the error messages. These error messages are very
cryptic. They won't tell me what row the error occured on or the data that
caused the error. (Error messages are pasted at the end, after sig)
On top of it all, it looks like Script Components do not have error
redirection.
Is there any way to decipher from the error messages what row the error
occured on so I can look at the data and try to figure out why it is
failing?
(I definitely want to learn all I can about SSIS, but everything seems
extremely complicated and cryptic. Doesn't seem like it is very easy trying
to do it on your own w/o any books.)
Thanks for any help anyone can provide,
Conan Kelly
[OLE DB Destination [555]] Error: An OLE DB error has occurred. Error code:
0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native
Client" Hresult: 0x80004005 Description: "Invalid character value for cast
specification". An OLE DB record is available. Source: "Microsoft SQL
Native Client" Hresult: 0x80004005 Description: "Invalid character value
for cast specification".
[OLE DB Destination [555]] Error: There was an error with input column
"oOpenDate" (647) on input "OLE DB Destination Input" (568). The column
status returned was: "Conversion failed because the data value overflowed
the specified type.".
[OLE DB Destination [555]] Error: The "input "OLE DB Destination Input"
(568)" failed because error code 0xC020907A occurred, and the error row
disposition on "input "OLE DB Destination Input" (568)" specifies failure on
error. An error occurred on the specified object of the specified component.
[DTS.Pipeline] Error: The ProcessInput method on component "OLE DB
Destination" (555) failed with error code 0xC0209029. 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.
[DTS.Pipeline] Error: Thread "WorkThread0" has exited with error code
0xC0209029.
[Flat File Source [1]] Error: The attempt to add a row to the Data Flow task
buffer failed with error code 0xC0047020.
[DTS.Pipeline] Error: The PrimeOutput method on component "Flat File Source"
(1) returned error code 0xC02020C4. 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.
[DTS.Pipeline] Error: Thread "SourceThread0" has exited with error code
0xC0047038.