Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Truncation Error for Loading Data( having length > 255) in .xlsx file from SSIS package.

$
0
0

I am trying to load the data (from Sql Db) to Excel (.xlsx) with the help of Excel Destination task in SSIS.

Getting error : [OLE DB Source 1 [119]] Error: There was an error with OLE DB Source 1.Outputs[OLE DB Source Output].Columns[ClientName] on OLE DB Source 1.Outputs[OLE DB Source Output]. The column status returned was: "Text was truncated or one or more characters had no match in the target code page.".

I tried changing the Version of Excel to 97-2003 (.xls) but the package work fine on local machine and not when deployed on server this is because my machine has both the drivers (ACE and Jet) but Server has only ACE driver.

I also tried different work wrounds like changing the data types to NTEXT/NVARCHAR(500) while creating Excel sheet but still failing the package.

Please help me to load Excel (.xlsx) from ssis package where data lengths are more than 255.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>