RuntimeException - Mapping

Hi All,
Business scenario: File-To-File, file needs  content conversion
My Graphical mapping is working fine. I tested with sample file in interface mappin also. but when I'm executing the scenario it is giving following error.
Error: (SXMB_MONI)->error inf
RuntimeException in Message-Mapping transformatio
Content:
<?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/_FILE_TO_FILE_CSV_</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/_FILE_TO_FILE_CSV_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
  </SAP:Error
Can anyone pls analyze and suggest any solution, otherwise shall I post to SAP bcz i posted the same earlier and past some days I'm struggling to solve but faild: I executed Idoc-to-File and File-to-Idoc but in that no content conversion takes place.
regards,
venu.

Hi Suraj,
Following is the payload of Inbound message.
<?xml version="1.0" encoding="utf-8" ?>
- <ns:FILEINPUTCSV xmlns:ns="urn://f1send">
- <Root>
- <H1>
  <F1>"V00"</F1>
  <F2>10</F2>
  <F3>"venu"</F3>
  <F4>144857</F4>
  <F5>77</F5>
  <F6>29</F6>
  </H1>
- <sub1>
  <KF>"A11"</KF>
  <S12>"ARC"</S12>
  <S13>240904</S13>
  <S14>20050</S14>
  <S15>9</S15>
  </sub1>
- <sub2>
  <KF>"A12"</KF>
  <S22>"ARC"</S22>
  <S23>12345</S23>
  <S24>990</S24>
  <S25>9</S25>
  </sub2>
- <sub3>
  <KF>"A27"</KF>
  <S32>"Va2440094"</S32>
  </sub3>
  </Root>
  </ns:FILEINPUTCSV>
Following is the source document view on message mapping test
<?xml version="1.0" encoding="UTF-8"?>
<ns:FILEINPUTCSV xmlns:ns="urn://f1send">
  <H1>
    <F1>V00</F1>
    <F2>10</F2>
    <F3>venu</F3>
    <F4>144857</F4>
    <F5>77</F5>
    <F6>29</F6>
  </H1>
  <sub1>
    <S11>A11</S11>
    <S12>ARC</S12>
    <S13>240904</S13>
    <S14>20050</S14>
    <S15>9</S15>
  </sub1>
  <sub2>
    <S21>A12</S21>
    <S22>ARC</S22>
    <S23>12345</S23>
    <S24>99</S24>
    <S25>9</S25>
  </sub2>
  <sub3>
    <S31>A27</S31>
    <S32>Va2440094</S32>
  </sub3>
</ns:FILEINPUTCSV>
Following is the content conversion at sender adapter side.
Document name:FILEINPUTCSV
Name space:urn://f1send
Record set name: Root
Record set structure: H1,1,sub1,,sub2,,sub3,*
Record set sequence:Ascending
Record sets per message: *.
Key Field name: KF
Key field type: String
Name          value
H1.fieldname         : F1,F2,F3,F4,F5,F6
H1.filedSeparator    : ,
H1.endSeparator      : 'nl'
H1.processFieldNames : fromConfiguration
sub1.fieldNames        :KF,S12,S13,S14,S15
sub1.fieldSeparator    : ,
sub1.endSeperator      : 'nl'
sub1.processFieldNames :fromConfiguration
sub2.fieldNames        :KF,S22,S23,S24,S25
sub2.fieldSeparator    : ,
sub2.endSeparator      : 'nl'
sub2.processFieldNames : fromConfiguration
sub3.fieldNames        :KF,S32
sub3.fieldSeparator    :,
sub3.endSeparator      :'nl'
sub3.processFieldNames : fromConfiguration
H1.keyFieldValue       :"V00"
sub1.keyFieldValue     :"A11"
sub2.keyFieldValue     :"A12"
sub3.keyFieldValue     :"A27"
Follwoing is the runtime exception in SXMB_MONI
During the application mapping com/sap/xi/tf/_FILE_TO_FILE_CSV_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: Runti
meException in Message-Mapping transformatio~
Exception of class CX_XMS_SYSERR_MAPPING
Regards,
venu.
Regards,
venu.

Similar Messages

  • UDF to raise exception

    Hi,
    Can anyone help me in providing me the UDF / java code to raise exceptions and fail the mapping.
    I can do it by usinf string out of bound exception to fail the mapping ( which is one of the way).
    But i need to invoke the exception clause to throw the custom message.
    Can anyone please throw some light on this could be helpful..
    Thanks,
    Sneha

    Hi Sneha,
    public String throwexception(String input, Container container) throws StreamTransformationException{
    if(input.equals("ERROR"))
    throw new RuntimeException("Mapping fail");
    else
    return input;
    refer this
    Throwing Custom Exception in SXMB_MONI( Error Node)
    Also see,
    Throwing Smart Exceptions in XI Graphical Mapping
    /people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
    XI/PI: Throwing Generic Exceptions from any type of Mapping
    /people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping

  • Export Error on WebI Rich Client

    Hi guys,
    Is there any explanation or any suggested solution for the following problem..
    (The reason of being able to export a huge report (greater than 9000 pages) as (.csv) on Infoview, while not being able to export it on WebI Rich Client?)

    When i export the report as (.csv) on WebI Rich Client I got the error "Mapped Failed" with this following error:
    Version:null Stack trace: com.businessobjects.webi.richclient.event.RCException: Map failed at com.businessobjects.webi.richclient.ConnectionAdapter$AdapterInstance.afterSaveDocument(Unknown Source) at com.businessobjects.webi.richclient.event.RichClientEventManager.fire(Unknown Source) at com.businessobjects.webi.richclient.ui.dialog.filesystem.FileSystemManager.fire(Unknown Source) at com.businessobjects.webi.richclient.ui.dialog.filesystem.FileSystemManager.saveDocument(Unknown Source) at com.businessobjects.webi.richclient.ui.dialog.filesystem.FileSystemManager.saveDocument(Unknown Source) at com.businessobjects.webi.richclient.ui.Framework.saveDocument(Unknown Source) at com.businessobjects.webi.richclient.ui.Framework.saveCurrentDocument(Unknown Source) at com.businessobjects.webi.richclient.ui.Framework.tcEventTriggered(Unknown Source) at com.businessobjects.wp.tc.bridge.ThinClientBridge.fireThinClientEvent(Unknown Source) at com.businessobjects.wp.tc.bridge.ThinClientBridge.fireThinClientEvent(Unknown Source) at com.businessobjects.wp.tc.TCMainPanel.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at com.jidesoft.plaf.vsnet.VsnetMenuItemUI.doClick(Unknown Source) at com.jidesoft.plaf.vsnet.VsnetMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.RuntimeException: Map failed at com.businessobjects.wp.tc.JRPProxy.saveOnLocalFileSystem(Unknown Source) ... 38 more
    Please Inform me with any suggested solutions if you dont mind.

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Get source FileName - RuntimeException during test of Message Mapping

    Hi,
    Inside a graphical mapping, I want to get the source file name, and then use it.
    For that I use Michal's post inside a UdF: The specified item was not found.
    And that works perfectly during the treatment (File -> Mapping -> IDoc)...
    But my problem is when I try to test my Message Mapping inside the I.R (see tab "Test"), I have a RuntimeException due to the fact that DynamicConfiguration does not exist (obviously!) in the SOAP.
    So I tryed to encapsulate the line "String ourSourceFileName = conf.get(key);" by a try/catch or by using the method "containsKey", but I have always the same RuntimeException...
    is there someone who know how to catch this exception ?
    Regards
    Mickael
    Note: JavaDoc is: http://help.sap.com/javadocs/NW04S/current/pi/com/sap/aii/mapping/api/DynamicConfigurationKey.html

    Hi Progirl
    yes... but it will be not really pratical for the maintenance to think everytimes that this "error" is not an error and to think to delete the link in order to realize a test and then to not forget to add (again) this link.
    the risk is too important.
    Hi Varun,
    yes... but with the Test of Interface Mapping, I don't have the possibilty to see the Queue and all options than we have inside the Message Mapping... So it's will be not really practical for the maintenance.
    The solution is really to catch this exception directly inside the UdF which generates this Exception.
    I'm sure there is a Java solution for that, but not yet found the good syntax... I continue.
    Regards.
    Mickael

  • RuntimeException Message Mapping

    Hi,
    I am using a Java UDF in my Message Mapping where its using a jar file.
    But i get the following error.:
    RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ns0:Messages/ns0:Message1/ns1:MT_Resp_Collect/Row/MATERIAL. The message is: Exception:[java.lang.NoClassDefFoundError: com/sapportals/connector/connection/ConnectionFailedException] in class com.sap.xi.tf._MM_RFC_Resp_Collect_20090506_ method InitializeMaterial$[, , , , , com.sap.aii.mappingtool.tf3.rt.FunctionWrapper@1b3674a2, , ]
    please help

    >
    Vinithra Iyangar wrote:
    > Hi all,
    >
    >
    >  The java mapping was in use earlier and it was working fine. Later due to some issue we had to restart our XI server ... only after that it started throwing error....
    >
    > what cld be the problem
    >
    > Regards,
    > Vinithra.
    check if the corresponding files were not replaced or deleted from the server....should not happen when you restart...but better check..as the error is pointing to some class from the java api

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

Maybe you are looking for

  • How can I configure a VM to boot from USB key in Virtual PC of Windows 7?

    Hi all, I want to boot up with a USB key to install a new VM on Windows 7. I heared that Microsoft Virtual PC begins to support USB device on Windows 7. How can i configure it? I don't find any virtual USB device in VM settings on my Windows 7 box. T

  • Document "Check In" fails

    Hi All, I need your help. My use case is to edit a document locally which fails. In detail:    After pressing Edit locally the file opens in the right application.    Then I change some entries in the document, save it and want to check in the doc.  

  • Recurring Appointments are not synced

    Hi, We are running a CRM 2007 and are using the client-side Outlook Integration. If I create a recurring appointment (once a week for 1 year) it is synced once but only until e.g. 4 weeks in the future and 4 weeks in the past. After these 4 weeks the

  • Dates in filenames.

    Hello all, Hope all is well in your BW world. I have an issue and I haven't been able to find any real solution online. I'm using an infospoke to extract data from an ODS object into a flat file on the BW server. During the infospoke setup, there is

  • View song titles in messenger using Itunes...

    Hi, I want to view the song title in msn messenger, like windows media player do, but when I play a song in Itunes. Thanks,