Interface mapping not found at runtime.

Hi all,
For the idoc to idoc scenario i was getting an error
Runtime error
Unable to read the payload from the message object
I have cleared the sld cache and also checked in SXI_CACHE to check the mapping at runtime .I m unable to understand where the problem lies.
Can anyone help?
Regards,
Shrita.

Hi,
Please check you message first properly all conditions supporting or not.Is message is having any exceptional chars , and Check whether your are using Async or Synch communication , respectivly the sender and receiver  communication mode supporting both sides. and check your J2EE is working fine or not, Check your interface is having the module processors in sender side/receiver side is yes , those are working fine or not , those are properly imported properly or not.
these diffects may not effect the activation of components.
Also check your receiver Business system is working fine or not
And also check your receiver agreement is configured,receiver determination and interface determination all are refered same business systems or not.
,please see the following threads
Error RCVR_DETERMINATION
No Receiver Determination
Re: NO_RECEIVER_CASE_ASYNC
XPATH and RECEIVER DETERMINATION
XI 3.0 No receiver could be determined
Regards
Chilla..

Similar Messages

  • Error Interface Mapping Not found..

    Hi Friends,
    I am simply using file to ABAP proxy scenario.
    I am getting error as : This I am getting while test my configuration at Scenario level  Tools  - > Test Configuration..
    Interface Mapping  :    
    Runtime error
    com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_Source_Target_Proxy_: Parsing an empty source. Root element expected!
    Plz help.
    Regard
    Deepak Sodhi

    Hi Rajesh,
    I am keeping the file as it is from Meassage mapping SRC File..
    Message Mapping is giving me no error..
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Source_Proxy xmlns:ns0="https://tcsfenest/test">
       <EmpId>315143</EmpId>
       <EmpName>Deepak Sodhi</EmpName>
       <EmpOffc>Gurgaon</EmpOffc>
    </ns0:MT_Source_Proxy>
    Only at the time of Testing configuration Environment -> Test Scenario.
    Its giving me error Interface mapping not found.. My strucuture is flat.
    DT - Complex type
    Empid element string
    Empname element string
    Empoffc element string
    Please help to resolove this issue.
    Regards
    depak

  • Interface Mapping Not Found in Integration Directory

    Hey guys!
    I'am getting this error in the test configuration part of the integration directory:
    "Interface Mapping: <Not Found> com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping"
    I don't see why I should be getting this error since I have properly defined a message and interface mapping for the receiving interface.
    BTW,  I get this error when I use XSLT mapping. If I point my interface mapping to a normal message mapping, I get no error. Is there anything I am missing?
    Regards,
    Glenn

    The weird thing is that when I test the the configuration in the Integration Directory, it is still looking for my old message mapping (the one i created using xi editor) even though I already replaced the referenced message mapping in the interface mapping to the XSL one.
    Yes, I tested the interface mapping with the same data using the XSL mapping and there's no problem.
    When I send the message though, I get an error saying "NO_RECEIVER_CASE_ASYNC" I really don't see why it should not recognize the receiver. I tried refreshing the cache but it still looks for my old mapping program...
    :P

  • Interface Mapping Not found?

    Hi expert,
    iam doing file to file senario using file content convertion,i have done IR,ID.while runing the senario its not execuing.To test the senario in ID i done it in Test Configuration in that its giving Interface Mapping not found but i have check all i done it right were the problem is there i cant understand can any one plz help me.
    Regards,
    Phani

    Hi Phani,
    It won't be solved by restarting the server.
    Please go to the IR and check the interfaces you are using are pointing towards  namespaces in which you have made the message mapping.
    Most of the times if you are copying the things from different namespaces these errors come.
    Thanks
    Amitanshu
    Reward Points if the answer is useful for you
    Message was edited by:
            Amitanshu Deep

  • BPM Error in Transformation Step: Interface Mapping not found

    Hi,
    Can you help me on this? I have a tranformation step in my BPM that combines a request and response message of a previous Send step to create a Source message for the next Send step. However, on my transformation step, I got the mapping error in workflow log: Interface mapping http://gl.euhreka.com/learning/skillsoft/catalogSy.YGLXI_OM_MergeRequestAndHandleResponseAB_To_PollFo (SWCV=DF8549309ECE11DFB58DF3570A341E0F) not found
    Do you have any idea about this error? My mapping program is working fine. I also checked if the container elements assigned to the transformation steps are correct. 
    Can you suggest of other way on how can I achieve on merging 2 messages (request and response) and set it to the Request for another send step?
    Thanks,
    Jenny

    Hello,
    I already solved the problem. The namespace and Operation mapping name is too long that's why it cannot be located at runtime.
    After the rename, another error appeared.
    "Incorrect XML format after mapping: Root-Tag expected instead of Messages"
    There are no useful information on the trace:
      <?xml version="1.0" encoding="utf-8" ?>
    - <MappingTrace>
      <Trace level="1" type="T">Mapping http://test YGLXI_OM_Merge , Software Component Version DF8549309ECE11DFB58DF3570A341E0F</Trace>
      <Trace level="1" type="T">Mapping Step 1 , Type XSLT , Program PollForReport_Merge</Trace>
      <Trace level="2" type="T">Call XSLT processor with stylsheet PollForReport_Merge.xsl.</Trace>
      <Trace level="2" type="T">Returned form XSLT processor.</Trace>
      </MappingTrace>
    Here is myXSLT program:
    <?xml version='1.0' encoding='utf-8' ?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  >
         <xsl:template match="/">
              <YGLXI_MT_PollForReportRequest>
                   <customerID>
                        <xsl:value-of select="//customerID"/>
                   </customerID>
                   <customerPassword>
                        <xsl:value-of select="//customerPassword"/>
                   </customerPassword>
                   <reportIDHandle>
                        <xsl:value-of select="//reportHandle"/>
                   </reportIDHandle>
              </YGLXI_MT_PollForReportRequest>
         </xsl:template>
    Here is my source message:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns1:YGLXI_MT_InitiateFullCourseListingRequest xmlns:ns1="http://gl.euhreka.com/learning/skillsoft/catalogSynchronization">
             <customerID>ZZZ</customerID>
             <customerPassword>XXX</customerPassword>
             <reportFormat>VVV</reportFormat>
             <mode>VCC</mode>
             <userName>CC</userName>
          </ns1:YGLXI_MT_InitiateFullCourseListingRequest>
       </ns0:Message1>
       <ns0:Message2>
          <ns1:YGLXI_MT_InitiateFullCourseListingResponse xmlns:ns1="http://gl.euhreka.com/learning/skillsoft/catalogSynchronization">
             <reportHandle>SADA</reportHandle>
          </ns1:YGLXI_MT_InitiateFullCourseListingResponse>
       </ns0:Message2>
    </ns0:Messages>
    I tested my program in Operation mapping and it is working. How come it is not in BPM?
    Thanks,
    Jenny

  • Interface Mapping not found error

    I'm getting "Interface Mapping <name> (SWCV=<id>) not found" error during runtime. I did not do anything to the specified interface mapping. If I go into the repository and put into modify mode, add space to description, save, activate, it all works fine. Any idea why my interface mappings are getting "lost" in the runtime cache... any way to do a bulk reload of repository objects into the runtime cache?

    Hi Tadd,
    It may help to eliminate the possible erros:
    1) In the Runtime Workbench, simulate the message in the Component Monitoring / Adapter Engine. If this does not work:
    2) Try to restart the JVM. I have seen sometimes that the mapping functions stored as Java files do not get refreshed.
    Cheers,
    Bhanu

  • XSLT Interface Mapping Not Found For HTTP Response

    NW 04's SR 10, RFC => XSL => HTML
    The scenario transforms data from R/3 into XML using XSLT and sends it to a 3rd party vendor wrapped inside a field of an HTML form via the HTTPS adapter.  XSL was used for this instead of standard MessageMapping to meet the customer's needed for the XML data to be delivered in an untransformed structure, including their DTD declaration, so they could parse it upon receipt.
    The outbound process is successful and the data is posted to the customer's database.  Upon receipt, they send back a simple HTML form containing the success/failure in an H1 tag and our submitted XML data in the Body tag.
    The problem is that due to the use of an XSL as the outbound mapping XI does not have a cached message structure to which it can map the response and thus throws the <b>Interface mapping .... does not exist in runtime cache</b> message.  I do not feel this is a cache problem since I've cleared the XI cache, CPACache and anything else I've read as well as verified that the outbound mapping exists in the XI Cache list.  I honestly feel I'm just missing a necessary piece to tell XI how to map the HTML response message back to the RFC Sender.
    I have attempted numerous ideas, one of which included the use of the same RFC structure as the inbound and outbound MessageType so that a Response mapping could be specified but a NullPointerException was thrown in the mapping step since the response was of a completely different structure.
    My question is how to handle the return data when using XSLT to create the outbound structure dynamically to prevent runtime errors in XI?
    Thanks in advance,
    Lane

    Thanks for the quick response Bhavesh.
    I figured out the response mapping option after I posted the question and also thought of using XSL to handle the response but I ran into a few other issues relating to my limited experience with XSLT that is preventing me from completely solving this.
    The response is a plain HTML file structured as:
    < html >
      < body >
        < h1 >Success/FailureMessage< /h1 >
        < br >
        Record Created
        < br >< br > XML Data: <?xml version="1.0" encoding="utf-8"?><!DOCTYPE ....
      < /body >
    < /html >
    where the actual XML data posted to the client system is embedded in the HTML body.  Therefore the response is not well-formed XML and fails on parsing but also contains another XML message within the HTML structure that throws off parsing as well.  Do you know XSLT well enough to get around this?
    What about writing a Java function that just reads the incoming information but in doing this how do I go about mapping back to the RFC?  Can I get ahold of the XI API somewhere to instantiate the RFC Objects dynamically?
    Thanks again,
    Lane

  • Interface Mapping Not found in ID

    hi all,
    I am not getting the Interface mapping in interface detemination.
    I have cleared all the cache.
    My inbound mapping and interface mapping in IR are corret and activated.
    Please suggest me possible cause for the problem.I have to give a demo by today EOD.
    thanks and best Regards,
    Nidhi

    Hi,
    May I Kidnly request you to explain your scenario in more details.
    as per the information till you will not activate the Inteface Mapping, it will not be available in ID.
    Thus you need to temparory create the request side mapping with request side Message structure and don't mapp all the fields =, just mapp the header nodes. and use it in Interface Mapping.
    I think you don't wish to pass any data to receiver just to triger the event on receiver with call and the receiver will give back teh response to you.
    Thanks
    Swarup

  • ID-Error: Interface Mapping Not Found

    Hi,
    While doing the test configuration in Integration Directory, i'm getting the below errors, after pasting in the payload area & after executing step by step:
    Sender Agreement
    Also, once when i'm adding message interface to interface mapping in Integration Repository, i'm getting the error as:
    "Message Interface does not exits on any software components"
    afterwards this error not came once again.
    Plsssssssss help me to resolve the same.
    Regards,
    Balaji

    Hi Balaji,
    try to do a cache refresh,using tools>>clear SLD cache.
    also see if message mapping and interface mapping have been created properly and activated.
    Check the following:
    --> The o/b and i/b interfaces in the mapping program are same as used to create the interface det. object.
    --> THe Interface mapping shld be active...
    Refer to the topics at the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/21/6faf35c2d74295a3cb97f6f3ccf43c/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/ef761a5ecfb1418b79896e10fe4c57/content.htm
    Reward points if this helps
    Regards
    Vani.

  • Interface Mapping not found in interface determination

    Hello experts,
    I am facing a very basic problem in my scenario which is stoping me from moving forward.
    In interface determination when i select the inbound interface and then try to select the interface mapping, nothing is shown in the value help.
    this is happening for all my scenarios even though the IR configurations are correct and I have also refreshed the cache.
    What can be the problem? some installation problem, SLd prob or IR??? Please help as i am stuck!!
    Thanks a lot in advance.
    Yash

    Hi Yash,
    This is really very strange despite of most probable solutions.
    Can you do one thing delete all configuration objects in Directory and activate. Now in repostiory remove mapping programs(message mapping and interface maaping) and activate.
    Check the message types and data types and message interfaces.
    Specially in message interfaces check whether correct message types are assigned. If so proceed with new mapping programs and activate the objects.
    Also do a fresh configuration in ID, activate and execute your scenario.
    One question, can you give a arrow diagram of scenario(e.g. file>xi>JMS)
    Thanks,
    Gujjeti

  • ORABPEL-11627 Mapping Not Found Exception

    Hi,
    I am getting into this error . Any idea how I can overcome this.
    Invoke_1 (faulted)
    [2006/05/16 18:03:20] "{http://schemas.oracle.com/bpel/extension}bindingFault" has been thrown. less
    <bindingFault>
    <part name="code" >
    <code>null</code>
    </part>
    <part name="summary" >
    <summary>file:/D:/OraBPELPM_1/integration/orabpel/domains/default/tmp/.bpel_check3xml_1.0.jar/write_good_file.wsdl [ write_good_file_ptt::merge(Ebill1500HdrStagingCollection) ] - WSIF JCA Execute of operation 'merge' failed due to: Mapping Not Found Exception. The mapping [ebill1500DtlStagingCollection] for descriptor [class bpel___localhost_default_check3xml_1_0__MD5_1599fb090298a18cd7a14175df888307_.check3xml.Ebill1500HdrStaging] could not be found. The input xml record had an element [Ebill1500HdrStaging/ebill1500DtlStagingCollection]. ; nested exception is: ORABPEL-11627 Mapping Not Found Exception. The mapping [ebill1500DtlStagingCollection] for descriptor [class bpel___localhost_default_check3xml_1_0__MD5_1599fb090298a18cd7a14175df888307_.check3xml.Ebill1500HdrStaging] could not be found. The input xml record had an element [Ebill1500HdrStaging/ebill1500DtlStagingCollection]. Make sure that the input xml is valid relative to the xsd and that the mapping exists in the Mappings.xml. If an old version of the descriptor without this mapping has been loaded by the database adapter, you may need to bounce the app server. If the same descriptor is described in two separate Mappings.xml files, make sure both versions include this attribute/mapping. </summary>
    </part>
    <part name="detail" >
    <detail>null</detail>
    </part>
    </bindingFault>
    thanks in advance

    Hi,
    I too get the same type of error. But in my case, i don't have two partner links. I have created only one and it throws the same error.
    Error details:
    <bindingFault>
    <part name="code" >
    <code>null</code>
    </part>
    <part name="summary" >
    <summary>file:/usr/oracle/midtier/integration/orabpel/domains/Dev/tmp/.bpel_DBSample_1.0.jar/DBInsert.wsdl [ DBInsert_ptt::merge(TestQueueCollection) ] - WSIF JCA Execute of operation 'merge' failed due to: Mapping Not Found Exception. The mapping [TestQueue] for descriptor [class bpel___localhost_Dev_DBSample_1_0__MD5_354f16a7145fe31c41b6d41f55336740_.DBSample.TestQueue] could not be found. The input xml record had an element [TestQueue/TestQueue]. ; nested exception is: ORABPEL-11627 Mapping Not Found Exception. The mapping [TestQueue] for descriptor [class bpel___localhost_Dev_DBSample_1_0__MD5_354f16a7145fe31c41b6d41f55336740_.DBSample.TestQueue] could not be found. The input xml record had an element [TestQueue/TestQueue]. Make sure that the input xml is valid relative to the xsd and that the mapping exists in the Mappings.xml. If an old version of the descriptor without this mapping has been loaded by the database adapter, you may need to bounce the app server. If the same descriptor is described in two separate Mappings.xml files, make sure both versions include this attribute/mapping. </summary>
    </part>
    <part name="detail" >
    <detail>null</detail>
    </part>
    </bindingFault>
    Can you please help me to solve this problem?
    Thanks

  • Interface requested not found : csLIB

    Hello,
    I installed SAP BO Client 4.1 sp2.
    I get the following mesage when i try to test the connection "Interface requested not found : csLIB"
    Thanks,
    Ankit

    Hi,
    Please check these links:
    Error starting IDT in Windows XP
    The problem to retrieve and edit Universe from server
    Hope this helps.
    Amine.

  • SXMB_MONI: Interface-Mapping not in runtime-cache

    Hi everybody,
    I got the error in SXMB_MONI:
    Interface-Mapping XYZ not in runtime-cache.
    We did a full cache refresh in sxi_cache.
    In integration directory I got the cache-notification:
    >>>  if_http_client receive http_communication_failure <<<
    Does anybody know, what I have to do?
    Thanks regards
    Mario

    Hi
    Pls check, this may help you
    Cache Refresh Errors - New Phenomena
    Ram

  • Multi-mapping not found at configuration time

    Hi
      I have defined an interface mapping that takes one msg interface as source and two msg interfaces as targets - the underlying message mapping is a multi-mapping.
    However , when I go to configuration time - and create a enhanced interface determination - and drop down - to pick up multi-mapping - it says no objects found !!!
    I double check the sender interface and its link with the SWCV , the interface mapping - everything is ok . Coud anybody help me - as to why my multi-mapping is not being picked up at configuration time ( I also check the runtime cache - everything is ok )
    Please help !!!!

    HI,
    see the below links
    multi mapping - /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    multi mapping without bpm -/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI.
    /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi
    Multiple mappings into one Im - Multiple message mappings in one integration scenario
    Regards
    Chilla

  • Map not recognized during runtime

    While running a test (during runtime), the map is not being recognized
    by the system. We have cleared SLD Cache in IR and ID, and using
    SXI_CACHE several times and during runtime we still get the following
    error about the map not being found. The error is as follows:
    Runtime error Unable to find resource a1ebddd0-0d05-11dd-a1d7-
    eecb0a0a3d7e in the following software component versions:
    urn:ariba.com:xi:Procurement:CreatePurchaseOrdercom/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestM~-1
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>
    <Trace level="2" type="T">......attachment XI_Context not found </Trace><Trace level="3" type="T">Mapping already defined in interface
    determination </Trace>
    <Trace level="3" type="T">Object ID of Interface Mapping
    15D05B740F5D39BCBACC32BCA4E1FCE7 </Trace>
    <Trace level="3" type="T">Version ID of Interface Mapping
    A1EBDDD00D0511DDA1D7EECB0A0A3D7E </Trace>
    <Trace level="1" type="T">Interface Mapping
    urn:ariba.com:xi:Procurement:CreatePurchaseOrder
    IFM_TX_WSPurchaseOrderPush_2_Z_ARIBA_KT_PO_CREATE </Trace>
    <Trace level="3" type="T">Mapping Steps 1 JAVA
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_ </Trace>
    <Trace level="3" type="T">MTOM Attachments are Transferred to the
    Payload </Trace>
    <Trace level="3" type="T">Dynamic Configuration Is Empty </Trace>
    <Trace level="2" type="T">Mode 0 </Trace>
    <Trace level="3" type="T">Search
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class
    (urn:ariba.com:xi:Procurement:CreatePurchaseOrder, -1) in swcv a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e. </Trace>
    <Trace level="3" type="T">Search
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class (-1) in swcv a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e
    without namespace. </Trace>
    <Trace level="1" type="T">Unable to find resource
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class in the following software component versions:
    a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e
    Thrown:
    com.sap.aii.ib.core.mapping.execution.ResourceNotFoundException: Unable
    to find resource
    com/sap/xi/tf/_MM_TX_WSPurchaseOrderPush_RequestMessage_2_Z_ARIBA_KT_PO_CREATE_REQUEST_.class in the following software component versions:
    a1ebddd0-0d05-11dd-a1d7-eecb0a0a3d7e
    at com.sap.aii.ib.server.mapping.execution.JavaMapping.load
    (JavaMapping.java:148)
    at com.sap.aii.ib.server.mapping.execution.JavaMapping.executeStep
    (JavaMapping.java:67)
    at com.sap.aii.ib.server.mapping.execution.Mapping.execute
    (Mapping.java:60)
    at com.sap.aii.ib.server.mapping.execution.MappingHandler.map
    (MappingHandler.java:87)
    at com.sap.aii.ib.server.mapping.execution.MappingHandler.map
    (MappingHandler.java:71)
    at
    com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:119)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest
    (MappingRequestHandler.java:72)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction
    (MappingServiceImpl.java:79)
    at sun.reflect.GeneratedMethodAccessor511.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at
    com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke
    (Interceptors_Resource.java:71)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at
    com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at
    com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy279.processFunction(Unknown Source)
    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:585)
    at
    com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:183)
    at
    com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:267)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:182)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:280)
    </Trace>
    <Trace level="1" type="E">CL_XMS_PLSRV_MAPPING~ENTER_PLSRV</Trace>

    In which system you are facing this problem?
    If it is Developement system then do the following steps and then try again.
    1. In your interface mapping remove the message mapping first and then activate the interface mapping.
    2. Do some dummy change in your message mapping or rename the message mapping by copying it and activate it.
    3. Now use this message mapping in your interface mapping and activate IM.
    If it doesn't work delete all objects and recreate them. (or may be rename them ).
    One more important thing... Check your Interface Determination and make sure the outbound & inbound message interfaces are exactly same as used in Interface Mapping.

Maybe you are looking for

  • New interal Hard drive and Lion

    I have a Mac Pro early 2008 which is working just fine except that the original hard drive is starting to show it's age. To mitigate the potential problem I have a new clean,empty internal hard drive and wonder if installing Lion on it would be a wis

  • File Extension Always Changes from .mp4 to .m4z in Media Encoder CS6 Master Collection

    Hello, I am a noob to Adobe products, but I am familiar with video encoding and have been making movies on the computer for over a decade.  I have made several attempts to encode from .wmv to .mp4, but both Media Encoder as well as Premiere creates t

  • Phone Vibrator

    This Saturday update my iPhone 4 to iOS version 7.0.3. phone vibrator stopped working, reset my phone to the previous version of iOS (7.0.2) and still have the same issue. The iPhone worked properly with IOS version 7.0.2. Could you advise me on this

  • How to silently install CSA using .wsf script

    I created an agent kit that does a quiet install, so it doesn't prompt the user, but it does display a couple of status boxes. It is possible to do a completely silent install? The config guide indicates that it can be done but doesn't give an exampl

  • Does anyone else have the problem of Safari freezing under 7?

    Safari has the annoying habit of randomly freezing on my iPad 2 running 7. Some websites are worse than others, but I have to power the pad down every once In a while and then it will work for a while.