RuntimeException in Message-Mapping (com.sap.aii.utilxi.misc.api.BaseRunti)

HI,
We are facing a very strange problem , during runtime we are facing the below mapping problem ,
<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
<SAP:P1>com/sap/xi/tf/_MM_FILE_TO_IDOC_P~</S P:P1>
<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
<SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
But when we have downloaded the XML from SXMB_MONI and tested the mapping it works fine , only in the run time we are facing this problem , funny part is the same scenario worked fine yester day itself (end-to-end).
<b>Note</b>: <b>Chche is uptodate.
         Mapped all mandatory fields</b>
Regards,
Vijaya

Hi
please chech whether the data in the input file is according to the format or not.
for this you go to sxmb_moni,take the input payload from the moni and test with that payload and you will come to lnow where is the error.
if you still have the problem please relly me back
Thanks
Rinku

Similar Messages

  • Mapping Error: com.sap.aii.utilxi.misc.api.BaseRuntimeException

    Hi All,
    I am workign on a scenario, where i am getting dtaa from SQL server using sender JDBC adapter.
    I need to pass this data into a Z-RFC to update a ztable.
    While executing the scenario, the messages are populatingin SXMB_MONI with the following error and Red Flag.
    com.sap.aii.utilxi.misc.api.BaseRuntimeException
    thrown during application mapping
    com/sap/xi/tf/_pavan_mm_: RuntimeException in
    Message-Mapping transformatio~
    I have tested Message Mapping in Repository. Its working fine.
    But when i copy the payload from SXMB_MONI and paste the same payload in Message Mapping (Repository), the system is showing following Error.....
    Details
    java.lang.NullPointerException
    STACKTRACE:
    com.sap.aii.ib.core.mapping.exec.ExecuteException: java.lang.NullPointerException
        at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:477)
        at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:301)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
        at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
        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:100)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    java.lang.NullPointerException
    STACKTRACE:
    java.lang.NullPointerException
        at com.sap.aii.mappingtool.tf3.AMappingProgram.exceptionCaught$(AMappingProgram.java:59)
        at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:182)
        at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:149)
        at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:102)
        at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431)
        at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:301)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
        at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
        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:100)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I have tested the Configuration in Integration Directory with the payload from SXMB_MONI... The error is same as above mentioned.
    In message mapping, the source message type is a data type similar to the selected fields from sql server.
    The target message type is the imported RFC.
    The RFC is working fine, when i enter the data manually in R/3.
    I am unable to trace out the error behind this kind of situation....
    Can any one guide me in this regard...??
    Regards
    Pavan

    The payload got from Message Mapping....
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:SENDER_MT xmlns:ns0="http:
    infotech-enterprises">
      <zkunnr>AB10</zkunnr>
      <zname1>PRATT</zname1>
      <zstras>412,DALAL STREET</zstras>
      <zadrnr>BGLR,FDFDFDF</zadrnr>
      <ztelf1>434343434</ztelf1>
    </ns0:SENDER_MT>
    The Payload got from SXMB_MONI as follows...
      <?xml version="1.0" encoding="utf-8" ?>
    - <ROW>
    - <row>
      <zkunnr>AB10</zkunnr>
      <zname1>PRATT</zname1>
      <zstras>412,DALAL STREET</zstras>
      <zadrnr>BGLR,FDFDFDF</zadrnr>
      <ztelf1>434343434</ztelf1>
      </row>
    If i paste the payload from sxmb_moni into message mapping, i am getting following error...
    java.lang.NullPointerException
    If i paste the payload from sxmb_moni into Tools--->Test Configuration in Integration Directory, the following errro occurs in Interface Mapping.
    java.lang.NullPointerException thrown during application mapping
    Any idea what need to be done to resolve this error?
    Regards
    Pavan

  • Exception com.sap.aii.utilxi.misc.api.BaseRuntimeException

    Hi Guy,
    I'm testing something very simple with Xi. I have 2 file adapters. One is sender and the other one is a receiver. I'am able to pick up the file but I cant write it. I keep getting this message :
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_PatientFileOut_to_PatientFileIn_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Exception com.sap.aii.utilxi.misc.api.BaseRuntimeException générée lors du mappage de l'application com/sap/xi/tf/_PatientFileOut_to_PatientFileIn_ : RuntimeException in Message-Mapping transformatio~.</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Could it be that my mapping is wrong?
    Tnanks for any suggestions.

    Hi,
    I did all that and I still get the error message. Here is the message mapping :
    /ns:Patient_file2/institute=/ns:Patient_file/institute
    /ns:Patient_file2/patientID=/ns:Patient_file/patientID
    As you can see it's very basic. The data type for the source and the target is the same.
    Any idea what I'm missing?
    Thx
    Steeve

  • Com.sap.aii.utilxi.misc.api.BaseRuntimeException:An invalid XML character (Unicode: 0x1f) was found in the element content of the document

    Hi,
    I'm getting the below runtime exception during IDOC- SOAP message mapping in Integration engine.
    "Runtime exception occurred during application mapping com/sap/xi/tf/<<<\\Message mapping object name\\>>>; com.sap.aii.utilxi.misc.api.BaseRuntimeException:An invalid XML character (Unicode: 0x1f) was found in the element content of the document"
    I have no clue why this exception occurs. Could anyone say the reason of the exception?
    Thanks!
    Regards,
    Gopi

    Hi Gopinath
    Check this thread
    An invalid XML character (Unicode: 0x1d) was found in the element
    Kind regards
    Javi

  • ERROR- com.sap.aii.utilxi.misc.api.BaseRuntimeException

    Hi All,
    In mapping i used udf's.  while testing the mapping i got runtime exception error as the following.i have refresh "SXI_CACHE" adn also executed the report  "SAI_REFRESH_CACHE" but i am facing same problem. i used "DateTimeFormat" udf in this mappping. Please help me to solve this.
    15:04:29 Start of test
    Compilation of MM_EAST successful Method DateTimeFormat1$ with 2 arguments not found in class com.sap.xi.tf._MM_EAST_ com.sap.aii.utilxi.misc.api.BaseRuntimeException: Method DateTimeFormat1$ with 2 arguments not found in class com.sap.xi.tf._MM_EAST_ at com.sap.aii.mappingtool.tf3.AMappingProgram.getMethod(AMappingProgram.java:437) at com.sap.xi.tf._MM_EAST_.getMethod(_MM_EAST_.java:574) at com.sap.xi.tf._MM_EAST_.__CreateStructures(_MM_EAST_.java:247) at com.sap.aii.mappingtool.tf3.AMappingProgram.preStart(AMappingProgram.java:171) at com.sap.xi.tf._MM_EAST_.preStart(_MM_EAST_.java:583) at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:332) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:60) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:105) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:259) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) 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:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)  Method DateTimeFormat1$ with 2 arguments not found in class com.sap.xi.tf._MM_EAST_
    15:04:33 End of test
    regards
    Peera

    Hi Anand,
    while testing the mapping in test tab i got this error. and also i came back to design tab adn check the queue that time i got same error adn also it is not showing the queue.
    actually my scenario is RFC to file. in this, for one mapping condition i used DateTimeFormat    udf  .  i explained for what purpose i am using this udf.
    in rfc i have a field through which Date adn time values are passed. First this udf get date vaule adn wait for time value after getting time value the udf do concat with both values adn then send to target field in format yyyy-MM-ddTHH:mm:ss.
    i am giving javacode for DateTimeFormat adn classes which we are used for java code
    import java.awt.Container;
    import java.awt.TextComponent;
    import java.awt.TextField;
    import java.io.*;
    public String dateTimeFormat(String a,String b,Container container)
                String dateTimeString = "";
                if (a.length() == 8 && b.length() == 6)
                      //Substrings for extracting date
                        String year = "";
                        String mon  = "";
                        String day  = "";
                        //Substrings for extracting time
                        String hour = "";
                        String min  = "";
                        String sec  = "";
                      //Extracting date into year , month and day
                        year = a.substring(0,4);
                        mon  = a.substring(4,6);
                        day  = a.substring(6,8);
                      //Extracting time into hour , minute and second
                        hour = b.substring(0, 2);
                        min  = b.substring(2, 4);
                        sec  = b.substring(4, 6);
                      //Now constructing final date time string
                        dateTimeString = year"-"mon"-"day"T"hour"-"min"-"sec;
                return dateTimeString;
    Thanks adn regards
    Peera

  • Com.sap.aii.utilxi.misc.api.UnexpectedException: Internal Error: An unexpec

    Hello Friends,
    When I want to access message monitoring, I am facing given below error.
    com.sap.aii.utilxi.misc.api.UnexpectedException: Internal Error: An unexpected error occurred (java.lang.NullPointerException: null)
    Kindly suggest for that.
    Regards,
    Narendra

    Hi Narendra,
    Please check if your XI/PI components are in the same SP level.
    Generally this error could means that.
    For example, if you have PI 7.10.5, all of your XI/PI components
    should be 7.10.5, which 5 is the SP level.
    Regards,
    Caio Cagnani

  • Java Proxy error .... com.sap.aii.utilxi.misc.api.BaseException

    Hello All,
    I have generated a java proxy and trying to compile in Developer Studio. I am getting this error while doing so. I have all my jars in classpath.
    com.sap.aii.utilxi.misc.api.BaseException
    Below are the jars i have in my class path.. Anybosy has idea
    aii_msg_runtime.jar
    aii_proxy_xirt.jar
    aii_utilxi_misc.jar
    guidgenerator.jar
    ejb20.jar
    exception.jar
    jARM.jar
    sapj2eeclient.jar
    sapxmltoolkit.jar
    -Srinivas

    Hi Srinivasa,
    Other than that u can try importing these jars as well:
    aii_adapter_xi_svc
    aii_af_cci
    aii_af_cpa
    aii_af_mp
    aii_af_ms_api
    aii_af_ms_spi
    aii_af_service_message_security
    aii_msg_runtime
    aii_proxy_xirt
    aii_utilxi_misc
    jperflib
    jta
    log_api
    logging
    sapni
    It might help.
    Thanks and Regards,
    Sanjeev.

  • Transport Fail -com.sap.aii.utilxi.misc.api.ResourceException:Import

    Hi Experts,
    My Transports through Solution Manager is failing in Production PI. Transports are imported, deployed successfully in Test and Regression environments and working fine. Transport requests are of type Workbench and we are attaching '.tpz' files as Non abap objects. All contain ESR objects, no ID components. Import and Check version steps are good but failing at Deployment step in Production PI.
    Please find the log which I can see in SE10. All the transports failed with the same below error description.
    CTS Import Service - Version 0.94 04.04.2008
    ==============================================================
    Deploy Web service destination = CTSDEPLOY
    Directory = /usr/sap/trans/data
    SDM Deploy URL =
    SLD Deploy URL =
    XI Deploy URL = http://ABC2159161:50000
    Start import with id:4E8B872CA9F100F2E10080000A32109F
    DeployProxy (patch level:0) called with followingparameters:
    Deployable(0)
    Deployable-Type:1
    Deployable-Id:4E6E38F506B601AAE10080000A321063
    Deployable-TransportContainerId:DI1K900677
    Deployable-ContentLocator:/usr/sap/trans/data/DI1K900677/XI7_1
    >>>63.tpz
    Property(0)
    Property-key:TARGETSYSTEMID Property-value:PI1
    Begin CommunicationData-Type[0]:1
    CommunicationData-Address:http://ABC2159161:50000/rep
    CommunicationData-Host:ABC2159161
    CommunicationData-Port:50000
    CommunicationData-User:'filled'
    CommunicationData-Password:'filled'
    Importing archive:XI7_1_A_SAPPI_CM_1.0_of_ABC.com-objs_6
    com.sap.aii.ibtransportclient.XiTransportException: caused by:
    >>>rt failed: Internal error when importing object [Lcom.sap.a
    >>>aused by: com.sap.aii.utilxi.misc.api.ResourceException: Im
    >>>g object [Lcom.sap.aii.ib.bom.workspace.IWorkspace;@7ffc92d
    >>>ethodFault: caused by: ClientServerException exception:Impo
    >>>object [Lcom.sap.aii.ib.bom.workspace.IWorkspace;@7ffc92d c
    >>>sourceException: Import failed: Internal error when importi
    >>>IWorkspace;@7ffc92d
    End CommunicationData-Type[0]:1
    End import with returncode:'8'
    Deployment
    End date and time : 20111009003401
    Ended with return code:  ===> 8 <===
    Thanks,
    Nabendu.

    Hi,
    I have already informed Basis about these. But do we have any way to check the exact reason for this failure?
    All the above points can ensure the successful transport to Production or not, I am not sure.
    Thanks,
    Nabendu.

  • Sda with com/sap/aii/utilxi/misc/api/BaseRuntimeException jar?

    Hi,
    does anybody know the location and name of the sda file which contains the class com/sap/aii/utilxi/misc/api/BaseRuntimeException?
    Kind regards and thank you in advance,
    Heiko

    Hi Gopinath
    Check this thread
    An invalid XML character (Unicode: 0x1d) was found in the element
    Kind regards
    Javi

  • HTTP to RFC Mapping error:com.sap.aii.utilxi.misc.api.BaseRuntimeException:

    hi all,
              I am doin a http to rfc scenario.In moni it is showing a mapping error in the request mapping and showing this error.In IR my mapping is working fine but in payload runtime i found the error is because it is showing <?xml version="1.0" encoding="UTF-8" ?> twice.Below is the payload message
    <i><?xml version="1.0" encoding="UTF-8" ?>
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:Lspm_Request_SampledueGrid_MT xmlns:ns0="http://satyam.com/xi/LSPM">
      <KUNNR>100000</KUNNR>
      <FROM_DATE>15.11.2006</FROM_DATE>
      <TO_DATE>10.12.2006</TO_DATE>
    - <EQUIPMENTID>
    - <item>
      <EQUIPID>wb</EQUIPID>
      </item>
      </EQUIPMENTID>
    + <LOCATIONID>
    - <item>
      <LOCID>1</LOCID>
      </item>
      </LOCATIONID>
    - <OILID>
    - <item>
      <OILID>BP260</OILID>
      </item>
      BP260
      </OILID>
      </ns0:Lspm_Request_SampledueGrid_MT></i>
    I tested using view source code and removing the extra ]<?xml version="1.0" encoding="UTF-8" ?> in IR and it is working fine.
    Now my problem is how to rectify this error can anyone help me out please??
    thanks,
    Nisheeta

    hi,
         I tried to post the XML in the http page without the header and now it it showing a new error
    Result:
    <SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon)</SAP:AdditionalText></SAP:Error>
    http://cgnsap27:8000/sap/xi/adapter_plain?namespace=http%3A//satyam.com/xi/LSPM&interface=Lspm_SampledueGrid_Syn_MI&service=SATYAM_LSPM_BS&party=&agency=&scheme=&QOS=BE&sap-user=shailesh&sap-password=shailesh&sap-client=100&sap-language=EN
    wat does this mean??
    nisheeta

  • Com.sap.aii.utilxi.base64.api.Base64

    Hi, All,
    Could anybody tell me com.sap.aii.utilxi.base64.api.Base64 is included in what jar file? Thanks.
    Marea

    Hi, I am also looking for this library. Can you please share where you found it?
    I'm following the example in this Wiki:
    http://wiki.sdn.sap.com/wiki/display/XI/HowtoSendBinaryDatatoRFCfromXI%28or%29PI

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

  • Retrieving adapter status using com.sap.aii.af.monitor.api.AdapterStatusDat

    I'm in the processing using this API to retrieve adapter status. I'm on SP17. Has anyone worked on it and if so, how does the code look like. Do we first connect to the desired XI box and call this api, directly. Any help appreciated.
    Thank you.

    Hi,
    Please check servlet:
    <host>:<port>/mdt/amtServlet
    But how to get the code of it I don't know.
    Regards,
    Wojciech

  • RuntimeException in Message-Mapping

    Hello Experts,
    I developed a message mapping and then posted an IDOCfrom ED1/020 to XD1 there occured an error stating :-
    "During the application mapping com/sap/xi/tf/_MM_DESADV_DELVRY03_TO_BPCS_ERROR_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException w
    as thrown: RuntimeException in Message-Mapping transformatio~"
    Exception of class CX_XMS_SYSERR_MAPPING
    this is what the performance assistance has to say.
    So what shall i do? kindly suggest.
    Thanks
    Prat

    Prat,
    Check this thread
    IDOC Mapping ; Error CX_XMS_SYSERR_MAPPING
    In Sxmb_moni - check  the trace for more information.
    Cheers
    Agasthuri

  • RuntimeException in Message-Mapping transformatio

    Hi all,
    My XI server is successfully picking up a comma separated file from an FTP server and generating the corresponding XML:
    <?xml version="1.0" encoding="utf-8" ?>
    <ns:CondRec_MT xmlns:ns="http://namespace-ConditionRecords">
    <Recordset>
    <ConditionRecord>
      <Usage>A</Usage>
      <Table>018</Table>
      <Application>M</Application>
      <ConditionType>PB00</ConditionType>
      <VarKey>00000039301300-340 2 0</VarKey>
      <Material>1300-340</Material>
      <Vendor>3930</Vendor>
      <PurchasingOrg>2</PurchasingOrg>
      <Infotype>0</Infotype>
      <InfoRecord>5300003218</InfoRecord>
      <CondRecordNo>0000020727</CondRecordNo>
      <ValidFrom>30.05.2006</ValidFrom>
      <ValidTo>31.12.9999</ValidTo>
      <ScaleType>A</ScaleType>
      <CalculatType>C</CalculatType>
      <KBETR>15.00</KBETR>
      <CondCurrency>USD</CondCurrency>
      <CondItemIndex>01</CondItemIndex>
      <RelToPricing>X</RelToPricing>
      </ConditionRecord>
      </Recordset>
      </ns:CondRec_MT>
    But nothing is getting submitted to the receiver adapter.
    The error in SXMB_MONI reads as follows:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_file2file_mm_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>During the application mapping com/sap/xi/tf/_file2file_mm_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I am using a simple one to one mapping(i.e the same msg type is being used for both the outbound and inbound interface).
    Pls can anybody guide me as to what can be the probable error.
    Thanks in advance
    Regards
    Neetu

    Hi all,
    Thanks for ur prompt responses.
    I followed the blog and performed testing of the mapping.
    The XML with which i tried was as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <ns:CondRec_MT xmlns:ns="http://namespace-ConditionRecords">
    <Recordset>
         <ConditionRecord>
              <Usage>A</Usage>
              <Table>018</Table>
              <Application>M</Application>
              <ConditionType>PB00</ConditionType>
              <VarKey>00000039301300-340          2   0</VarKey>
              <Material>1300-340</Material>
              <Vendor>3930</Vendor>
              <PurchasingOrg>2</PurchasingOrg>
              <Infotype>0</Infotype>
              <InfoRecord>5300003218</InfoRecord>
              <CondRecordNo>0000020727</CondRecordNo>
              <ValidFrom>30.05.2006</ValidFrom>
              <ValidTo>31.12.9999</ValidTo>
              <ScaleType>A</ScaleType>
              <CalculatType>C</CalculatType>
              <KBETR>15.00</KBETR>
              <CondCurrency>USD</CondCurrency>
              <CondItemIndex>01</CondItemIndex>
              <RelToPricing>X</RelToPricing>
         </ConditionRecord>
    </Recordset>
    </ns:CondRec_MT>
    this gave the following error:
    Cannot produce target element /ns:CondRec_MT/ConditionRecord. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    But when i removed the tag 'RECORDSET', it works fine and output gets genersted.
    My datatype has no such field called recordset.
    The adapter generates it on its on.
    How do i solve this issue.
    Regards
    Neetu

Maybe you are looking for

  • Can't post to forums since reset

    I've done a Firefox reset, but I can't post to forums. There is no warning message, and if I post the same thing twice, there's a box that says "you've already posted this comment", but it doesn't show in the forum. It's fine on Internet Explorer. I

  • Error in webdynpro code

    Hi Guys, I am executing one webdynpro application and in this I am getting following error in its onaction_find method: method ONACTIONACTION_FIND . Error:Statement "LO_ND_NODE_ALV->BIND_TABLE(LT_VBAK)" is not defined.           Here is the code: met

  • "made for Apple" royalties program

    Hi, Not sure if this should be right forum for my question, but hopefully, someone from Apple will see this post and will reply. I'm trying to find a link to "Made for apple" royalties program. Can anyone help???? Tomer Eisner

  • Error DW050 CS6

    I just installed CS6 design & web premium on a brand new Dell M4800 with Windows 7 64 bit OS and I get tons of errors.  I tried uninstalling and re-installing and get the same thing.  Any ideas? Exit Code: 6 Please see specific errors and warnings be

  • Referenced vs Managed, Fragmentation etc

    There are two hugely helpful (and huge!) posts in this forum on the subject of fragmentation and whether to use referenced or managed images. Many thanks to Kevin Doyle in particular for his erudite discussion of the topics. However, much of what he