Synchronous Sending followed by Transformation

Hi All,
In my problematic business process, a synchronous sending step is used to send a request to a web service and get the response of the web service. A following transformation step converts the received response message to another message. Error occurs in this process.
If I doesn't use the response as the input of the transformation, no error occurs.
It seems that there's some problem in the response message. But that message can be correctly sent in a send step (close S/A mode).
The error message is like this:
  <?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="1">
  <SAP:Category>XIServer</SAP:Category>
  <SAP:Code area="INTERNAL">PL_TIMEOUT</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Pipeline timeout condition satisfied</SAP:Stack>
  <SAP:Retry>N</SAP:Retry>
  </SAP:Error>
Does anybody have similar experience?

Hi
Go thru these blogs
https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
/people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi
Chk did u followed all the steps from these blogs.
Regrds
Arpit Seth

Similar Messages

  • Synchronous Send Step

    Hi
    Can someone tell me about sync send step in detail
    because in my scenario I am using a sync. send step and the other end is oracle database which uses a SP(stored procedure) for updation.
    problem is that I am able to see updation process successfully in the database i.e.the adapter says processing successful.
    but after certain amount of time the send step in the sxmb_moni shows error
    I think the problem is with the return flag that I am using as an acknowledgement
    which is sent by the SP, any suggestions pls
    Ranjit

    Hi,
    This might help you
    Synchronous Sending followed by Transformation
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm
    Re: Sync - Async Bridge
    Regards
    Agasthuri Doss

  • Synchronized Send for getting results from the database

    I am new into XI. I have a scenario where id will be read from a file, a selection to be made from database and the results written to a file. I have created a BPM
    receiver -> synchroizedSend(JDBC) -> Send
    Please suggest me how to use Synchronized send to execute a query and getting the RsultSets.

    Hi
    Check this relative thread for the synchronous send step
    Synchronous Sending followed by Transformation
    were can i see synchronous send in the BPM editor
    Message was edited by:
            Anusha  Ramsiva

  • Error when Splitting the Message in Synchronous Sender -BPM

    Hi ALL,
    I has the following Integration Process:
    Receiver-----Synchronous Sender--
    Sender(async)
    When iam trying to Split the Message in Synchronous Sender
    where the receiver for Synchronous send message is a HTTP adapter iam getting the following Error in SXMB_MONI
    "Messages in multi message format can be sent to one adapter engine only ".
    Is there any solution for this?Its urgent
    Is there any solution that can split and send the messages individually to the HTTP  so that i can Split the message inside a BPM and use the BPM to send each individual message seperately.
    Please Help me in this Issue its Urgent
    Thanks
    YeswanthRaj

    Use a transformation step to split the message then use a Block with par for each option and have the sync send in side it. Then send this asynchronously to the system you want to send it to.
    VJ

  • Synchronous Send step showing errors in process designer

    Hi All,
    I have few questions in using a synchronous send step in
    BPM.
    Can I use a synchronous send step without opening Sync/async bridge.
    When is the sync/async bridge opened?
    Scenario:
    File async --> XI (receive async) --> sync send step to J2ee application (HTTP post) --> async response send to File
    Sync Abstract Interface:
    Input:
      Message type (same as outbound)
    Response:
    Message type (same as Http response)
    When I use the synchronous step, I see errors in the process designer saying
    Message to be sent and synchronous interface are not of the same type.  This happens for both request and response message.
    Please help me.
    Regards,
    Meher

    I think the Problem is with the INTERFACE Determination.
    You need a BPM for the above scenario, but not a Sync/Asynch Brindge
    In BPM
    Step 1 : Receive from File 1
    Step 2 : Do Transformation from File1 format to J2EE Request Format
    Step 3 :  Send a Synchronous send Step to J2EE
    Step 4 :  Transform the HTTP response to your File2 Format Response
    Step 5 :   Send the Response to File2
    Interface Determination
    File1 to j2ee Request
    J2ee Request/Response To  J2EE Request/Response
    J2ee Response to file 2
    Please check your Interface determination very closely.

  • ERROR IN BPM Synchronous Sender-Urgent

    Hi ALL,
    I has the following Integration Process:
    Receiver-----Synchronous Sender--
    Sender(async)
    When iam trying to Split the Message in Synchronous Sender
    where the receiver for Synchronous send message is a HTTP adapter iam getting the following Error in SXMB_MONI
    "Messages in multi message format can be sent to one adapter engine only ".
    Is there any solution for this?Its urgent
    Is there any solution that can split and send the messages individually to the HTTP so that i can Split the message inside a BPM and use the BPM to send each individual message seperately.
    Please Help me in this Issue its Urgent
    Thanks
    YeswanthRaj

    Hi YeswanthRaj,
    you have to use the send step in a block with mode:
    ParForEach or
    ForEach.
    You cannot send a multilieContainerElement!
    See: http://help.sap.com/saphelp_nw04/helpdata/en/f6/e1283f2bbad036e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ce/bb2c421f3fda2ce10000000a1550b0/content.htm
    You have also a sample in your integration repository; See SWC: SAP BASIS
    BPM: MultipleFlightBookingCoordination
    Regards Mario

  • Fault message in synchronous send step in BPM

    Hi,
    When executing a synchronous send step in BPM it is possible to handle application errors (fault messages) with an exception branch. But how do you get hold of the actual data in the Fault message(faultText, faultURL, faultDetail etc) for further processing (mapping)?
    Kind regards Johan

    Johan,
    u have to define another container element in integration process.
    For that container element an Async Abstract interface has to created with falult message as the message.
    Do u have the fault message defined already...
    Also go through this thread.
    Fault message handling in BPM
    -Naveen.

  • BPM Error: Synchronous Send Step

    Hi All,
      I am getting the below error in the synchronous send step of my BPM.
    Interface urn:Haworthinc.com:India_Tax SIAA_IndiaTax_DBSelect_TICUSEXT has multiple operations
    I am trying to send a query and get data from a table in this step. I have an abstract synchronous interface attached to this step and I have an inbound synchronous interface at the configuration side as the receiver for the BPM sync. interface.
    The errored out interface is the abstract interface used as the response message at the BPM sync step.
    Does anyone has encountered this before?
    additional error info)(
    Work item 000000364714: Object CL_SWF_XI_MSG_BROKER method SEND_SYNCHRON cannot be executed
    Message no. WL821
    Diagnosis
    The calling of the object method for the work item ended with a return value for which no handling is modeled in the workflow.
    System Response
    The work item was forced into the error status.
    Procedure
    Refer to your workflow system administrator.
    Procedure for System Administration
    Also check the binding between the task container and the method container.
    Appreciate your help!
    Regards,
    Shiny

    Hi,
    e urn:Haworthinc.com:India_Tax SIAA_IndiaTax_DBSelect_TICUSEXT has multiple operations
    Are u using 7.1 versin of PI, if so can u check if u r consistently using operation name in interface
    Babu

  • Synchronous send step from ccBPM

    Hello Experts,
    I'd like to ask you if you have an idea how to configure synchronous send step from ccBPM. So scenario is quite simple:
    1. async start of process
    2. sync send to system A
    3. continue of process
    What I already did is:
    I define abstract sync interface everything including names is the same as target sync service interface. Then I define async abstract SI with a name of Request Message type and async abstract SI with a name of Response Message. I of course use Receiver From property set to Send Context...
    In monitoring it looks like this: I successfully call sync interface, but the way back???... First of all process does not wait for response but continue with other steps and response doesn't not have service interface, namespace and receivers properties set(service, interface, namespace)...
    Does anyone already face this problem or do you know how to send sync message from ccBPM in PI 7.1?
    Many Thanks,
    Milan

    A BPM cannot process further without receiving the response message of the SYnc Send......
    In the req and resp tabs of the Sync Step of BPM you have to use the correspoding Container Variables (which you have defined with the ABS Async Req and Resp MIs).
    I am having few Sync steps defined in some BPMs on PI7.1 and all are waiting for the response and then only proceeding....if any error then BPM wont progress (rather should not).....below are the settings of my Sync Step:
    Mode: Synchronous
    Create New Transaction: Unchecked
    Synchronous Interface: FileDetails_sync_AI
    Request Message: Container variable for Req MI
    Response Message: Container variable for Resp MI
    Receiver From: Send Context
    Regards,
    Abhishek.

  • Synchronous Send in BPM restartable?

    I have a XI scenario with BPM,
    in the BPM, there is a Synchronous send (calling BAPI in another R/3 system - RFC receiver adapter),
    the problem is:
    in case of failure due to target system unavailale, my scenario fails (Sync send fails - while calling BAPI),   is there any way by which i can resend this message or restart the scenario from this point,
    pls help,

    Hi ,
    We can resend the message from the particular point in BPM using Reconciliation concept in BPM once the application errors or system errors would be corrected.....
    Check this one....
    /people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm
    Thanks,
    Sekhar D

  • Were can i see synchronous send in the BPM editor

    were can i see synchronous send in the BPM editor
    i can see the send and receive ast the left top
    but could nt find out synchronous send

    Hi,
    When u select Send step, it is by default selected as Asynchronous. U may deselect it and select Synchronous there in the same step (Properties Window on right)
    Regards,
    Prateek

  • Sync Send step after transformation step in BPM

    Hi Gurus,
    I have an interface where I am loading the data into an Oracle database and getting the response back (insertcount) from the database. Based on the response, I have to execute a stored procedure in another sync send step.
    I am doing perfectly alright until the transformation step. The sync send step after this step has the following entries.
    Sync interface: MI_LG_SP_INPUT_ABS
    Request Message: sp_lg_rec
    Response Message: sp_lg_snd
    While doing 'check(F7)', I am getting the following error.
    <b>Interface MI_LG_SP_INPUT_ABS for element sp_lg_poc_step2 is not abstract/asynchronous</b>
    The request message for this sync send step is the target message of the transformation step.
    This error is bugging me since 2 days. Please help me with this.
    Thanks
    Kalyan

    Sravya,
    I know what I did now. For my send sync interface which is MI_LG_SP_INPUT_ABS, I have unnecessarily created a container element and which caused this problem. From your post, I rechecked it and found that I don't need a container element for my abs/sync interface as I already have container elements for request and response which are abs/asynch.
    I gave you full points, thinking that you will come for my rescue in the future (just kidding!!!).
    Thanks again,
    Kalyan

  • Category in synchronous send in BPM

    Hi all,
               I am doing a BPM and in that I need to make asynchronous send.I have used a synchronous Abstract interface for that but In container I cant understand what i need to specify in category as I am not finding the synchronous msg in abstract msg list.
                       Please help

    Hi Abhishek,
    You won't be seeing any Synchronous Interface in your Container. Please follow the below steps in order to make your scenario working.
    Step 1. Add the Synchronous Abstract Interface in the "Synchronous Interface" Properties of Sync Send Step.(I guess you would have already done this)
    Step 2. Now In the properties of Sync Send Step you can see two messages, one for request and one for response.
    Step 3. Create two Asynchronous Abstract Message Interface, one with the message type as that of your Output message type (which you would have used in your Synchronous Message Interface) and another with the Input message type(which you would have used in your Synchronous Message Interface).
    Step 4. Now add these two abstract interfaces in your container variable and add the same in the properties which I have mentioned in Step 2.
    This will work perfectly and will solve your problem.
    Please reward point if find helpful
    Thanks
    Amit

  • How to add a Wait Step in BPM for the synchronous send step

    Hi,
    we have a scenario where in one of the step in BPM is a synchronous step which sends data to ECC system and gets the Respose .
    The Requirement is that we need to add a wait for the Synchronous step in BPM as the data sent to RFC(ECC) need to get comitted before sendng the response which requires some wait time.
    Currently we are getting the Response to PI from ECC where it was reported as the response is not correct.
    Is this possible to add wait

    > Is this possible to add wait
    No, this does not make any sense.
    The BPM waits for the response anyway.
    You could change the scenario to an asynchonous pair of messages.
    But in my opinion the error is inside the ECC, because the response from ECC is not correct.

  • BPM synchronous send step - Fault message extraction

    Hello Experts,
    I am developing a BPM with Asynch RFC -> synch Webservice -> Asynch RFC scenario.
    I have defined fault message in the synchronous interface used in the send step for web service, and also defined
    exception branch where an alert is thrown.
    In the alert, i want to send the fault text from the fault message. How can i do that??
    Thanks

    Hi Mona,
    SOAP adapter doesnt support fault messages.
    check stephan's reply @ How catch the SOAP Fault Message ?
    > SOAP adapter does not support fault message.
    > Any fault is treated as error.
    > fault messages are only supported for XI messages (ABAP or Java proxies) and RFCs.
    Fault message handling is not possible inside BPM.

Maybe you are looking for

  • AirPlay between Mac and Apple TV

    Hi there, I just bought Apple TV and I am trying to connect my Macbook Pro (2012 model) to Apple TV. I know that I have to go to AirPlay, but my computer does not give me the option. I go to system preferences, settings, and I am not given an option

  • How to get new value from VO through CO?

    Hi, I have several tab in Po page. In the Lines Tab I change some values that I want to get in Distribution tab. This values aren't in the DB. How can I get it? I tried the following code but it didn't work                          OAViewObject PoLin

  • Batch White Balance using a reference pixel?

    Hi, I have shot a time lapse image sequence that includes change from day to night & vice versa. The automatic white balance produces unsatisfying results. Since it's always the same scene, what I would like to do is this: Select one pixel in one of

  • Developer Trial CD Key

    Hi, I have got a book for which i got a Trial CD which requires authorization key & it redirects me to the following link: http://www.oracle.com/technology//developer.htm but when i click the button is says: Sorry, this page was not found (Error Docu

  • Garageband app will not load on my ipad.

    garageband will not load on my ipad. The icon says loading. I have 2 icons on my itunes where I install my ipad apps. One says loading and the other is fine.