Link to home
Start Free TrialLog in
Avatar of tesla764
tesla764

asked on

ssis dtsx package execution errors.

I encounter the folloing errors when I run a ssis dtsx package...

[SSIS.Pipeline] Information: Execute phase is beginning.

[Flat File Source [1]] Error: Data conversion failed. The data conversion for column "Column 18" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".

[Flat File Source [1]] Error: The "output column "Column 18" (105)" failed because truncation occurred, and the truncation row disposition on "output column "Column 18" (105)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

[Flat File Source [1]] Error: An error occurred while processing file "C:\Documents and Settings\sritsick\My Documents\jsr\Erie_Master\test\Scott\Bulk_PP_008.txt" on data row 4.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "Flat File Source" (1) returned error code 0xC0202092.  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.

[SSIS.Pipeline] Information: Post Execute phase is beginning.

Does anybody have any syggestions on how to fix this?  Thanks in advance for your help.
SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tesla764
tesla764

ASKER

In summary looks like the input source file is in error. I just tried an experiment where I deleted all except the 1st row and the package worked succesfully.
Does this sound reasonable?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks everybody