Parallel calls from BPM

Hi all,
I have a scenario in BPM where I have used a fork for sending messages in parallel. There are 3 synchronous RFC calls to same R/3 backend system. However, in message monitoring I can see that the messages are still in serial (start time of next message is after the first call has received response). It is somehow possible to achieve that the calls will be also by RFC adapter done in parallel?
I have already tried to use 3 comunication channels, but it does not help.
Thanks.
Vladimir

Hi all,
I have tried all mention settings, but still the messages from adapter are being sent in serial.
I have tried to increase the maximum connection in RFC adapter, I have tried to used more Comunication Channels and set in Receiver Agreements to use them. Both changes also with the following change in process design:
In the process design I have this 3 bapi calls in a loop. For this loop there is also that mode ParForEach. After changing to this mode I can see in message monitoring that the BAPI calls are not being sent as before: b1,b2,b3,b1,b2,b3,.... but in this order: b1,b1,...,b2,b2,...,b3,b3,... However the messages are being still sent in serial.
In Workflow Log I can see that some executed actions on beginning(Block item created, Background work item created) were done in parallel. However the sync. calls itselfs (message sent synchronously) are following in serial.
Are there maybe some settings of Adapter engine or RFC adapter, which allows/deny processing of multiple threads?
I have not found any documentation to such settings till now (except one small comment to MaxThreadCount property of J2EE Adapter Framework in XI Tunning Guide).
Thanks & regards,
Vladimir

Similar Messages

  • Error while calling ejb service call from BPM service

    Hi,
    We are using the Oracle 11.1.1.5.0
    We are calling ejb service call from BPM service to update the data to Oracle database.
    We are getting the below error when we executing the ejb service call from BPM Service.
    <Error> <EJB> <BEA-010026> <Exception occurred du
    ring commit of transaction Name=[EJB oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliver
    yBean.handleCallback(java.lang.String,java.lang.String,java.lang.String,int,bool
    ean)],Xid=BEA1-45B91984D57960994897(30845116),Status=Rolled back. [Reason=javax.
    transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a p
    articipant in two-phase commit. To force this participation, set the GlobalTrans
    actionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhas
    eCommit for the Data Source = EBSConnection],numRepliesOwedMe=0,numRepliesOwedOt
    hers=0,seconds since begin=1,seconds left=60,XAServerResourceInfo[SOADataSource_
    base_domain]=(ServerResourceInfo[SOADataSource_base_domain]=(state=rolledback,as
    signed=soa_server1),xar=SOADataSource,re-Registered = false),XAServerResourceInf
    o[ArCnTaskForms@EBSConnection@EBSConnection_base_domain]=(ServerResourceInfo[ArC
    nTaskForms@EBSConnection@EBSConnection_base_domain]=(state=rolledback,assigned=s
    oa_server1),xar=weblogic.jdbc.wrapper.JTSEmulateXAResourceImpl@fa5476,re-Registe
    red = false),SCInfo[base_domain+soa_server1]=(state=rolledback),properties=({web
    logic.jdbc.remote.EBSConnection=t3://192.168.10.114:8001, weblogic.transaction.n
    ame=[EJB oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean.handleCallback(java.la
    ng.String,java.lang.String,java.lang.String,int,boolean)]}),local properties=({w
    eblogic.jdbc.jta.SOADataSource=[ No XAConnection is attached to this TxInfo ]}),
    OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=soa
    server1+192.168.10.114:8001+basedomain+t3+, XAResources={eis/tibjms/Queue, eis
    /activemq/Queue, WLStore_base_domain_BPMJMSFileStore, WLStore_base_domain__WLS_s
    oa_server1, eis/fioranomq/Topic, eis/jbossmq/Queue, eis/Apps/Apps, eis/websphere
    mq/Queue, eis/AQ/aqSample, WLStore_base_domain_SOAJMSFileStore, eis/aqjms/Queue,
    WSATGatewayRM_soa_server1_base_domain, eis/sunmq/Queue, eis/pramati/Queue, SSCo
    nnectionDS_base_domain, eis/tibjms/Topic, eis/tibjmsDirect/Queue, eis/wls/Queue,
    eis/tibjmsDirect/Topic, EDNDataSource_base_domain, eis/wls/Topic, eis/aqjms/Top
    ic, RL3TST_base_domain, ArCnTaskForms@EBSConnection@EBSConnection_base_domain, S
    OADataSource_base_domain, WLStore_base_domain_UMSJMSFileStore_auto_2},NonXAResou
    rces={})],CoordinatorURL=soa_server1+192.168.10.114:8001+base_domain+t3+): weblo
    gic.transaction.RollbackException: Could not prepare resource 'ArCnTaskForms@EBS
    Connection@EBSConnection_base_domain
    JDBC driver does not support XA, hence cannot be a participant in two-phase comm
    it. To force this participation, set the GlobalTransactionsProtocol attribute to
    LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source
    = EBSConnection
    at weblogic.transaction.internal.TransactionImpl.throwRollbackException(
    TransactionImpl.java:1881)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(Se
    rverTransactionImpl.java:345)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTran
    sactionImpl.java:239)
    at weblogic.ejb.container.internal.BaseLocalObject.postInvoke1(BaseLocal
    Object.java:622)
    at weblogic.ejb.container.internal.BaseLocalObject.__WL_postInvokeTxRetr
    y(BaseLocalObject.java:455)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(Sess
    ionLocalMethodInvoker.java:52)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDelivery
    LocalBeanImpl.handleCallback(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMes
    sageHandler.handle(CallbackDeliveryMessageHandler.java:47)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.transaction.xa.XAException: JDBC driver does not support XA, he
    nce cannot be a participant in two-phase commit. To force this participation, se
    t the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended)
    or EmulateTwoPhaseCommit for the Data Source = EBSConnection
    at weblogic.jdbc.wrapper.JTSXAResourceImpl.prepare(JTSXAResourceImpl.jav
    a:83)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:1327)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:513)
    at weblogic.transaction.internal.ServerSCInfo$1.run(ServerSCInfo.java:36
    8)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    .>
    <12 Oct, 2012 12:34:40 PM IST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <failed to handle message
    javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot
    be a participant in two-phase commit. To force this participation, set the Globa
    lTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateT
    woPhaseCommit for the Data Source = EBSConnection
    at weblogic.jdbc.wrapper.JTSXAResourceImpl.prepare(JTSXAResourceImpl.jav
    a:83)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:1327)
    at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerRe
    sourceInfo.java:513)
    at weblogic.transaction.internal.ServerSCInfo$1.run(ServerSCInfo.java:36
    8)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <12 Oct, 2012 12:34:40 PM IST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.instance.CallbackDeliveryMessage"; the reported exception is: Error comm
    itting transaction:; nested exception is: javax.transaction.xa.XAException: JDBC
    driver does not support XA, hence cannot be a participant in two-phase commit.
    To force this participation, set the GlobalTransactionsProtocol attribute to Log
    gingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = EB
    SConnection
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.instance.CallbackDeliveryMessage"; the reported exception is: Error comm
    itting transaction:; nested exception is: javax.transaction.xa.XAException: JDBC
    driver does not support XA, hence cannot be a participant in two-phase commit.
    To force this participation, set the GlobalTransactionsProtocol attribute to Log
    gingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = EB
    SConnection
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:207)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:662)
    >
    Could any body help on this issue.It is little bit urgent for us to resolve.
    Thanks in advance.

    Thanks Sudipto Desmukh,
    The link is helpful me to resolve this issue.
    Thanks,
    Narasimha E

  • Parallel synchronous calls from BPM

    Hi,
    how many parallel synchronous calls can XI perform at once?
    Reason why I ask, for me it looks like parallel calls are handled sequentially in XI.
    My scenario: I have a ccBPM that should ask three different synchronous WebServices to collect data. In the BPM I used the Branch element where one synch call is in every branch.
    Unfortunately at runtime the monitoring says that the WebServices are asked consecutive and not parallel.
    Even if I start a performance test an run 10 BPMs at the same time, all WebServices are asked consecutive.
    So is there a unknown hidden parameter to force parallel sync calls or is XI not able to perform such calls?
    Regards,
    Robert
    (tested on 7.0 and 7.1)

    Hi,
    Maximum Number of receivers you couls send at a time are 999. So i think u can make 999 webservice parallel calls at a time.
    Using BPM:
    First have a receive step and then the receiver determination  and the out put of this step would be a multi line element(containing all the receivers identified during the runtime).And then create a block step in par for each mode and in the properties give the multielement name created from the receiver determination step and then a send step in the block in synchronous mode.
    In ID confgure all the receivers.
    Thanks,
    Vijaya.
    Edited by: Vijaya Lakshmi Palla on Jun 2, 2008 6:29 AM

  • RFC call From BPM

    Hi,
    I have a  scenario where I need to access a Function Module from BPM for certain business validations. My FM is in XI and I need to invoke that FM from BPM. How can we do that ? I am trying an RFC call but it gives me an error "No identifier defined for the system".
    Pl advise, where am I wrong OR if there is a better way to do that.
    Thanks,
    Sid

    This doesn't look like an issue for BPM.  Please check whether the connection is working fine by testing a call to the RFC in a simple scenario(file to RFC or whatever).
    In BPM all you need to do is a synchronous send step with abstract message type defined for both request and response structures of the FM . And in ID a receiver determination+channel and all for this step.
    Best of luck...

  • Problem Making More Than One ALSB Call From BPM

    Hello,
    I have a very simple BPM process, with a begin node, two automatic nodes, and an end node.
    The first automatic node makes a call to a web service running on ALSB (ALSBServiceA)
    The second automatic node makes a call to a second web service running on ALSB (ALSBServiceB)
    What I find happening is that the second call is not being executed (ALSBServiceB)
    The web service invocation from the first node executes okay, but it seems that the invocation from the second service is just ignored.
    What is strange is that if I reverse the order of the nodes (e.g. executed ALSBServiceB before ALSBServiceA) then, the ALSBServiceB executes while ALSBServiceA does not.
    It appears that in any process there can only be -one- successful invocation to ALSB, with all others being ignored. This is a pretty significant showstopper for us.
    Is this a known issue/bug/feature?

    Gary,
    There is not much I can do from here without more specific details, but
    the problem you describe is quite odd.
    Try the following, it might help you diagnose it:
    - Check the audit trail for one of the instances, to make sure that both
    automatic activities were executed.
    - Check the engine logs, see if there was an exception in the process
    that's causing it to retry or abort the instances.
    - Try running both calls from one activity.
    If you can't find the cause, contact support. They will be able to help
    you.
    JC
    On Thu, 22 May 2008 10:05:06 -0300, Gary Ng wrote:
    Hello,
    I have a very simple BPM process, with a begin node, two automatic
    nodes, and an end node.
    The first automatic node makes a call to a web service running on ALSB
    (ALSBServiceA)
    The second automatic node makes a call to a second web service running
    on ALSB (ALSBServiceB)
    What I find happening is that the second call is not being executed
    (ALSBServiceB)
    The web service invocation from the first node executes okay, but it
    seems that the invocation from the second service is just ignored.
    What is strange is that if I reverse the order of the nodes (e.g.
    executed ALSBServiceB before ALSBServiceA) then, the ALSBServiceB
    executes while ALSBServiceA does not.
    It appears that in any process there can only be -one- successful
    invocation to ALSB, with all others being ignored. This is a pretty
    significant showstopper for us.
    Is this a known issue/bug/feature?--
    Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

  • Sync RFC call from BPM - message expired

    Hi guys,
    I have a scenario with BPM where I'm doing a sync RFC call to ECC and then I want to process the result. However, the processing of BAPI take approx 5 minutes and my messages get expired after 3 minutes.
    How to resolve this issue?
    Thanks a lot,
    Olian

    Hello,
    Problem might be at BAPI end.  Please check BAPI by executing with your set of inputs. If BAPI goes for exception for yoru set of input values.. you may not get response from R3. So you might have error..
    secondly.. Please post the error in the communication channel and errro in the SXMB_Moni as well.
    Thanks,
    subbu

  • Xml to client call from bpm

    Hi ,
    how does the client application receive the xml to client data from the
    bpm.Does the bpm use an internal jms queue or is there a direct call to the
    application .and what all does the client need to implement for the same .
    does the client need to have an event listener
    regds
    Ravi

    Hi ,
    how does the client application receive the xml to client data from the
    bpm.Does the bpm use an internal jms queue or is there a direct call to the
    application .and what all does the client need to implement for the same .
    does the client need to have an event listener
    regds
    Ravi

  • Message expired during sync call from BPM to ECC

    Hi guys,
    I'm doing a sync call to ECC during my BPM processing and it takes approx 2 minutes to the function module there to process the data. And since it takes so long I'm getting following exception for the message in SXMB MONI
    com.sap.aii.af.ra.ms.api.MessageExpiredException: Message xxxxxxxxxxxxxxxxxxxxx (INBOUND) expired
    Any ideas why does this happen and how to solve it?
    Thanks
    Olian

    Hi,
    Check this links
    Timeout when calling a RFC
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1430683750DB10832347498039929799End?blog=/pub/wlg/3802
    Regards
    Ramesh

  • BRM Webservice call from BPM as an automated activity in CE 7.2

    Dear All,
    A simple BRM ruleset is created and published as a webservice. The WSDL is available at NWA ->SOA Management-> Application and Scenario Communication-> Single Service Administration.
    The webservice test in WSNAVIGATOR provides the expected results.
    In the BPM process flow, an automated activity has been created for the webservice call. This activity contains the 'Service Interface' and 'Service Reference' of the imported WSDL.
    Issue:
    When the process is started, the BRM webservice call results in error. The error is not visible in the log but the process flow shows a green symbol on the automatic activity, thereby indicating that the webservice call does not end and the process remains in 'In progress' state.
    Can you please provide your inputs?
    Thanks,
    Pritish

    Dear All,
    The issue is resolved with the help of following document.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9009be68-1e9a-2c10-fd91-8f5fcb00474c.
    Regards,
    Pritish

  • Question about async scenario and WS call from BPM

    Hello All
    Scenario is: Asynchronous  SOAP to JDBC, via BPM.
    In BPM I'd like to call webservice to lookup some data. What possibilities woul'd you suggest in such case?
    Currently I'm trying to configure synchronous Sender step in BPM, but no lusk so far...
    TIA
    Best Regards
    Maciej

    <CONTAINER>
    <PROPERTIES>
    <OWN_ID>
    <INSTID>18A905447B381DEF98CCE1D8F0274B6F</INSTID>
    <TYPEID>CL_SWF_CNT_PERSISTENCE_XML</TYPEID>
    <CATID>CL</CATID>
    </OWN_ID>
    <PROPSTRING>2</PROPSTRING>
    <XMLVERSION>0002</XMLVERSION>
    <INTERNAL>X</INTERNAL>
    </PROPERTIES>
    <ELEMENTS>
    <A NAME="EXCEPTIONS:Exceptions:" TYPE="::SWFTRCMSGTAB:h:0:0" PROPS="2C00004" LTEXTS="EE000">
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_INBOUND</MSGID>
    <MSGNO>029</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>WS90000001</MSGV1>
    <MSGV2>0E71D960626711DFA4E318A905447B38</MSGV2>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_INBOUND=============CM007</SRC_PROGRAM>
    <SRC_METHOD>START_NEW_PROCESS</SRC_METHOD>
    <SRC_LINE>42</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_INBOUND_PERMANENT</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_INBOUND</MSGID>
    <MSGNO>029</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>0E71D960626711DFA4E318A905447B38</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_INBOUND_SP_START====CM001</SRC_PROGRAM>
    <SRC_METHOD>START_PROCESS</SRC_METHOD>
    <SRC_LINE>73</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_INBOUND_PERMANENT</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_INBOUND</MSGID>
    <MSGNO>028</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>000000000215</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_INBOUND_SP_START====CM00E</SRC_PROGRAM>
    <SRC_METHOD>EXECUTE_FLOWITEM</SRC_METHOD>
    <SRC_LINE>40</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_INBOUND_PERMANENT</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID/>
    <MSGNO>000</MSGNO>
    <MSGTY/>
    <MSGV1/>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_RUN_WFM================CM01X</SRC_PROGRAM>
    <SRC_METHOD>RUN</SRC_METHOD>
    <SRC_LINE>128</SRC_LINE>
    <TEXTID>3F6EF830F5055C38E10000000A155117</TEXTID>
    <EXCEPTION_NAME>CX_SWF_WFM_WIM_RETURN_ERROR</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWP</MSGID>
    <MSGNO>148</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>0000000028</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_WFM_SERVICE_CALL=======CM003</SRC_PROGRAM>
    <SRC_METHOD>EXECUTE</SRC_METHOD>
    <SRC_LINE>280</SRC_LINE>
    <TEXTID>3F6EF830F5055C38E10000000A155117</TEXTID>
    <EXCEPTION_NAME>CX_SWF_WFM</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWP</MSGID>
    <MSGNO>159</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1>0000000028</MSGV1>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_WFM_SERVICE_CALL=======CM007</SRC_PROGRAM>
    <SRC_METHOD>HANDLE_SERVICE_EXCEPTION</SRC_METHOD>
    <SRC_LINE>17</SRC_LINE>
    <TEXTID>3F6EF830F5055C38E10000000A155117</TEXTID>
    <EXCEPTION_NAME>CX_SWF_WFM</EXCEPTION_NAME>
    </item>
    <item>
    <T100_MSG>
    <MSGID>SWF_XI_ADAPTER</MSGID>
    <MSGNO>054</MSGNO>
    <MSGTY>E</MSGTY>
    <MSGV1/>
    <MSGV2/>
    <MSGV3/>
    <MSGV4/>
    </T100_MSG>
    <SRC_PROGRAM>CL_SWF_XI_SRV_SEND_SYNCHRON===CM004</SRC_PROGRAM>
    <SRC_METHOD>SEND_SYNCHRON</SRC_METHOD>
    <SRC_LINE>36</SRC_LINE>
    <TEXTID>16AA9A3937A9BB56E10000000A11447B</TEXTID>
    <EXCEPTION_NAME>CX_SWF_TSI_SP</EXCEPTION_NAME>
    </item>
    </A>
    <B NAME="_SWF_TRACE_ID::" TYPE="::SWFTRACEID:X:16:0" PROPS="2C00001" LTEXTS="EE000">GKkFRHs4He+X6mHMGewe+Q==</B>
    </ELEMENTS>
    </CONTAINER>

  • ** Is it possible to call a Proxy from BPM ?

    Hi friends,
    Our requirment is to take the thru JDBC (data required to create Sales Order) and call the Standarad BAPI 'BAPI_SALESORDER_CREATEFROMDAT2'. Since BAPI is not able to handle multiple sales order, we want to use this BAPI in inbound proxy and want to call from BPM.
    Since we want to call continuous BAPIs one by one, (Sales Order, Delivery, Invoice) we want to design this scenario using BPM.
    I understand that we are not able to create proxy for Abstract Interfaces. BPM only understands abstract interface. In this case, how do we call proxy from BPM? Is there any other possibility?
    Kindly reply friends.
    Kind Regards,
    Jegatheeswaran P.

    hey,
    yeah its possible..
    Check this.
    /people/vanita.thareja2/blog/2006/05/23/bpm-sending-message-asynchronously-and-getting-the-response-from-synchronous-system-using-abap-proxies
    These replies too..
    Proxy in BPM
    BPM file to ABAP proxy
    Thanks,
    Vijaya.
    Edited by: Vijaya Lakshmi Palla on Jun 4, 2008 5:32 AM

  • "A technical error during invocation : Could not invoke service reference" Error message while calling a service from BPM

    Hi Experts,
    We are facing a issue while calling a Automated activity from BPM process, the process gets suspended and the BPM logs says "Process XYZ suspended, A technical error during invocation: Could not invoke service reference name fdhueoegghejietyhsjk6886 Component name ABC " We have already checked the mapped service reference and provider system. Gone through the below link, but no help.
    http://http://wiki.scn.sap.com/wiki/display/TechTSG/Sending+a+message+from+SAP+NetWeaver+BPM+process+to+PI+fails+via+automated+activity?original_fqdn=wiki.sdn.sap.com
    Any pointers or suggestions to fix up this issue will be highly appreciated. Thanks in advance.
    Regards,
    Mohit Jaju

    The details/ID in NWDS Service Reference must exactly match the SOA configuration. Sometimes it's possible you have changed the reference or the group itself and something changed to become mismatched.
    It's possible they don't match - but the SG itself will show green in NWA since the service exists and responds on the target system. Does the ID listed in the error match what is shown in the NWDS project?
    regards, Nick

  • Calling a web service from BPM without using bridge S/A

    Hi Experts,
    I want to call a web service from a BPM and I want to call it asyncronously. That is by having my request and my response as a separate interface.
    I already did it by calling another BPM, this one with a bridge, but I don't like this solution.
    Any ideas?
    Regards
    Gonzalo

    Hi Sanjeev,
    EDIT: I was wrong, I have to reconsider your scenario.
    Leela,
    Watch this:
    http://img74.imageshack.us/img74/3536/presentacin2vm9.jpg
    The points of my scenario:
    -There's a BPM
    -Send and Receive in BPM have to be asynchronous
    -It have to comunicate with a WS wich is synchronous
    -I thought that, may be, playing with the receiver SOAP adapter modules I will achieve to send the response to another SOAP adapter, a sender one, and then have my ASYNC/SINC scenario as it's described here: File - RFC - File without a BPM - Possible from SP 19.
    Regards
    Gonzalo
    Edited by: Gonzalo del Castillo on Nov 20, 2008 11:29 AM

  • Call sync BPM from Async BPM - issue

    Hi,
    Outline: I'm trying to call a synchronous BPM from an asynchronous BPM in a PI 7.0 SP 14 system.
    When doing so i get the following error: Object CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON cannot be executed.
    Now this is an oldie when searching the forums for this error message. I do however fail to see a solution to the problem.
    Note that the following notes (referred to in similar posts)
    - 710445
    - 718734
    - 830803
    are implemented since theese refer to older versions of PI.
    My scenario is very simple at present since i've startet from scratch again after getting the error. So what i do is:
    1) send async message to async BPM
    2) async BPM receives request
    3) async bpm transform request til sync_request.
    4) async BPM calls synchronous BPM
    5) sync BPM receives request and opens a async/sync bridge
    6) sync BPM maps request to response
    7) sync BPM sends response and closes async/sync bridge
    8) async BPM reveices sync_response
    9) async BPM sends sync_response to some application
    Now step 8 i never succesfully executed. Instead the error earlier described is triggered.
    For simplicity i use 1 and only 1 message type in all message interfaces. I have mapping between my synchronous interfaces outside of BPM.
    The synchronus BPM is executed just fine. The only issue is getting the reponse back to the asynchronous BPM.
    I am familiar with the following similar posts:
    - Object CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON cannot be executed
    - Problem in posting the data in the syncronous mode
    but find them to be of no use.
    Hope someone can help.
    Best Regards,
    Daniel

    Daniel Hans Engsig-Karup wrote:First you do not need any bridges if it is asyn/sync kind of a scenario in the second BPM. You need a bridge when the bpm has to wait with a sync call coming in and response in an async call. Essentially your BPMs (I donno why you need 2.. but let us go with 2)
    >
    >
    > 1) send async message to async BPM
    > 2) async BPM receives request
    > 3) async bpm transform request til sync_request.
    > 4) async BPM calls synchronous BPM
    > 5) sync BPM receives request                        
    (Remove this if you are calling a sync system here) and opens a async/sync bridge
    > 6) sync BPM maps request to response
    > 7) sync BPM sends response
    Remove this and closes async/sync bridge
    > 8) async BPM reveices sync_response
    > 9) async BPM sends sync_response to some application
    >
    VJ

  • Synchronous SOAP call from XI without BPM....

    Hi All,
    Is it possible to use the (File - XI - SOAP) Synchronous SOAP call from XI with out BPM. to trace the error messages. If yes then how it can be achived in XI.
    Thanks,
    Jane

    Hi,
    You will get either a system error/application error raised if there is a problem processing the SOAP request without the need for BPM.
    You can then raise an alert from the RWB if this occurs.
    If all is OK with processing, you will get the standard chequered flag.
    Cheers
    Colin.

Maybe you are looking for

  • How do I Print eBay shipping labels from iPad

    My wife sells on eBay.  She is not a big time seller but sells 20 to 30 items per month.  She does everything from creating the listing to taking the photos for the listing on her iPad Air. The final step is printing out the shipping label, but can't

  • 6500 Classic contacts problem

    Hi there, I recently updated my firmware to v 06.61. This apparently removed all of my contacts from the phone. When i connect to PC suite however, it brings up all of my old contacts again. I didn't perform a backup before updating. When I check the

  • Mail submission service on 2007 SP3 , does not start.

    Hello, I have two Exchange servers 2007 SP3 over Windows 2008 R2. One of them is a combination of the Client Access + Hub transport, and the other only holds the Mailbox role. Whenever I start up the Mailbox server, the service "Mailbox submission se

  • Re enable dequeueing for expired messages in AQ

    Dear all, I need to reprocess expired messages in an advanced queue. Is there a script that allows either to retry dequeuing or to re insert/enqueue again the messages? The creation script of the queue follows: BEGIN   SYS.DBMS_AQADM.CREATE_QUEUE    

  • Sort speed up in CPU intensive simulation

    I am running a simulation in which I do sorts embedded in sorts in each trial. This simulation runs 5 times faster in FORTRAN on an Ultra 5 than in Java (I use Sun's FORTRAN compiler with the -fast compiler option and I use whatever SDK is distribute