cancel
Showing results for 
Search instead for 
Did you mean: 

Exception -File-DB-File

Former Member
0 Kudos

hai all

i am working with the senario file - db - file using bpm . i am trying to fetch the value from db i am getting the following error in the adapter pls help to sort it out

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

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'null': java.lang.IndexOutOfBoundsException: Index: 1, Size: 1</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Regards

jayaraman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

The JDBC datatype structure shd be same as that of file .

Try changing your data type on the JDBC part. A specific format is to be followed which is given in the below mentioned link

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

regards

Arpit Seth

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jayaraman,

Can you give the XML message what is going out of BPM to JDBC adapter, the Stored procedure (name & signature) you are trying to call?

This should help in analyzing the problem.

Also check the help for sample formats:

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

rgds,

Pops

Message was edited by: Pops V

Former Member
0 Kudos

Hi Jayaraman,

To see the format of XML that should be sent to JDBC adapter, refer to this help page:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

regards,

Pops