Hi all,
I'm developing a PI scenario Soap to file and I have a following problem.
My source is a third party System and my target is a ECC 6.0.
I have created two data type, only different in one value.
When tried to check my scenario, I obtain this error:
<code>ADAPTER.JAVA_EXCEPTION</code>
<text><![CDATA[
com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIServer:NO_MAPPINGPROGRAM_FOUND:
at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:1214)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
....
</text>
I have checked my message in the SXI_MONITOR's transaction and i see in column "Detail state", the next information:
"Mapping: Error in Resource Resolution or Initialization"
When i enter in my Error log, i can see the next information:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Call Adapter
-->
- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SAP:Category>XIServer</SAP:Category>
<SAP:Code area="MAPPING">NO_MAPPINGPROGRAM_FOUND</SAP:Code>
<SAP:P1>Object ID 7FD3FFAD6DBD3BAC9E91883B24CAF1CA Software Component 47B2EEC1B0F111DF8A0CF473AC1D633C</SAP:P1>
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:Stack>Mapping program is not available in runtime cache: Object ID 7FD3FFAD6DBD3BAC9E91883B24CAF1CA Software Component 47B2EEC1B0F111DF8A0CF473AC1D633C</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
i need some file transformation in SOAP-FILE scenario?
It may be that have a mistake in my develop?
Could you help me please?
Thanks & Best Reggards.