cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver: FATAL ERROR document format: invalid level 4

Former Member
0 Kudos

Hi,

I am creating an IDOC -JDBC scenario .

The XML created has action as delete.

but in the comminication channel i am getting an error which is


Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'T_SAP_WBS' (structure 'statement1'): java.sql.SQLException: FATAL ERROR document format: invalid level 4' found (structure 'statement1')

does any one have any idea on this?

Regards,

Tarun Bahal

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member200962
Active Contributor
0 Kudos

Hi,

The JDBC format which you are using is incorrect.....please maintain the format as mentioned in this document...there seems to be some mismatch

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

By maintaining the format i mean:

1) maintain the hierarchy as mentioned in the link

2) maintain the case (upper/ lower) for the standard elements (you seem to be using statement1 instead of Statement)

3) If there are no multiple stattements then have the name as Statement

If still facing the problem....provide your structure in sdn

Regards,

Abhishek.

Former Member
0 Kudos

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException:

Error processing request in sax parser: Error when executing statement for table/stored proc.

'T_SAP_WBS' (structure 'statement1'): java.sql.SQLException:

FATAL ERROR document format:

invalid level 4' found (structure 'statement1')

Former Member
0 Kudos

the error is

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'T_SAP_WBS' (structure 'statement1'): java.sql.SQLException: FATAL ERROR document format: invalid level 4' found (structure 'statement1')

Regards,

Tarun Bahal