cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

String or binary data would be truncated

Former Member
0 Likes
2,104

Hi Team,

My interface is FILE to JDBC, we are facing the below issue in the JDBC channel.

Unable to execute statement for table or stored procedure. 'SPName' (Structure 'StatementName_2') due to com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated

kindly provide the solution for this error.

Regards

Kiran

View Entire Topic
JaySchwendemann
Active Contributor
0 Likes

Please check field lengths of your input data and the corresponding column lengths of database table.

Cheers

Jens