cancel
Showing results for 
Search instead for 
Did you mean: 

Error processing request in sax parser

sherin_jose4
Participant
0 Kudos

Hi all,

I am doing an asynchronous interface.

It is an interface from IDOC to JDBC. While testing the interface,am getting the following error

"Error processing request in sax parser: Error when executing statement for table/stored proc. 'put_delivery' (structure 'Statement_Delivery'): java.lang.NumberFormatException: null"

Any kind of help is appreciated.

Regards,

Thireesha.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhay_rajhans2
Contributor
0 Kudos

Hi Thireesha,

The error might be with the data. Check what data you are passing in the table and what is the data type of the table field. means you might be passing text data in the numeric field specified in the table.

RKothari
Contributor
0 Kudos

Hello,

Please refer to SAP NOTE 801367.

In advanced tab, use logSQLQuery-->true. Tt will display the actual sql statement in audit log instead of xml format.

You can copy this sql statement and execute directly in database to check the problem.

-Rahul