Link to home
Start Free TrialLog in
Avatar of enrique_aeo
enrique_aeo

asked on

10777 - flat file SOURCE error

hi experts
i have this error
SSIS package "E:\Documents\SMI\Sistema de Presupuesto\LOOKUP_PaisSociedad\LOOKUP_PaisSociedad\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: 0x402090DC at Data Flow Task, Flat File Source [2]: The processing of file "E:\Documents\SMI\Sistema de Presupuesto\scriptsBD\dataFROMsap\tablasLAST\tablas\cliente.csv" has started.
Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute phase is beginning.
Error: 0xC02020A1 at Data Flow Task, Flat File Source [2]: Data conversion failed. The data conversion for column "descripcion" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".
Error: 0xC020902A at Data Flow Task, Flat File Source [2]: The "Flat File Source.Outputs[Flat File Source Output].Columns[descripcion]" failed because truncation occurred, and the truncation row disposition on "Flat File Source.Outputs[Flat File Source Output].Columns[descripcion]" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
Error: 0xC0202092 at Data Flow Task, Flat File Source [2]: An error occurred while processing file "E:\Documents\SMI\Sistema de Presupuesto\scriptsBD\dataFROMsap\tablasLAST\tablas\cliente.csv" on data row 4.
Error: 0xC0047038 at Data Flow Task, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Flat File Source 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.
Information: 0x40043008 at Data Flow Task, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x402090DD at Data Flow Task, Flat File Source [2]: The processing of file "E:\Documents\SMI\Sistema de Presupuesto\scriptsBD\dataFROMsap\tablasLAST\tablas\cliente.csv" has ended.
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 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 "E:\Documents\SMI\Sistema de Presupuesto\LOOKUP_PaisSociedad\LOOKUP_PaisSociedad\Package1.dtsx" finished: Failure.

Open in new window


when i try load a file text
cliente.csv
Package1.txt
external-columns.png
outputCOLUMNS.png
ASKER CERTIFIED SOLUTION
Avatar of John_Vidmar
John_Vidmar
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
Avatar of enrique_aeo
enrique_aeo

ASKER

OK

Where should I make the switch?
in external column
or
output column
  and why?
Hi,

Open Source and go to Error output tab

then inplace of fail component select redirect row for all the collumns

That's it
1. Show advance options
2. Input and Output properties
3.Output Columns
4.Descripcion: Lenght = 100
errLENGHT.png