Synch send from BPM

Hi all,
I have a synchronous send step to a webservice from my BPM.
I am getting the error com.sap.aii.af.ra.ms.api.DeliveryException: No response available. after 3 mins the call is made.
My webservice would take some time to response hence i would like to increase the timeout threshold. Any idea how how can i achieve this?
I have set the variable XMBWS.Timeout in Soap Adapter Module to be 10 mins however i am still getting that error in moni.
Appreciate any help.

Hi
After increasing the time out this should be solved. IF not then the problem is target system downtime or network and that you cannot control. At max you can schedule automated restart of failed messages
1. IS_ENTRY - change the number of retries  TUNING IS_RETRY_LIMIT
2. A mass restart by scheduling RSXMB_RESTART_MESSAGES
Thanks
Gaurav

Similar Messages

  • BPM RFC synch send step

    Hi
    I am using RFC synch send step with in parforeach block in BPM. do I need to activate correlation to correlate synchronous request and synchronous response for RFC synch send step ?
    Please let me know if you have any ideas on this.
    Thanks
    Anand

    Hi Michal,
    Thanks for the reply.
    In SAP help I found the statement made below.
    Activating a Correlation
    An asynchronous or synchronous send step can activate correlations. This can be useful in the following cases:
    ·        Synchronous send step
    A synchronous send step waits for a reply message to be received. On receipt of this reply message,
    correlations can be activated to correlate additional messages.**********************************Any idea on highlighted sentence...
    Thanks
    Anand

  • Sending Email from BPM

    Can anybody explain the process to send an email from BPM: (I must use BPM)
    Scenarion in BPM:
    1) RECEIVE step receives File
    2) SEND step sends the file
    3)* Need send to send an email based on the flag in the file recived in step 1.
    <b>My difficulty:</b>
    1) <b>How to receive the email content into BPM?</b>
    2) When I try to receive the email content usng RECEIVE step in SWITH, it is asking for <b>CORRELATION</b>
    3) I Defined a correlation in the first RECV STEP on the SUBJECT of the email
    4) I am getting an error in SWITCH statment saying the condition I am using is invalid (flag in the file)
    <b>My Design:</b>
    RECV>SEND>SWITCH(File flag: 0 OR 1)
    I am totally confused as to how to send an email from BPM.
    Using SWITCH
    Any help is greately appreciated..

    Hi Venu,
    What i understand is that you are receiving one file and then sending the file as well as sending mail.
    So here you can avoid using BPM.
    But still if you want to use..
    Corelation is also not required in this case since you will be receiving files only once in your BPM.
    You dont need switch.
    We use switch when we have a situation where messages are coming from different systems and any message can trigger the BPM.
    Are you receiving the email content in the first receive?
    Regards,
    Sumit
    Message was edited by: Sumit Khetawat

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

  • Unable to convert sender service(BPM) to an ALE logical system

    Hi All,
    I am working on simple File to File Scenario where XI picks the File and process thru BPM and sends the file to R/3 Application server and wait for SYSTAT STATUS IDoc for the acknowledgement from R/3 System.
    My scenario is working fine by receiving the STATUS IDoc and closing the BPM instance.
    But later I am getting System error message as below:
    Unable to convert sender service (BPM) to an ALE logical system
    Any clues in this case?
    Thanks in Advance.
    Regards
    Sudha.

    Hi Rajesh,
    1. I am receiving the file into BPM and after validation Iu2019m splitting the file into multiple files.
    2. Each split file sent to R/3 Application Server(by activating the correlation with the filename)
    3. BPM will wait for SYSTAT STATUS IDoc (by using correlation with the filename) from R/3 System  
        for acknowledgement purpose. After receiving the respective STATUS IDoc (with the filename) then 
        BPM will close the instance.
    4. If the STATUS IDoc not received with in specified duration an alert will raise and close the BPM 
        instance.
       So we are not sending the STATUS IDoc data to Sender system.
    Regards
    Sudha.

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

  • How to initiate the call JDBC_Sender adapter from BPM?

    Hello,
    I have a periodicall proccess in BPM. After receiving some message in BPM  I check some fileds of the message.If condition is true I need to initiate SQL request to external DB, to receive the message and send it after transformating to SAP.
    How to initiate the call JDBC_Sender adapter from BPM? As I understand I need to use JDBC Sender adapter and once.
    How to construct the correct BPM?
    Thank You

    the message comes into BPM. You check for some conditions and if true use a send step (Sync) that would query into DB table and as a reponse retrieve the related data. After the send sync step have the transformation step and another send step to SAP.
    U would not configure sender jdbc but u wud need to config for recv jdbc. this wuld service the request and in response return the set of data from the table
    Message was edited by:
            Prabhu  S

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

  • Not receiving the output xml file from BPM

    Hello
    I am doing a scenario where I'd be sending two files in text format to the BPM workflow which would be using Fork and Correlation to merge these two files into one file and send the output xml file as receiver. Problem is that the two files are successfully converted into the xml messages and are displayed in SXMB_MONI but the output file which would be received from BPM engine as receiver is not being generated and displayed in SXMB_MONI as well as RWB. Please suggest any probable solution.
    Thanks.

    I don't think you can manipulate .ai files in Flex /
    AIR.

  • Sync send in bpm and Exceptions raised

    Hi,
    I am using sync send step twice in ASYNC/SYNC bridge,once for database server and other one is for webserver.Wht kind of exceptions can occur for database connection failure and how i should catch in bpm.Please send me if any blogs are there.
    Thanks
    Best Regards,
    Harleen Kaur Chadha

    Generally Synch send is used to call your reciever system synchronously (ie You are sending request and response at the same instance).You have to create a synchronous abstract interface in Message Interfaces and select that interace in Synch send step. You have to provide Input and output parameters also......
    Check this for EX:
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

  • Sync Send in BPM

    I got a existing BPM.
    I want to add sync send in BPM. How can i do this?.
    What are the steps for adding Sync send?......

    Generally Synch send is used to call your reciever system synchronously (ie You are sending request and response at the same instance).You have to create a synchronous abstract interface in Message Interfaces and select that interace in Synch send step. You have to provide Input and output parameters also......
    Check this for EX:
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

  • Message in Alert from BPM

    Hello
    I have control step that sends Alert. The messasage contains BPM containers as &varilable&.
    Alert catergory has been defined in ALRTCATDEF with Workflow type but I don't see a message from BPM in Alert Inbox.
    What do I need to add into my alert category in order the message is to be displayed in Alert Inbox?

    Hi,
    I have the same problem as Denis. I created an alert category with dynamic text. As alert classification I have set WEBFLOW (this type wasn't part of the standard  classifications, so i created it). In my BPM I trigger the alert within a control step. The alert is thrown, I can see it in the alert inbox, but without description an without long text. As short text I see the name of the category and the string  "(Die auslösende Anwendung hat Sie als Empfänger bestimmt)".
    Can anybody help to fix my problem?
    @Denis: Have you solved your problem? How?
    Regards,
    Thomas

  • Emails that I send from my iMac do not appear in the icloud sent box.

    Emails that I send from my iMac do not appear in the icloud sent box.  Is it possible to have the sent folders in synch between my imac and the icloud?  Thanks for any help.

    You can check the form history settings.
    *Tools > Options > Privacy > History: "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    The website may be using autocomplete=off in that field to prevent Firefox from saving and filling that data.
    You can remove autocomplete=off with a bookmarklet to make Firefox save form data.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • Message not sent from BPM

    Hi,
    I have modeled a BPM in which Idoc is received from ERP and it is sent to CRM.
    When I see in SXMB_MONI, I find a message with PE as outbound. The Workflow shows it is completed and the last step in Workflow is "Send message Asynchronnously" with Workflow result "Transfer message to Pipeline".
    But the message is not received in CRM. When I displat the message in SXMB_MONI, I find the following:
    1.Original Message
    2. Acknowledgement
    3. PE_Adapter
    When I go to the 1st and third message, The last step it is stuck up is "Call Adapter". But later nothing has hapenned.
    Anyone has any idea regarding this.
    Thanks,
    Prasanna

    HI Faulhaber,
    I used Process view and it only shows the message recived from Source to BPM. But no message exists which shows Message sent from BPM to Destination.
    But Workflow log shows Message Sent asynchronously.
    May be I think there is some problem in configuration.
    Thanks,
    Prasanna

  • ** Start a workflow from BPM

    How do we start a workflow from BPM ? (For example, to send messages to that workfolw and receive messages like these purposes)
    Kind Regards,
    Jeg P.

    hi jeg.
    here some blogs and pdfs about BPM to understand how to use it
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    Many other examples can be found under the following link at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    And some weblogs
    https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    /people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps *****
    Hope helps
    Rodrigo

Maybe you are looking for