cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc Adapter throws error

bhaskar_ghandikota
Participant
0 Kudos

We are trying to send data to SAPR/3 47 IDES using IDoc Adapter.

the data is sent to XI from SQL database thro JDBC adapter and then to R/3 thro IDoc adapter.

All this is in Asynchronous mode and at no point we chose synchronous (IDoc adapter does not suppost Asynchronous process right).

But we are getting the following error:

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

- <!-- Call Adapter

-->

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

- <SOAP:Header>

- <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">

<SAP:MessageClass>SystemError</SAP:MessageClass>

<SAP:ProcessingMode>synchronous</SAP:ProcessingMode>

<SAP:MessageId>B7685EB2-42F1-554B-80CC-6ADFC86C7975</SAP:MessageId>

<SAP:RefToMessageId>35A42550-81F9-11D9-AFC7-00C09F450580</SAP:RefToMessageId>

<SAP:TimeSent>2005-02-18T22:05:33Z</SAP:TimeSent>

- <SAP:Sender>

<SAP:Service>S70_812</SAP:Service>

<SAP:Interface namespace="urn:sap-com:document:sap:idoc:messages">DEBMAS.DEBMAS04</SAP:Interface>

</SAP:Sender>

<?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>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_BE_NOT_SUPP</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Only asynchronous processing supported for IDoc adapter outbound processing</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

We are not sure where from this synchronous is being picked?

Please advise.

Thanks,

Bhaskar and Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

bhaskar_ghandikota
Participant
0 Kudos

closing - no specific answer

Former Member
0 Kudos

In the Processing Parameters section of the JDBC adapter, make sure you have Exactly Once (Asynchronous) selected.