cancel
Showing results for 
Search instead for 
Did you mean: 

how to handle error in Syncronus interface?

former_member745782
Active Participant
0 Kudos

Hello everybody,

i have a Proxy -> PI -> jdbc interface scenario.

Sometimes the table insert have a error and i would like send back to proxy response the text error.

I tried to generate 2 Fault message and map them but no result.

In case of error i have in message monitor a error like this:

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

- <!-- Inbound Message

-->

- <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.xxxxxxxxxxx error to send back<SAP:AdditionalText>

<SAP:Stack />

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

</SAP:Error>

Any suggestion?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

I think JDBC adapter does not support application interface.

So you can only access the error text of system fault exception.

former_member745782
Active Participant
0 Kudos

ok thanks!

Answers (0)