BPM Error as MESSAGE_NOT_USED

Please help me fix this error.
My scenario is i have a bpm process for splitting three files.I mean here i will get the data  in single XML file but we have to map to multiple interfaces and post the data inthese interfaces to SAP R/3. please remember that sender is only one service and receiver is also only one service.but the receiving interfaces are multiple.
here i am having one communication channel for sender service.
one communication channel xi adapter for a proxy into sap.
then using BPM process as sender to the proxy reciever
I am getting error from sxmb_moni in xi box
as error category:BPE_ADAPTER
error id: message_not_used.
it says message not used in any process.
please help me correct this problem..
here i have created 1 sender agreement, 4 receiver determinations, 4 interface determinations, and 3 receiver agreements.
i searched forums for this error solution . and i searched my configuration as per the suggestions. the SXI_CACHE return code is '0' only . i searched for syntax errors in integration process there it is fine . i tested my scenario in test configuration ,there also it is fine .
please help me in this issue.
thanks
RAMANA

Ramana,
Refresh the Cache. If it doesn't helps check whether the outbound interface and the BPM receive step interface must be same.
Reply back ur findings!!
Best regards,
raj.

Similar Messages

  • BPM Error: BPE_ADAPTER MESSAGE_NOT_USED

    Hi,
    we have an issue in our XI production system, where message is not reaching BPM and its giving below error.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="BPE_ADAPTER">MESSAGE_NOT_USED</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Message interface is not used by this process</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    We carried out following steps:
    1. Did cache refresh using Tcode 'sxi_cache', IP object is giving return code as "99".
    2. We deleted the Integration Process object from Integration directory and reimported the object from Integration Reporsitory again.
    3. We re-imported the IR object from QA server again in Production, but it still didn't work. (It is working fine in QA environment).
    4. We went through following SAP Note 901366 & 910437 (Both have been applied).
    Can you please help us resolve this issue at the earliest.
    Regards,
    Ashish

    Hi Orit,
    We had this issue because workflow customizing object for use of xml object types was not activated in our system.
    This issue was resolved using tcode 'SWF_XI_CUSTOMIZING', and activate 'Activate Use of XML Object Types'.
    Hope this helps!!!
    Regards,
    Ashish

  • BPM error at send step

    hi experts,
    In a simple File to File using BPM Scenario, messages are processed up to send step (only 2 steps are there recv and send). The receive side is okay. i can monitor the messages that are being picked up in the monitor. In adapter both sender and receiver adapters are showing green.
    How to trouble shoot inside BPM errors; i tried SXMB_MONI -> selected PE from the message -> chose graphical description, where it shows red and an error in the send step.
    the SXMB_MONI shows error in outbound message side.  and the pipeline stops at Call Adapter.
    thanks in advance,
    nikhil
    Happy 2008

    hi Farooq!!
    Others are working.
    see, this is a simple scenario File BPM File and it uses simple message type and interface too. The interface mapping working fine. The Integration Process uses no correlations, just transferring the file as it is. IP is checked(F7) no errors found. when running, it picking the file and upto call Adapter it is working. in the SXMB_Moni it shows error in the outbound (PE) status. When we check it in the WorkFlow diagram, it shows error in the send step as Adapter Framework Server, still other scenarios are working fine with the BPM.
    please leave good suggestions and checks
    thanks,
    nikhil

  • BPM error handling

    Hi,
    I've read many messages on this forum regarding BPM error handling but am still a little confused.
    In my scenario the BPM is quite simple. All it does is Call web service (synchrous) then transform and then call another web service synchronous.
    Now , If any call to the two web services fails , I would like to be able to restart the two calls... now if they fail again, I would like to be able to restart the two calls again... until they work. But each time the restart would be done manualy in the BPM monitoring transactions.
    The way I understand the error handling
    if I put my synchronous send steps and transformations in a step and catch the exception they throw , I can send myself an alert and then throw another exception which I dont handle. This way , since that exception is not handled , it will set the process in error and I can restart the process later.
    However , how can I set it up so that when I restart the bpm , both calls are done again and the same exception handling happens.
    Now , when I restart, it seems only what comes after the block and the exception is executed. If I put the sync send calls in the exception handling branch, that will allow me to run the send steps once after an exception...
    Thanks.

    Even if I don't throw the exception and its a System error on the synchonous call, the BPM is in error but the next call will
    go through...
    I don't know what the point of EOIO was in that case ?
    Even having an Exception branch is enough....you need not compulsorily have anything in it.....so when an exception occurs in your Sync step the control goes to the Exception Branch of the Block....but since there is no step defined in the branch nothing happens.....and the Control then passes to the next branch as in a normal flow.....
    Since the Exception branch is defined the BPM will not wait/ stop/ error-out if any thing goes wrong in the Sync Send step.....it will continue....this is the normal behavior....an error entry will however be shown...if you want that your process stops if the Sync Send fails then have a Control Step (Action--> Cancel Process) in the Exception Branch
    Regards,
    Abhishek.

  • Queue blocked after BPM error!

    Hi,
    Is there any configuration steps to do in order to avoid incoming message to be blocked (Scheduled on outbound side) in the queue when there is a bpm error.
    Thanks in advance,

    Hi,
    yes we can do through SXMB_ADMIN, SMQ1..
    Outbound Scheduler (Transaction SMQS)
    If the Outbound Scheduler is responsible for sending and executing these LUWs, and the logon data in transaction SM59 in the destination is incomplete, then any subsequent LUW calls might be executed under the logon data of a previous user. This occurs if the destination scheduler is already running under another user when the LUW is called and no logon data is maintained in transaction SM59. In this case, the destination scheduler runs under the user that started the scheduler (and this user's language). This means the destination scheduler runs under the wrong logon data, as does the processing of the subsequent LUWs.
    Until now, destinations could only be registered in the Outbound Scheduler if the logon data (client, user, password, language) had been defined completely in transaction SM59 (if LUWs always needed to be processed under a specific user and language). Destinations with incomplete logon data could be registered only if the user and language was not important. In addition, some internal destinations (NONE/SPACE) do not allow you to enter a user or language in transaction SM59. For this reason, and for tRFC compatibility, you can only register these destinations in the Outbound Scheduler with the optional Without tRFC flag.
    see below links
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/d2fc40b2c7f96fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/665f3c482a7331e10000000a114084/frameset.htm
    The reason of blocking a queue
    Queues getting blocked on error
    Regards
    Chilla..

  • Access dynamic attributes BPM; error while activating the process in sxi

    hi everybody,
    I have to access dynamic attributs in a BPM condition. I thought I could achive this when I click the radiobutton "contextobject" in the condition editor.
    When using the value-help button on the contextobject a huge list of objects is shown for selection.
    Strange to me is that also the radionbutton "interface-variable" is checked. I can not uncheck this radiobutton. But this makes the error while activating:
    "Containerelement 'IDOC_'MyContainerelement'{XSDSIMPLE::xsd:string;SHeaderSUBJECT:ht' does not exist".
    Has anybody expirience using the dynamic attributes/contextobjekts in BPM?
    Thanks, Regards Mario

    Hi all,
    it seems to be impossible to access the attributes:
    Technical Context Object in ccBPM
    Regards Mario

  • BPM error after SP 14

    Hi,
    I have a strange problem. Since we upgrade to SP14 we have porblems with BPMs including a Message Switch like this example: SQLResponse./p1:MT_SQL_QUERY_response/StmName_response/row/VORGANGS_SCHLUESSEL = 300
    on XI side everything works fine (test and activate) but on R3 side of XI (transaction SXI_CACHE) this BPMs result with error: 'VORGANGS_SCHLUESSEL' is not a component of data object 'PAYLOAD' - I have the similiar BPM on SP13 and it works fine...
    Any idea or same problem?
    THX Matt
    --> I solve it on my own --> with SAP Note 890760
    Message was edited by: Matthias Boettger

    Hi Michal
    The transport mechanisim is file import/export. We imported repository objects at namespace level and directory objects at scenario level. Just give some more input on this issue, before transport of all our objects (around 170) we did a sample tranport of only one interface object (both directory and repository objects)that worked perfectly.
    Then we imported rest of all our objects and at this point we got cache refresh error in SXI_CACHE (communication error). We set the "No Timeout" option in the RFC destination INTEGRATION_DIRECTORY_HMI and all cache contents got re-freshed. After this we found only some BPM's are in status 0 but most of them in status 99.
    I verified the container elements are present in my Dev BPM it is present and it works correctly. Hope this might give some clue on where the issue could be.
    Regards
    Prahllad

  • BPM Error:Runtime handle of object type could not be created:CX_MERGE_SPLIT

    HI Guys...
    I am working on a RFC to HTTP scenario:
    It is a standard SAP interface ....so we created only ID objects..obviously the BPM delivered by must be correct.
    in sxmb_moni_bpe  it is throwing th following error texts:
    Runtime handle of object type could not be created
    Error executing service for node
    Exception CX_MERGE_SPLIT occured
    component mapping has returned an error
    unmodeled exception when executing service for node
    No payload found
    object FLOWITEM method EXECUTE cannot be executed
    I tested the mapping payload from sxmb_moni in IR and it is working fine.
    Receiver is an HTTP so could not able to find exactly whats happening as no thrid party tools can be installed....struck up here.
    Any iputs will be of help in this area.
    Thanx in adavance.
    Kiran

    any inputs around this plz??

  • BPM: Error while executing Open - Unexpected exception

    Hello! Everyone
    Can you please let us know if anyone has faced similar issue and any suggestion on resolving the below issue would be very helpful:
    We have been experiencing problem with opening BPM in our ESR; we are getting a Error while executing open - Unexpected exception for all the BPM.
    I am copying the detail log, can you please help suggest steps to resolve this exception error in opening the BPM.
    Thank you,
    Vemul
    Also, here is the detail log of the BPM exception while executing open in ESR:
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.swing.toolkit.ServerCallCancelledException: Unexpected exception.
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.handleRuntimeExInBusinessMethod(BeanAccessHandler.java:87)
         at com.sap.aii.ib.clsif.oa.ObjectAccess.read(ObjectAccess.java:112)
         at com.sap.aii.ib.client.oa.ObjectHandler.read(ObjectHandler.java:119)
         at com.sap.aii.ib.gui.editor.DefaultPersistenceHandler.load(DefaultPersistenceHandler.java:94)
         at com.sap.aii.ib.gui.editor.XiDocument.load(XiDocument.java:249)
         at com.sap.aii.utilxi.swing.framework.cmd.OpenCommand.load(OpenCommand.java:353)
         at com.sap.aii.utilxi.swing.framework.cmd.OpenCommand.localOpen(OpenCommand.java:273)
         at com.sap.aii.utilxi.swing.framework.cmd.OpenCommand.execute(OpenCommand.java:211)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.execute(ExecutionContext.java:198)
         at com.sap.aii.utilxi.swing.framework.ExecutionContext.executeSafe(ExecutionContext.java:154)
         at com.sap.aii.ib.gui.operations.OperationsServiceProvider.executeDefaultOperation(OperationsServiceProvider.java:295)
         at com.sap.aii.ib.gui.nav.HierarchyNode.executeDefaultOperation(HierarchyNode.java:59)
         at com.sap.aii.utilxi.swing.framework.navigation.tree.DefaultTreeCard.handleHierarchyEvent(DefaultTreeCard.java:198)
         at com.sap.aii.utilxi.swing.framework.navigation.tree.ThreadedTree.fireHierarchyActionEvent(ThreadedTree.java:542)
         at com.sap.aii.utilxi.swing.framework.navigation.tree.ThreadedTree.executeStandardOperation(ThreadedTree.java:2264)
         at com.sap.aii.utilxi.swing.framework.navigation.tree.ThreadedTree$DblClickHandler.mouseReleased(ThreadedTree.java:2196)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.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 com.sap.aii.utilxi.swing.toolkit.Guitilities$EventProcessor.dispatchEvent(Guitilities.java:319)
         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: com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.getException(P4ObjectBrokerClientImpl.java:643)
         at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.getException(P4ObjectBrokerClientImpl.java:612)
         at com.sap.engine.services.rmi_p4.reflect.P4InvocationHandler.invokeInternal(P4InvocationHandler.java:160)
         at com.sap.engine.services.rmi_p4.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:52)
         at $Proxy62.read(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.StatelessRemoteStubInvocationHandler.invoke(StatelessRemoteStubInvocationHandler.java:89)
         at $Proxy63.read(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sap.aii.ib.clsif.login.BeanProxy.invoke(BeanProxy.java:114)
         at $Proxy63.read(Unknown Source)
         at com.sap.aii.ib.clsif.oa.ObjectAccess.read(ObjectAccess.java:101)
         ... 40 more
    Caused by: java.io.InvalidClassException: com.sap.aii.ib.bom.condition.xi71.parser.impl.ConditionParserImpl; local class incompatible: stream classdesc serialVersionUID = 1, local class serialVersionUID

    Thanks! Abinash
    We applied all the patches listed above,  however the issue still exists.
    Actually the issue started when we applied the patches initially and even after getting the latest patches the issue still exits same as mentioned above:
    When we try to click open any of our Integration Processes / BPM s we get the unexpected error while executing open.
    Please, do let us know if anyone has faced similar issue and how it could be resolved.
    Regards,
    Vemul
    Edited by: Parikshit Vemul on Jul 30, 2010 11:34 PM

  • Using Error Message in BPM Error Handling Branch

    Hello,
    I closed the old BPM thread not to mix up different questions.
    As I found out now a synchronous Send Step with Eror handling branch is working fine to directly handle errors.
    As in the send step there could be several errors possible, e.g. XML validation fails, error in communication channel etc.
    Is it possible to have access to the error message that can be seen in monitoring and use this as input parameter for message mapping for example?
    Would be helpful because otherwise I just would be able to send back a generic error message to the sender.

    Hii Florian,
    Adapter module can only provide information about the failures in Adapters.
    But other failures like XML Validations, can be informed depending on the mode of Validation.
    As per help.sap.com
    You can perform the structure check at the following points in PI message processing:
    ●      Validation in the sender adapter
    If the sender adapter has created the PI message, you can then perform the validation of the PI payload. If the structure of the payload differs from the definition of the data type provided for comparison, message processing is stopped. The adapter sends a synchronous response to the sender of the message, informing it about the structure error. The industry-specific adapters inform the sender asynchronously, as required by the RNIF protocol and the CIDX protocol.
    ●      Validation in the Integration Engine
    In inbound and outbound processing, *validation of the PI message payload takes place as a pipeline step *of the Integration Engine. If the structure of the message payload does not match the saved definition of the data type, an error description is generated. The error description contains status information and a list of all structure errors. Message processing is stopped. The message is set to error status and an error report is saved.
    If validation takes place in the Integration Engine, the sender of the message is not automatically informed of the structure error. The message is set to error status and an administrator can process the message further using the Runtime Workbench.
    So if you use XML Validation in Sender Adapter you can get back the Exception ( i think you need to do some java mapping here). Else if you are using Integration Engine, then alerts are there for them.
    Anyway this discussion has opened a lot of To Be Explored area for me. I will keep looking for them.
    Regards
    Suraj

  • 1:N mapping Scenario, BPM errors

    Hi,
    I am following this scenario  1: N multi mapping
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI.
    I need your help to fix my errors for Container1, container 2, and Send step in BPM
    In BPM,
    1. I have got Receive Properties without errors
    2. Transformation Properties without errors
    3. container 1 : can you please let me know container Properties are correctly given i.e Operation and Expression are correct ?
    Please check the snap shot:
    http://www.flickr.com/photos/33169400@N05/3132774664/
    4. Loop is correct
    5. Container 2
    As per the blog: Container operation2: It increments index by 1.
    While checking My Target value has Errors. For my Target I have given index(container variable) as value. Operation and Expression are correct ?
    Please check the snap shot:
    http://www.flickr.com/photos/33169400@N05/3132774670/
    6. Send Properties:
    As per the blog: Send step: It sends the current line of the multiline interface element out_msg1 whose index is given by the
    container variable index i.e out_msg1[index].
    Please check the snap shot:
    http://www.flickr.com/photos/33169400@N05/3132774672/
    But I am not getting the Message Value output [ index ]. i.e. i am not getting [ index ].
    Please do help me to fix this to get the index in Message Value
    Thanks
    manian

    Thanks Sekhar for the help, I have used Assign value, now the container 2 has no errors.
    Bu still I am unable to solve the Send Properties
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI. -
    step 6
    Send Properties:
    As per the blog: Send step: It sends the current line of the multiline interface element out_msg1 whose index is given by the container variable index i.e out_msg1index.
    Please check the snap shot:
    http://www.flickr.com/photos/33169400@N05/3132774672/
    But I am not getting the Message Value output index . i.e. i am not getting index .
    Please do help me to fix this to get the index in Message Value
    manian

  • BPM Error: Message has error status on outbd. side

    Hi,
    BPM overview:
    Receive Step -> Transformation Step (1) -> Send Step ASYNC (1) -> Send Step SYNC (1) -> Transformation Step (2) -> Container Operarion Step (1) -> ...
    Error Message in SXMB_MONI: Message has error status on outbd. side
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_BPE-ENTER_PLSRV">
    <Trace level="1" type="T">--start sender interface action determination</Trace>
    <Trace level="1" type="T">select interface MI_BPM_TRAN_EMP_DETAILS_FILE_OUT_ASYNC*</Trace>
    <Trace level="1" type="T">select interface namespace urn:tranbpm</Trace>
    <Trace level="1" type="T">no interface found</Trace>
    <Trace level="1" type="T">--start receiver interface action determination</Trace>
    <Trace level="1" type="T">Loop 0000000001</Trace>
    <Trace level="1" type="T">select interface AI_BPM_TRAN_EMP_DETAILS_FILE_ASYNC*</Trace>
    <Trace level="1" type="T">select interface namespace urn:tranbpm</Trace>
    <Trace level="1" type="T">no interface found</Trace>
    <Trace level="1" type="T">--no sender or receiver interface definition found</Trace>
    <Trace level="1" type="T">Hence set action to DEL</Trace>
    </Trace>
    I am don't any Interface name MI_BPM_TRAN_EMP_DETAILS_FILE_OUT_ASYNC* in my scenario, the actual interface name is MI_BPM_TRAN_EMP_DETAILS_FILE_OUT_ASYNC does BPM adds a '*' at the end of the interface name.
    In the workflow log it shows that "Transformation Step (2)" has error. I am using multimapping in the transformation step.
    Any help would be greatly appreciated as I ran out ideas to fix this issue.
    Thanks in advance.
    Sarvesh

    The issue was with the step "Transformation Step (2)" and I fixed it in the mapping. 
    When using two send steps "Send step (1)" & "Send step(2)", BPM is executing the second send "Send step(2)" before it completes the first send step "Send step(1)".  The first "Send step(1)" inserts the data into the database table and the second "Send step(2)" retrieves the data inserted in the first send step. 
    If I insert a "Wait step" between the 2 send steps it working.  Can anyone explain how the send step in BPM works. 
    I did post the same question in "Exchange" forum also so that it can be view by more people.
    Thanks,
    Sarvesh

  • BPM error while updating task

    Hi, I'm using an initiator Task form a process in BPM with SOA version 11.1.1.6 and JDeveloper 11.1.1.6 and everytime I try to update the task I get this error:
    ORABPEL-10101
    Error while updating task .
    Error while updating task Cannot delete Comments.
    Check the underlying exception and database connection information. If the error persists, contact Technical Support Services at Oracle.
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateComments(WFTask.java:5384)
    at oracle.bpel.services.workflow.repos.driver.WFTask.updateWFTask(WFTask.java:2712)
    at oracle.bpel.services.workflow.repos.driver.PersistencyService.updateWFTask(PersistencyService.java:630)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperationInTrans(TaskService.java:6586)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6306)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6277)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6253)
    at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:6235)
    at oracle.bpel.services.workflow.task.impl.TaskService.updateTask(TaskService.java:2088)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    I've tried to remove the userComments from the Task Form, and remove anything associated with it, but everytime I try to savbe the task it gets this error
    thanks

    Hi,
    Have you solved the problem? For I have met the same problem, Could you share it with me.
    thanks a lot.

  • BPM Error Permanent Error in BPE inbound processing

    Hi
    I require some urgent help on this BPM issue.
    We are trying to integrate SRM PO being directly sent to Vendors using HTTP. We are getting an error saying ‘Permanent Error in BPE inbound processing’. The scenario works like this.
    SRM system would sent PO using the SRM Standard interface PurchaseOrderRequest_Out. We need to transform the message into cXML format and send it to the vendors using HTTP adapter. Using the HTTP response we need to trigger an email to the business process team.
    The SRM interface is under the software component SAP SRM Server 5.5 and our mapping is being done in a common software component and for the vendor interface we have another software component. We have created a relationship in the SLD by making the common SWC as dependent software component to SAP SRM Server and Vendor Software Component. So in the integration repository we are able to get the interfaces for the SAP SRM Server and Vendor Software Component under the common software component. The receive step for this BPM is a copy of the standard SRM interface PurchaseOrderRequest_Out(as the standard interface is an asynchronous interface) and we would require an abstract interface for the BPM. We have checked the semantics for the BPM and its fine. The related ID development is in place. When the message is being triggered, it gives us this above mentioned error. When we go to the QRFC monitor we are able to check the details.
    Regards,
    Indranil

    Hi Indranil,
         You don't see you BPM....
    First go to SXI_CACHE and check that your BPM is listed there and that the compilation has been completed succesfully.
    Is this the first time the BPM is being used? If so check if has been configured. For example, go to RWB->Component Monitoring->BPE in <SYSID>
    and check if any error is listed there.
    In order to check what is going on in your BPM you can trace it:
                      SXMB_MONI_BPE->Diagnosis Processes with Errors
                      SXMB_MONI->Process, get your msg and click on 'PE'. You should see the workitems and see if there is any error.
             Hope this helps you....
             Regards,
                Encinas.

  • BPM error:Container element in step transformation is not initialized

    Hello Experts,
    I am new to the concept of BPM.
    I'm trying to create an integration process in which I'm taking an Idoc and processing it in many ways. The process contains many transformation steps. There two such transformation steps which have been placed in block step in a fork. And i get this error: Container element XXX in step transformation is not initialized
    What could be the problem?
    Regards,
    Akhil

    Hi
    if u are getting the messaga with red sigh then it means it will craete the error while running the scenario.
    but if it is in blue then i think it will not create any error.
    the meaning of that statement is that the container u have defind is not used anywhere. it is just giving u a warning message.
    Thanks
    Rinku

Maybe you are looking for

  • Firefox, Microsoft word, iPhoto, and more won't open.

    Basically, everything except Safari and Photo Booth continuously refuse to open. I click on them, the icon bounces for a good minute or so, and then I get a pop-up window saying it closed unexpectedly. I don't know if this helps, but here's the detai

  • I cant get my calender to work right or at all

    I have been using my calender for a while now tell today and now when i go into it it will not let me change or add anything

  • What is optimal computer monitor resolution for iPhoto?

    what is optimal computer monitor resolution for iPhoto, please? I have a G5 imac and am getting a message that the screen reslution is not optimal. Thanks.

  • Multi packages or single package? Which is good?

    we have a database (oracle 9) , 20-30 tables, we need create package, one suggestion is for each object create a package , each package have their own sp/function like new,delete,update... , thus will have 10-20 packages , another suggestion is creat

  • Photoshop CS4 Stuck in paintbrush

    Photoshop is stuck in the paint brush, when I attempt to change it to the move or selection tool, it just stays in the paintbrush. I've uninstalled and reinstalled twice. I've deleted all the preferences I can find, to no avail. At this point Photosh