cancel
Showing results for 
Search instead for 
Did you mean: 

adapter engine error

Former Member
0 Kudos

Hi All,

i am working on IDOC (matama) to JDBC scenario.

I found many messages are failed in adapter enginge of RWB with below error:

JDBC Message processing failed, due to Error processing request in sax parser: Error when executing statement for table/stored proc. 'Materials' (structure 'Statement'): com.microsoft.sqlserver.jdbc.SQLServerException: String or binary data would be truncated.

Even i tried to resend all these failed messages but cannot able to processs sucessfully.

Can you please find out why these messages are in error in AE and how to rectify the same ASAP.

Thanks

Satya

Accepted Solutions (0)

Answers (1)

Answers (1)

abhay_rajhans2
Contributor
0 Kudos

Hi Satya,

Check the data you are sending to Database table. It seems that you are trying to insert the data which is having more character length than that of respective database field.