cancel
Showing results for 
Search instead for 
Did you mean: 

ORA-01401: inserted value too large for column

Former Member
0 Kudos

com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SAP_IMPORT_STOCK_ORDER' (structure 'Statement'): java.sql.SQLException: ORA-01401: inserted value too large for column

This is the error I am getting when passing records from SAP to DATABASE.

When passing two records it is working fine.

But showing the above error when response is coming back from Database.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This is not an error assocaiated with XI. This error occurs at db level. Try to insert value into the db using some db client and examine this error.

P.S: <b>inserted value too large for column</b> the error description is self explanatory. Also the same thread is reposted. Try to avoid these...

Regards,

Jai Shankar

Former Member
0 Kudos

You will probably had to stick an SQL trace on to find which field is causing the problem.