cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Extended Receiver Determination

mandar
Explorer
0 Kudos

Hello Experts,

We are working on a scenario where, we are using Extended Receiver Determination.

In this reveiver determination mapping we are doing JDBC lookup and some receivers are determined on that basis.

Also, we have a default receiver in mapping.

We are using: SAP PO 7.4 SP 7

We are getting below error while testing from WSnavigator/SOAP UI, but mapping works when we test it in ESR.

Error:

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

          <context>XIAdapter</context>

          <code>ADAPTER.JAVA_EXCEPTION</code>

          <text><![CDATA[

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.xi.routing.RoutingException: Error while executing receiver determination mapping.

at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB(SOAPHandler.java:773)

at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:530)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)

Kindly help.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

Hello Mandar,

Remove the Split/Merge namespace which will come by default in message mapping and test the scenario.

Former Member
0 Kudos

Hi Mandar,

Did you find the root cause?

I am facing exactly the same issue you described and similar process using JDBC lookup.

Thank you.