3 errors in Step 6 (Correlation) of "Define Integration Process" Tutorial

Step 6 of the Define Integration Process tutorial:
http://help.sap.com/saphelp_nwpi711/helpdata/en/69/4ad13fa69a4921e10000000a1550b0/frameset.htm
has three errors in it:
a) item number is left out of the request correlation define steps (steps 9-10)
b) Item number is left out of the confirmation correlation define steps (step 11)
c) In step 14, the name of the correlation should be BookingConfirmation, not BookingCorrelation.
If item number is left out, or if the name of the correlation is entered incorrectly, the object will not activate.

I quite agree, JB - SDN is not the place to report SAP software bugs (although it is a great place to embarass SAP into fixing them after they've been reported to the usual suspects !)
But ... documentation bugs are not software bugs, and I think that the nature of documentation bugs, particularly in tutorials, makes SDN the perfect place to report them "officially".
After all, isn't documentation all about "outreach"?
And isn't SDN all about "outreach" too?
(Well, and "inreach" too, to the extent that SAP pays attention to what goes on here ...)
djh

Similar Messages

  • Error in Step Copy Plan version in Process Chain

    Hi all,
    We have  step in Process Chain called 'Copy Plan version'.This stet is getting failed quite frequently. I just repeat it and the error is getting solved. I just wanted to know that is there any permanent solution for that. We cant afford to getting it failed that frequently.
    I dont have any idea about this step. Can you please provide me information about this step and a possible remedy aw well.
    The error messaage is :
    Selection accesses data that is currently locked; user     
    Job cancelled after system exception ERROR_MESSAGE.
    Please suggest.
    Regards
    sunny

    This is due to "Selection accesses data that is currently locked; user" , there is another process from another process chain which locked the object at the same time frame , so due to that this step is failing
    you can increase waittime 30mins(example)before this Step Copy Plan version executes in the process chain.
    OR, change the schedule time for this process chain

  • Error handling  in the integration process

    hello  all,
    here  i have a situation in which ,  i have  to  do  some work in the  integration process step of the integration repository, i am given a txt  file which  has a 100  records  each  is  a employee detail, the last  record  has  the summary  total ,  that  is last row  contains  the sum  of  a particular  column.
    now  i am  supposed  to do  somthing  in  integration  process, so  that my  program  should  add all the  values  of  the  specific field , of  all employees and  check it  with given  sum, if  it  tallies, we  have  to  go ahead,  or else  send  back a mail saying  there  is  error  input, 
    any  help  will be  greatly  appreciated.
    thank you

    Hi kutumba,
    in the container of the BPM you crate a element of type integer.
    As I told you in your other thread you need a multine-container element taht is looped in a BLOCK.
    In this BLOCK increment your counter-element. After the Block define a condition for sending/not sending.
    Also refer to you SAP-BASIS SWV! There are helpful samples!
    Regards Mario

  • How to catch the error occurred in Integration Process, and then save it?

    1. how to catch the error occurred in Integration Process, and then save the detailed error message to the file?
    2. there are fault message type for inbound message interface, how to use the fault message type in IR?
    Thanks,
    Michael
    Message was edited by: Spring Tang
    inital
    Message was edited by: Spring Tang
    detailed message output
    Message was edited by: Spring Tang
    fault message type

    Hi Spring,
    If u give an exception step along with your Transformation Step, whenever some error occurs in your message mapping, this exception block wil be triggered.
    You can configure your exception block to do all exception processing that you want. This exception handling is like any other java Exceptio n Handler. You can do anything that you want in your exception handler block on the basis of your requirements.
    <i>If an exception is triggered at runtime, the system first searches for the relevant exception handler in surrounding blocks. If it does not find the correct exception handler, it continues the search in the next block in the block hierarchy.
    When the system finds the correct system handler, it stops all active steps in the block in which the exception handler is defined and then continues processing in the exception handler branch. Once the exception handler has finished processing, the process is continued after the block.
    If the system fails to find an exception handler, it terminates the integration process with an error.</i>
    Regards,
    Bhavesh

  • Sync Step within an Integration Process

    Hi,
    I have an Integration process which is invoked Asynchronously. Within the process one step is a synchronous step. I have given the following settings to this step.
    Mode: Synchronous
    Synchronous Interface: MI_Sync_Inter
    Request message: async_var_1
    Response message: async_var_2
    Receiver From: Send Context
    The variables async_var1_ and async_var_2 match the Request and Response message types of the MI_Sync_Inter.
    And the Receiver Determinationis defined properly in the ID (with an interface mapping IM_Process_RFC). However while executing the scenario, I get and error message saying IM_Process_RFC is not available in the runtime cache.
    But this mapping is available in the cache. I did a delta refresh and also complete refresh. Still I get this error. Intead of a Sync step, if I put an Async step, the process works fine.
    Any pointers to what might be the problem?
    Regards,
    Pradeep

    <i>And the Receiver Determinationis defined properly in the ID (with an interface mapping IM_Process_RFC). However while executing the scenario, I get and error message saying IM_Process_RFC is not available in the runtime cache.</i>
    >>>
    is IM_Process_RFC being used inside BPM ? Then note that the mesg. interfaces need to be abstract.
    Do a check on the message interfaces used and defined in BPM. Also in SXI_CACHE check for the return code of BPM.. it should be 0.

  • Could not assign Correlation in Integration Process

    Hi,
    in an Integration Process I have defined a Correlation and a Send Step.
    In the Send Step I see question marks for the fields use correlations and activate correlations.
    If I want to assign my correlation to this fields I can see it in the drop down menu, but if I click on it nothing happens.
    Somebody know how to handle this?
    Regards
    Patrick

    It worked now...
    Strange it seems that it worked after i choosed first the empty field in the drop down menu.

  • BPM - ERROR while Activating Integration Process

    Hi,
       I am unable to activate my Integration Process if i use Transformation step between Receiver and Sender step.
    The ERROR Log is given below:
    Activation of the change list canceled
    Check result for Message Mapping Msg_Mapping_BPM_File | http://sap.com/xi/File_BPM_File: 
    Starting compilation 
    Compilation complete
    Check result for Integration Process Integration_Process_BPM_File | http://sap.com/xi/File_BPM_File:
    Expression must return the interface type MI_Outbound
    Check result for Integration Process Int_Process_File_BPM | http://sap.com/xi/File_File_BPM: 
    Source parameter MI_File_Outbound | http://sap.com/xi/File_File_BPM not set
    Target parameter MI_File_Inbound | http://sap.com/xi/File_File_BPM not set
    Regards,
    Prashanth

    Hi Prashant,
    Pl check if  u have used the abstract interfaces in the interface mapping.. I think thats where the problem is.
    Regards,
    Divya

  • Integration Process Receiver Determination Step

    Hi experts,
    May I know whether the "Receiver Determination Step" (in  Integration Process) that collects the list of receivers configured, can be used only to find list of asynchronous receivers?
    Can't we use this "Receiver Determination Step" in synchronous scenario? If yes, may i know how to?
    Thank you!
    Best Regards,
    Saravanan

    Thank you Gaurav!
    I can understand we can use multi-casting.
    To clearly put my scenario, I have to use synchronous send (so cannot split send and receive step, and so no need of correlation) in my BPM, which have to synchronously send (and so it receives within same step) message to multiple receivers. This is the reason I am trying to use receiver determination step first and in a loop trying to synchronously send message to each receiver and receiving response.
    Now my problem is in the receiver determination step, it is not identifying any of the receivers configured in the integration directory. The receiver determination list returns empty.
    So, I want to know whether this receiver determination step is only for async receivers or synchronous receivers also.
    Best Regards,
    Saravanan N

  • Transformation step in Integration Process

    Hello Everybody,
    I have used a transformation step in Integration process to transform source structure to target structure. In the same block i have used control step to cancel the process if there is any error found in transformation. I am handling this by raising exception.
    Now my problem is, i found my message got failed in PE and it is showing that there is error in mapping, i took the copy of corresponding message from SXM_MONITOR and tested the mapping program, It executed successfully but the Integration process is showing that there is an error in mapaping.
    Please let me know your thoughts, urgent.
    Edited by: vijay thirumareddi on May 9, 2008 2:28 PM

    hi
    same mapping behaving differently !!
    make sure that in bpm u r using exactly the same message mapping.
    could be due to cache refresh problem. activate the message mapping again. also check the cache notifications.
    if it still do not works then do a full cache refresh.
    rgds
    arun

  • PI 7.1 Integration Process Error

    Hi,
    I am trying to configure a BPM scenario on our 7.1 system. I tried 2-3 different scenarios but always get the same error.
    For example after the file is picked up and sent to the Integration Process it doesn't continue. I researched and I find always the same error. The message get stuck in qRFC (inbound Queue) with the error "Permanent error in BPE inbound processing". When I display the Trace I always get this error:
    Error during start of process of type WS90000001 by message XXX
    Class Attributes CL_SWF_XI_INBOUND For Message XXX
    Anyone knows what exactly this error means?
    ESR
    My Integration Process:
    1. Receive Step:
    Mode: Asynch.
    Message: ContainerA (Abstract, Asynch. Interface)
    2. Send Step:
    Mode: Asynch.
    Message: Container B (Abstract, Asynch. Interface)
    Process Integration Scenario:
    http://picasaweb.google.com/arman.eker/DropBox?authkey=Gv1sRgCPX586Kaq4CFsQE&pli=1&gsessionid=x7hKm0rn3TYwR49UD6YRaA#5358012257900568274
    Thanks for your help.
    Arman

    Open SXMB_MONI ---> Check the processing entry for your BPM ---> click on PE and open the graphic workflow....this will tell you where the BPM fails....
    Since you are getting the same error for all your BPMs perform the below generic checks:
    1) Sender and receiver MIs match....have the required MTs and mode
    2) In SXI_CACHE check the return code of your BPM...ensure that it is 0....if anything other than 0 then perform activation (click on the match-stick symbol)
    3) From tcode SWWL remove the errored entries for your BPM....
    Regards,
    Abhishek.

  • Receiver From Field of Send Step of Integration Process

    Could somebody please explain how this works? I cannot get receiver determination to work for a synchronous send of an Integration Process, and I think this is the problem.
    Documentation states the following:
    Calling a Receiver Determination Defined in the Integration Directory
           1.      In the Receiver From field of the properties area of the send step, select Send Context.
           2.      In the Send Context field, specify a character string for the send context.
    You can choose the character string yourself. You must specify the send context to be able to send messages from the same message interfaces to different receivers in different send steps.
           3.      Query the send context in a corresponding condition in the receiver determination in the Integration Directory.
    I just don't get this; if I choose the character string myself, how do I use it in step 3? I cannot see any way to query the send context in a condition. Is the Send Context the name of the receiver?
    If somebody can walk me through this step I would be very greatful!
    Kind Regards,
    Tony.

    Tony,
    An example
    Integration Repository
    I have a synchronous send step with the Send Context set to ABCDE
    Integration Directory
    In the Receiver Determination, Configured Receivers, enter the Condition Editor
    Select Left Operand and enter the Expression Editor
    Select the radio button for Context Object
    Use the dropdown to select ProcessStep
    Select OK
    Select Right Operand and enter your value, eg ABCDE
    Runtime
    When I run my scenario an entry can be seen in SXMB_MONI corresponding to my send step.  In my case it is displayed in the top Window
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV">
      <Trace level="2" type="T">......old attachment XI_Context found</Trace>
      <Trace level="3" type="T">Append context with name =ProcessStep and value =ABCDE</Trace>
    You can see here that the ProcessStep has the value ABCDE
    Hope this helps

  • Reuse message after send step in integration process

    Hi all,
    I have a strange problem....
    In my integration process, after some steps, I send a message asynch (in config an FTP receiver). After this I need to reuse the message just sent for a transformation, but the ip dumps. If I delete the send step, everything ends without error!
    Is it possible that I cannot reuse a message after a send step? If so, why?
    Thanks for any help...
    Ilaria

    > ReceiveTransformAToBSendBTransformBToCSendC
    TransformAToB...ok
    But in Step TransformBToC...you have to specify the Interface Mapping..it means
    the Interface mapping should be between Outbound Interface for B and Inbound Interface C.
    So u can store the B Abstract Message in the Container.
    SO your BPM Look like this way...
    <b>StartReceiveTranAtoBSendToBContainerToStoreTheValueofBTranBtoCSendtoC--Stop</b>
    ContainerToStoreTheValueofB store the value of transformed message(that is B )
    THen in TranBtoC (source=message stored in container and Target = C message)
    I do hope it will work as per your requirement.
    Thanks
    Farooq.

  • Integration Process single steps?

    Hello everybody,
    asuming I have a WSDL-File with
    a) one request message
    b) one response message.
    Can anybody tell the steps to use this <i>external definition</i> in a synchronous SEND step in an integration process?
    What to do first, next an so on?
    Thanks a lot
    Regards Mario

    Hi Mario,
    You can use the wsdl file which is defined as an external definition to create the message interfaces, since ur using bpm, it would be an abstract interface. The rest of the steps would be the same, refer this link on how to do that:
    http://help.sap.com/saphelp_nw04/helpdata/en/43/6211331c895f6ce10000000a1553f6/frameset.htm
    regards,
    Chandra

  • Errors while activating Integration Process in Stack 14

    Hi
    We recently applied the Stack 14 of XI 3.0 on our development server which was on Stack 11 earlier.
    After applying the above stack we discovered that when we are trying to activate integration process we are getting the following errors:
    'Exception ProxyError does not exist'
    'Exception SendIDocError does not exist'
    'Exception RFCError does not exist'
    'Exception MapError does not exist'
    These exceptions are thrown using a Control Step in the integration process and were working fine till Stack 11.
    Any idea on how to resolve this?
    Thanks
    Yogesh

    Hi,
      We are having similar issues on sp14, we have shortlisted the following packs, just see if they solve your case, also is F4 help after you add a container element aceessable, for me thats another issue.
    The oss notes are:
    904833,
    883500,
    890760
    I think the first one suits your needs, but read it and see.
    All the best.
    Anirban.

  • Error when triggering Integration Process

    Hello, Experts!
    I try to perform the following scenario:
    When file File_name.DBF is put into some specified folder, Integration Process is triggered. In this Integration Process I  form SQL-Query and send it to get data from this DBF.
    I do not want to use Sender JDBC adapter.
    So for triggering Integration Process I created dummy message type and configured the Sender File adepter. This file adapter checks the folder every minute. When file File_name.DBF appears a dummy message is formed.
    This message is used to trigger the integration process. Then I use this dummy message in transformation (form SQL-Query) as Source message. I do not map any of its fields (only use it as start message). But at runtime in SXMB_MONI there is an error in this transformation. I can continue process after error manually and everything is good.
    Could you explain why this error happens and how to fix it?
    Is it possible to trigger Integration Processes like this? Or if it's not could you advise the other way to start process?
    BR,
    Vika

    Here is the Trace of the Mapping:
    <?xml version="1.0" encoding="utf-8"?><MappingTrace><Trace level="1" type="T">Mapping-Namespace:http://Classificators/KLADR </Trace>
    <Trace level="1" type="T">Mapping-Name:KLADR_InitializeMessageCounter </Trace>
    <Trace level="1" type="T">Mapping-SWCV:5C0C6761B33C11DEADEFE1580A509697 </Trace>
    <Trace level="1" type="T">Mapping-Step:1  </Trace>
    <Trace level="1" type="T">Mapping-Type:JAVA </Trace>
    <Trace level="1" type="T">Mapping-Program:com/sap/xi/tf/_KLADR_InitializeIterator_ </Trace>
    <Trace level="3" type="T">Mapping has one input message. </Trace>
    <Trace level="3" type="T">Dynamic Configuration ( http://sap.com/xi/XI/System/File FileName KLADR.DBF ) </Trace>
    <Trace level="3" type="T">1-1 mapping required. </Trace>
    <Trace level="3" type="T">Creating Java mapping com/sap/xi/tf/_KLADR_InitializeIterator_. </Trace>
    <Trace level="3" type="T">Load 5c0c6761-b33c-11de-adef-e1580a509697, http://Classificators/KLADR, -1, com/sap/xi/tf/_KLADR_InitializeIterator_.class. </Trace>
    <Trace level="3" type="T">Search com/sap/xi/tf/_KLADR_InitializeIterator_.class (http://Classificators/KLADR, -1) in swcv 5c0c6761-b33c-11de-adef-e1580a509697. </Trace>
    <Trace level="3" type="T">Loaded class com.sap.xi.tf._KLADR_InitializeIterator_ </Trace>
    <Trace level="2" type="T">Call method execute of the application Java mapping com.sap.xi.tf._KLADR_InitializeIterator_ </Trace>
    <Trace level="1" type="T">RuntimeException during appliction Java mapping com/sap/xi/tf/_KLADR_InitializeIterator_ </Trace>
    <Trace level="1" type="T">com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:187)
    at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:174)
    at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:120)
    at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64)
    at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
    at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131)
    at sun.reflect.GeneratedMethodAccessor361.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
    at $Proxy226.processFunction(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1461.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Root Cause:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:157)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Root Cause:
    com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)(:main:, row=3, col=0) -&gt; com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    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:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    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:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    ... 4 more
    </Trace>
    <Trace level="1" type="T">Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_KLADR_InitializeIterator_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0) </Trace>
    <Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.MappingRuntimeException: Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_KLADR_InitializeIterator_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:73)
    at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
    at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131)
    at sun.reflect.GeneratedMethodAccessor361.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
    at $Proxy226.processFunction(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1461.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Root Cause:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:187)
    at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:174)
    at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:120)
    at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64)
    at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
    at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
    at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79)
    at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131)
    at sun.reflect.GeneratedMethodAccessor361.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
    at $Proxy226.processFunction(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1461.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.call(RFCDefaultRequestHandler.java:277)
    at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:219)
    at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Root Cause:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.aii.mappingtool.tf3.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:157)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Root Cause:
    com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)(:main:, row=3, col=0) -&gt; com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    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:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    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:155)
    at com.sap.aii.mappingtool.tf3.rt.xparser.XParser.run(XParser.java:73)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.lib.xml.parser.ParserException: XMLParser: No data allowed here: (hex) 3, a, a(:main:, row:3, col:0)
    at com.sap.engine.lib.xml.parser.XMLParser.scanProlog(XMLParser.java:2787)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2832)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:231)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:160)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:261)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    ... 4 more
    </Trace>
    <Trace level="1" type="T">com/sap/xi/tf/_KLADR_InitializeIterator_com.sap.aii.utilxi.misc.api.BaseRuntimeExceptionFatal Error: com.sap.engine.lib.xml.parser.Parser~ </Trace>
    </MappingTrace>
    Can you guess what causes error?
    BR,
    Vika

Maybe you are looking for

  • Change Profit Center in FI/CO document for Network or WBs

    The client does not want to change the profit center assignment on the network or WBS. Finance would like the ability to change the profit center when the FI/CO document is created. When trying a FI or CO substitution , we keep getting an error messa

  • I downloaded MAX

    seemed like a good idea at the time and I thought it would work via iTunes so i down loaded a cd but instead of iTunes it set its own folder in my Music. When i tried to play a track I got "error opening movie" the movie could not be opened" ???? It

  • Print formatted letter

    Hi, We have a form with a few text area fields. This is basically the information that we want to send to our customers. we don't want to save this information. All we want to do is let the user enter the information and then allow them to view the f

  • Practical Photography Review

    I did a search, but did not find a post on this. In the May 2008 issue of Practical Photography there is a comparison review of Aperture 2.0, Capture One 4 and Lightroom 1.4. They picked Aperture 2.0 as the Testers Choice and wished it were available

  • What is the menu title to show original file to map to keyboard shortcut

    Does anyone know what "menu title" to use for File > Show in Finder for a keyboard shortcut? I just updated to itunes 10 and discovered my keyboard shortcut CMD-R to show the original file is broken and no longer works. Apparently Apple changed it to