Hi when I am inserting data into database tables using the JDBC insert adapter service I am getting the data truncation error because of the field length. Can I obtain the field names and/or the values that are causing the truncation error?
If this is reproducable, You need to ask your DBA (our yourself If you know how) to do a trace on DB side, it will have the values for all fields, compare their size with your table column definition, you should know which one is triggering the error
Error does not provide any useful info. Check your input data with the table column length. See if you have the rights to change the length of the columns within the table.
Thanks for your reply. I could able to identify the field but my question is if the issue reproduces is there any way to capture the field or value for which it is causing the error so that we can include them in the error email.