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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Exception in component tMysqlOutput_1

hen i try to excecute my job i have this error:
Exception in component tMysqlOutput_1
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Column was set to data type implicit default; NULL supplied for NOT NULL column 'id_region' at row 27.
i dont know why.
thinks for help
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello
Add more length to column and don't insert null value into a not null column, so if the column is defined as not null, you should fiter the null rows.
Best regards
shong

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hello
Add more length to column and don't insert null value into a not null column, so if the column is defined as not null, you should fiter the null rows.
Best regards
shong