cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter Invalid level 4' found

Former Member
0 Kudos

Hi all,

I have the following XML messages send to a JDBC adapter and I get an Invalid Level 4' found:

-


<?xml version="1.0" encoding="UTF-8" ?>

- <ns0:ATL_JDBC_SQL_MAT_BOM_IN_MT xmlns:ns0="http://atlantis.com/material.bom">

- <Statement1>

- <dbTableName action="UPDATE_INSERT">

<table>SAP_MATERIAL_BOM</table>

- <access>

<IDOC hasQuot="YES">0000000000003670</IDOC>

<CODE hasQuot="YES">0183654</CODE>

<ROWMATCODE hasQuot="YES">0183685</ROWMATCODE>

<ROWMATQTY hasQuot="YES">8.000</ROWMATQTY>

<CH_OK hasQuot="YES">0</CH_OK>

</access>

</dbTableName>

- <key>

<CODE hasQuot="YES">0183654</CODE>

</key>

</Statement1>

</ns0:ATL_JDBC_SQL_MAT_BOM_IN_MT>

-


Does anybody have an idea what might by wrong? Thanks.

....Socrates>>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Socrates,

could you please give some more information about your error?

Regards Mario

Former Member
0 Kudos

We are using XI3.0 sp18. The communication channel (JDBC RECEIVER) has the following error when receive the above XML message:

11/9/06 3:21:49 PM 4c54613a06b71c409b86d27d7df80ce3 Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SAP_MATERIAL_BOM' (structure 'Statement1'): java.sql.SQLException: FATAL ERROR document format: invalid level 4' found (structure 'Statement1')

11/9/06 3:21:49 PM 4c54613a06b71c409b86d27d7df80ce3 Processing started

-


That's all the Info I have...

Former Member
0 Kudos

Which Database (Oracle, MSSQL ...)?

Former Member
0 Kudos

Thanks... I found it the key segment was on the wrong level.... I solved it.