cancel
Showing results for 
Search instead for 
Did you mean: 

String or binary data truncated

Former Member
0 Kudos

Hi Experts,

I have a scenario called File to JDBC ,I am getting the following error in RWB as

Error processing request in sax parser: Error when executing statement for table/stored proc. 'XXXX' (structure 'STATEMENT'): com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated.

but in SXMB_MONI theres no error.

Kindly help on how to resolve.

Regards,

Kalpana.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi Kalpana,

Most probably you are trying to put into DB a value that is actually longer than the DB field. Make sure the values your mapping generates are in accordance with to the DB schema.

Regards,

Grzegorz

Former Member
0 Kudos

Hi Grzegorz

Thanks for your reply.The field length was mismatching.

Regards,

Kalpana.

Answers (0)