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

Similar Messages

  • RuntimeException in Message-Mapping transformatio error in txt to txt  fcc

    hi
    in my design part i executed my mapping program , it executed successfully
    my src is
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:mt_sarat_txttxt_sender xmlns:ns0="http://Sarat">
       <Company>
          <Header>
             <Key1>H</Key1>
             <RecordId>123</RecordId>
             <PlantName>abc</PlantName>
          </Header>
          <Item>
             <Key2>I</Key2>
             <MaterialId>456</MaterialId>
             <Quantity>def</Quantity>
          </Item>
       </Company>
    </ns0:mt_sarat_txttxt_sender>
    IN SXMB_MONI   i got RuntimeException in Message-Mapping transformatio error
    i reffered some blog according to their sugessition  do as follows
    Go to SXMB_MONI and get the source xml from there and test it in the IR->Mapping Editor
    my source xml is
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:mt_sarat_txttxt_sender xmlns:ns="http://Sarat">
    - <Company>
    - <Header>
      <Key1>H</Key1>
      <RecordId>123</RecordId>
      <PlantName>abc</PlantName>
      </Header>
    - <Item>
      <Key2>I</Key2>
      <materialId>456</materialId>
      <Quantity>def</Quantity>
      </Item>
      </Company>
      </ns:mt_sarat_txttxt_sender>
    when i executed in mapping editor it gives fatal error
    Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:130) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:68) Root Cause: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3)(:main:, row=2, col=3) -> com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2668) at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2713) at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:132) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:142) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:245) at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:276) at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:338) at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:128) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:68) -
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:144) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:128) at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:68) Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3) at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2668) at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2713) at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:132) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:142) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:245) at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:276) at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:338) at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125) ... 3 more Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 2d, 20, 3c(:main:, row:2, col:3)
    but i have mapped main nodes in message message mapping.
    waiting for answers,
    mahesh

    got it maheshwar
    in FCC you have given small "m" .
    <materialId>456</materialId>
    but in data type its caps..
    <MaterialId>456</MaterialId>
    change it in sender comm channel and it will work..
    dont forget to award points..
    regards
    pushkar

  • Again: RuntimeException in Message-Mapping transformatio~

    Hello Guys,
    again this issue.
    I created the mapping (IDoc to .xsd (external Definition). Testing the mapping is successful. Do I send the IDoc from ERP I get the error message:
    <i>Error while lookup Problem when calling an adapter by using communication channel RFC_Empfaenger. Check whether the communication channel exists in the Integration Directory; also check the cache notifications for the instance Integration Server (central Adapter-Engine) Channel object with Id Channel:360a7b02b58a30e5b9cc095802b368c5 not available in CPA Cache.</i>
    The mentioned communication channel exits but I cannot find the the channel with the number in CPA Cache. I updated the cache several times. We use this channel as RFC look up to the ERP to read MARA-BISMT of the material number in the IDoc.
    When I copy the payoad of the faulty message and insert it into the test tapstrip field of the message mapping I get the error "java.lang.NullPointerException"
    Do I use another test file (all the same data, except quantity) the test is successful
    I'm already struggling with this problem since a week. Does anybody have an idea
    Rgds.
    Dieter

    Hi,
    Check if the Business System / Service you use in the RFC Lookup code is the same as the one under which the RFC Comm Channel has been created in the Directory?
    You get this error only when either the Business System / Business service is not found or the RFC Comm channel is not found.
    if they both are correct, ensure that the Comm Channel is an RFC Receiver Comm Channel and not a sender or anyother Comm Channel.
    Finally , make some dummy changes and then activate the same and see if it works.
    Regards,
    Bhavesh

  • 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 transformation

    Hi all,
              I am doing a soap2rfc scenario in that i have 2 message mappings are there
        there are SUM1_MM  and SUM2_MM
    Message mapping test(SUM1_MM)
    Source test
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:SUMOUT_MT xmlns:ns0="urn://web2rfcsum">
       <NUM1>12</NUM1>
       <NUM2>13</NUM2>
    </ns0:SUMOUT_MT>
    target result
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:ZSUM2NUMBERS xmlns:ns1="urn:sap-com:document:sap:rfc:functions"><NUM1>12</NUM1><NUM2>13</NUM2></ns1:ZSUM2NUMBERS>
    But i have seen an error  in sxmb_moni
    <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_SUM1_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/_SUM1_MM_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
    Please solve the problem your help is memorable

    Hi Deviprasad,
    It looks like a mapping error, test your mapping in IR with the payload from SXMB_MONI. You can refer michal's weblog on <a href="/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios to test your mapping (in real life scenarios)</a>
    In other words you copy the XML message from monitoring and exectute the mapping in Integration Builder with maximal trace to get the reason.
    Regards,
    Abhy

  • RuntimeException in Message-Mapping in E-FILING UK

    Hi expert,
    We attempted to submit our P35 for APSL (G5) - EOY submission payroll area, but received an error when we tried to execute the transmission to HMRC.
    The error says in GG_submission :
    -- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_HR_GB_EFO_EOYR_OUT_</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>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_HR_GB_EFO_EOYR_OUT_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    We updated our Internet Explorer from IE 6 to IE 8. Thats the only update we did so far. And we also updated our HR Support Packages from HRSP49 to HRP53. Our Xi Content for SAP HR 6.00 is at level 42 and XI Content for E-Filing GB 1.0 is at level 16.01.
    Is there a need to update our Xi contents? Or anything else need to be done?
    Thanks.
    Regards,
    Thava

    Hi Stuart,
    We've applied recommendations of SAP Note:1400735 but still we are seeing below error:
    Log
    TEST IN LIVE:- Tax ref. MZ00883 Tax district: 120 LONDON PRO
    Mail "Communication Error" created
    Sending started
        No answer from Government Gateway received
        com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_HR_GB_EFO_EOYR_OUT_: RuntimeException in Message-Mapping transformatio~
    Data extracted and XML document created
    Kindly Advice,
    Thanks & Regards,
    Sreedhar

  • 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

  • Message Mapping error:  RuntimeException in Message-Mapping transformation

    Hi,
    Being new to XI, I am struglling to sort out a basic mapping error. Appreciate if you could help out.
    Its an File->XI->R/3 scenario.
    My FCC successfully reads the File and creates an XML. However this XML is not transferred to the target XML structure which is exactly same except the root element name is different at top.
    I tried various forum tips but I still am getting the error.
    ( When I Test the Message mapping in test mode..it seems fine, however if I copy the XML from SXMB_MONI, it then throws the above error)
    I looked at the MM in text mode: below is the extract
    /ns0:MT_REQUEST_TO_SAP/REQUEST_DETAILS/MSG_HEADER=/ns0:MT_REQUEST/REQUEST_DETAILS/MSG_HEADER=
    /ns0:MT_REQUEST_TO_SAP/REQUEST_DETAILS/MSG_HEADER/SOURCE=/ns0:MT_REQUEST/REQUEST_DETAILS/MSG_HEADER/SOURCE=
    /ns0:MT_REQUEST_TO_SAP/REQUEST_DETAILS/MSG_HEADER/DESTINATION=/ns0:MT_REQUEST/REQUEST_DETAILS/MSG_HEADER/DESTINATION=
    /ns0:MT_REQUEST_TO_SAP/REQUEST_DETAILS/MSG_HEADER/MESSAGE_ID=/ns0:MT_REQUEST/REQUEST_DETAILS/MSG_HEADER/MESSAGE_ID=
    As seen the name space in both starts with nS0 and end of each line has '=' sign. Is that ok.
    I have run out of options and dont know , whats the problem. Please help.
    The target and Source XML structures are exactly same as shown below
    MT_REQUEST                                 MT_REQUEST_TO_SAP
       |__MSG_HEADER                            |__MSG_HEADER  
         |__SOURCE                                |__SOURCE
         |__DESTINATION                           |__DESTINATION
         |__MESSAGE_ID                            |__MESSAGE_ID
    And the SXMB_MONI Trace shows the following error
    <Trace level="1" type="T">com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation:
    Cannot produce target element /ns0:MT_REQUEST_TO_SAP.
    Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at ..
    Thanks
    Shirin
    Edited by: Shirin K on May 29, 2008 10:29 AM

    Hi Prakasu,
    As structure are exactly same, I have done 1:1 mapping. So all the fields in target structure are mapped, so no field has beeen left.
    In this structure, I do not have any 1:n relation. So 1:1 mapping should be fine.
    Apart from this could teher be any other reason.
    Regards
    Rajiv

  • JDBC Sender Error "RuntimeException in Message-Mapping transformation"

    Hi All,
    I have JDBC as sender and i am able to poll the data from the database,which is available in SXMB_MONI but its giving an error "RuntimeException in Message-Mapping transformation".I have tested the mapping in TEST and its working fine but when i tested the same in configuration its throwing an error in Interface mapping(<NOT FOUND>).
    I have also created a node <b>row</b> in my sender data type.
    Expecting your help soon.
    Thanks and regards,
    Zabi.

    Hi,
    Check the data  coming  inside..the XI... that is before mapping..
    Regards
    Agasthuri Doss

  • RuntimeException in Message-Mapping transformation: Runtime exception durin

    Hi Friends,
    Iam going test Message Mapping, i got the error like
      RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ns0:LeapIndent_R3_MT/Recordset/RowData/QTY_TNS. The message is: Exception:[java.lang.NumberFormatException: empty String] in class com.sap.aii.mappingtool.flib3.Arithm method formatNumber[, com.sap.aii.mappingtool.tf3.rt.Context@27f972cf]
    Pls help me ..
    Thanks & Regards,
    Nvr

    Hi Ravi,
      Thanks for ur reply, the problem is solved, the Date field is Mandaratory, they are not mention the data field, so that way the problem is coming.
    Thanks & Regards,
    NVR

  • RuntimeException in Message-Mapping transformation: -- Message Status 14

    Dear ALL Experts
    Messages are failed and showing the "RuntimeException in Message-Mapping transformation: Cannot produce target element "
    also Message Status are showing as 14.  Need to know few details such as,
    1> Where we can check the exact error ?
    2> Where we can check the error log file ?
    3> What will be the possiable reason behind this failer ?
    4> how can we resolve the same ?
    Thanks and Regards
    Machindra Patade

    Messages are failed and showing the "RuntimeException in Message-Mapping transformation:
    Cannot produce target element "
    The mapping logic applied is not able to produce the target element with the sorresponding Source payload.
    Check if the payload (which you see in SXMB_MONI) is able to execute the mapping (Message/ Interface Mapping --> Test) successfully.
    you can even refer page-191 from this guide:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000702797&_OBJECT=011000358700000063822008E
    S-userid required to view the above document....the method is the same for SAP XI/ PI 7.0/ 7.1
    Regards,
    Abhishek.

  • Repeate Message after RuntimeException in Message-Mapping transformation

    Hello Experts,
    I have a mapping defined with a UDF. In the mapping editor the tests were successfull but in the reale world - of course not
    Now I have a message in the Integration Server with red flag because of
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /LIST/S_UNB/S_UNH/G_SSG18/S_GID/C_C213/D_7224. The message is: Exception:[java.lang.NumberFormatException: For input string: "__cC_"]
    I've located the error in the UDF and want to repeate the message with the new mapping. But again the same error although the test in the mapping tool (with the original payload) was successfull.
    It must be possible to repeate those messages but how?
    Thanks a lot.
    Christian

    This was a little bit strange. But after the import, the version of the mapping in PROD was different from TEST.
    I've changed the description Field of the Mapping in Test, activated the version and did the export/import again. Now the versions were the same and after repeating the message everything is o.k.
    THANKS ALL FOR YOUR HELP!
    Christian

  • Error in Message-Mapping transformation

    I'm getting an error while processing the data from JDBC to SAP through IDOC's.
    During the application mapping com/sap/xi/tf/_MM_HRMD_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~
    while testing the mapping in IR (message mapping) it got succesfull.
    while testing the mapping in ID (Test configaration) with inbound payload we are getting the below error.
    interface Mapping
    ... (173 lines)
    Please provide the solution for this...

    Hello,
    Check out the trace thorougly in MONI as at which node/field the error is occuring.
    W.r.t ID testing,kindly check your interface determination(sender,receiver parameters and also the inbound interface etc)
    Regards
    Madhu

  • Exception in Message mapping for JDBC - XI- file

    Hi,
    In the above scenario, Sender JDBC adapter has processed the message but when i checked the processed XML messages, its giving an error message with details
    <i>During the application mapping
    com/sap/xi/tf/_MM_XXXX_a
    com.sap.aii.utilxi.misc.api.BaseRuntimeException
    was thrown: RuntimeException in Message-Mapping
    transformatio~</i>
    how to make the source structure so that it gets correctly populated with the result set of sender JDBC adapter? Are there any constraints while making the Data type for the source structure?
    Regards,
    Nitin Aggarwal.

    Hi,
    The problem is solved...
    Actually, the runtime system was not able to map the result set generated by the Sender JDBC adapter to the source structure of message mapping. This was because the result set has a particular structure and its like
        <resultset>
          <row>
            <column1>value1</column1>
            <column2>value2<column2>
           </row>
        </resultset>
    To map this kind of structure to the source structure, a  <b>row</b> element should always be there below the root node and the structure fields should be placed as sub elements to row. One more thing the root node of the source structure should be same as the document name specified in the sender JDBC adapter config.
    Anyways, Thanks to all for the valuable efforts.
    Regards,
    Nitin.

  • Message-Mapping transformation Error(Soap - XI - SAP)

    Hi
    We have a sceanio
    Soap <-> XI <-> SAP
    We could see the RFC return message from SAP but while trasforming that message to SOAP response ,we are getting the following error. We have manually run the response mapping program, it is executing fine.
    <SAP:Stack>During the application mapping com/sap/xi/tf/_MM_GR_GetTODetails_Response_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
    Could anybody please help us.
    Thanks
    Ramesh

    Hi
    Thank you so much for your promt responses. I could get great inputs from your responses.
    It is the problem with the RFC return message structure. In one of the segment it was defined mandatory but the RFC is not populating that segment data.
    Appreciate your help.
    Warm Regards
    Ramesh

Maybe you are looking for

  • File Adapter: 2 output files

    Hello, we have to implement the following scenario: 1. File Adapter gets 1 input file ('FileXXX'). 2. A File Adapter Module creates 2 different outputs from the input file 3. The outputs must be saved in separate files with the names 'FileXXX' and 'F

  • Setting up a Service Manager Lab environment with prod. data

    Hi I´m about to set up a lab environment with production data. I´m following the guide here;  https://technet.microsoft.com/en-us/library/jj900180.aspx I have a question regarding the Management Group. The Lab environment will have the same Managemen

  • Thumbnails but "!" for pics

    Oh help. I can see my thumbnails but when I click on my pictures to edit or print it comes up with a gray screen and a dotted line with an "!" instead of the picture. I have read below that this has happened to others so I followed previous advice an

  • Split export in multiple files usign Windows 2003

    Hi, all the examples I find to split a huge export file are for Unix servers. Can someone give me an example using a windows 2003 server? This is my par file: USERID = EXPORTA/mypass@repos           BUFFER = 100000000 FILE = I:\DBA\EXPORTA\DMP\EXPTAB

  • Doubts in OIM

    Hi, I'm a new user to OIM.I'm in a very basic level in OIM.So can u tell me the meaning for some of the terms used in OIM.. What is meant by Reconciliation?What is the use of it? What is meant by Adapter?For what it is used,why do we need to integrat