Skip to Content
0
Former Member
Nov 28, 2006 at 03:57 PM

EMail-Adapter failed

29 Views

Hi,

I use the blog from Michal to configure a dynamic email adapter

(/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address)

So far so good. I can map the email adress I wanted and also receive

a email, but in sxmb_moni appears following mistake:

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

- <!-- Request Message Mapping

-->

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="MAPPING">NO_MAPPINGPROGRAM_FOUND</SAP:Code>

<SAP:P1>http://test.ri/Email IM_EMail_EP7_TO_EMail</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Interface mapping http://test.ri/Email IM_EMail_EP7_TO_EMail does not exist in runtime cache</SAP:Stack>

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

</SAP:Error>

I call a web service and just map the data to the email inbound interface (both

use same data type). Could it be, that I have to do this sync beacause of

the web service? Now, I do it async.

Why else he could pretend, that no mapping should exist?

Thanks

regards

chris