Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

data truncation error

Dear Sir 

am facing data truncation error when delimit file data move into MSSql output. am already read truncation related post on Talend Community but unable to resolve. 

0683p000009LtA4.jpg

Labels (2)
8 Replies
vboppudi
Partner - Creator III
Partner - Creator III

Hi,

 

Does source and target has same datatype and length for every attribute?

 

Regards,

 

manodwhb
Champion II
Champion II

Data truncation will get,when input column length is lower than output column
Anonymous
Not applicable
Author

Hello,

Here is a KB article about:https://community.talend.com/t5/Design-and-Development/quot-Data-truncation-Data-too-long-for-column....

Hope it will help.

Best regards

Sabrina

Anonymous
Not applicable
Author

i have already done it but its not work for me.
Anonymous
Not applicable
Author

Hi
Do you create the table on tMSSQLOutput component or Does the tables already exist in database?
For testing, you can print the length of column value on the console to see if it exceeds the maximum size of the field.

Regards
Shong
Anonymous
Not applicable
Author

am created table for tMSSQL component. i couldn't understand print the lenght of column value on the console. how it will done?
manodwhb
Champion II
Champion II

@ksingh,you need to get max column length linke below.

 

Job

0683p000009LwrI.png

tmap

0683p000009LwrX.png

 

tAggregaterow

0683p000009LwkX.png

 

manodwhb
Champion II
Champion II

@ksingh,still do you have issue?