cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Sender CC - Error Application:RESOURCE_NOT_FOUND

Former Member
0 Kudos

I am using a sender SOAP communication channel in XI 2.0;

When a message is posted to the URL, I get a exception as below as response.

<!see the documentation>

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>Server Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context>XIAdapter</context>

<code>ADAPTER.JAVA_EXCEPTION</code>

<text>com.sap.aii.af.ra.ms.api.DeliveryException: Application:RESOURCE_NOT_FOUND:

at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)

at com.sap.aii.af.ra.ms.impl.core.queue.consumer.CallConsumer.onMessage(CallConsumer.java:134)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:917)

at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))

at java.security.AccessController.doPrivileged1(Native Method)

at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))</text>

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

I can see the messages received in the CC monitor - which says 'error occured' and there is no message ID attached to it.

In the SXMB_MONITOR - I can see the payload; Can anyone give a hint on what is wrong?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

R u getting this error log in Communication monitoring?

Have u seen the detailed log in SXMB_MONI as well RWB- message monitoring.

What is the status message of Moni-

Did u tried sending another value and check the response.

Test ur interface using RWB- IE- Test message tab.

chirag.

Edited by: Chirag Gohil on Jul 23, 2010 4:44 PM

Former Member
0 Kudos

When I tried to do from the runtime workbench - test message

I get the following error;

Error while sending message: com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values:

maciej_jarecki
Contributor
0 Kudos

Hi

if you see a message in sxi_monitor with sucess status, it's mean that message has been processed by pipeline and passed to CC.

I supose that error is wrong web service adres i CChanell configuration or WS is not available

Regards

Maciej

Former Member
0 Kudos

From Error message- It seems ur ID configuration is not correct- Cross check all the determination and receiver agreement.

Activate the ID and do the cache refresh.

chirag

Former Member
0 Kudos

The requirement was to convert the SOAP message from the Sender Communication Channel to IDOC with this interface.

After all your helps, we have come a long way and

Now I get a error message at the 'CALL ADAPTER' in SXMB_MONI for my message.

At the 'Response' node of my message I get the following error information

- <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 processg</SAP:Stack>

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

</SAP:Error>

Any hints/ideas please.

Former Member
0 Kudos

Hi,

I believe it's an async scenario. If yes, check Quality of Service in your sender SOAP channel - it should be EO or EOIO, not BE.

Regards,

Neetesh

Former Member
0 Kudos

Thanks you have solved my issue. I changed to Exactly once - quality of service; and it worked;

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi,

what is the status in SXMB_MONITOR?

Do you have any errors?

Regards,

Udo