cancel
Showing results for 
Search instead for 
Did you mean: 

Reciver JDBC SAX Error

Former Member
0 Kudos

Hi All,

I am using XSLT mapping to Post Invoices to DB2 using Reciver JDBC Adapter ,

I am getting following error :

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. 'EDF810I' (structure 'Statement'): java.sql.SQLException: EDF810I in PIDUSER type *FILE not found.

and also here is my XSLT for the same.

and goes on

Your help on this is well appreciated.

Thanks,

Madhu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check the explanation of error code SQL0204 in DB2.

Thanks,

RamuV

prateek
Active Contributor
0 Kudos

Instead of <TableName action="INSERT">, use

<dbTableName action="INSERT">

Regards,

Prateek

Former Member
0 Kudos

Hi

Have you installed the required drivers for DB2. check your adapter's functioning without the mapping first.

Regards

Monika