Set Queue dinamically in Send step

Hi,
Does anyone know if it is possible to set the queue name for EOIO processing in a send step of a ccBPM dynamically?
Thanks
Rodney

Hello,
You can do a scneario  EOIO without CCBPM as well and infact that is a good option in order to avoid performance issues.
Steps: -
Do your scneario as usual.
but while configuring the INTERFACE DETERMINATION please select your 2 operation mappings and then check the radio button...known as "MAINTAIN ORDER AT RUN TIME"....
Purpose: -
If you select this option then it ill matain an order at the INTEGRATION ENGINE the mapping will gets executed at same time but at ADAPTER ENGINE LINE at runtime it maintains order at runtime..that means untill the FIRST ADAPTER lets say Ex; - JDBC is successfully posted the data into the database then corresponding 2nd adapter lets say FILE will not post/ create  the RETURN CODE file it will be in HOLDING state,
Testingl_
Even u can test this scenario by stopping the first JDBC channel and then go ahead  and execute the scenarion Difinetely that file adapter is in Holding untill the first adapter s succeeded.
Regards
Amar Srinivas ELi

Similar Messages

  • Queue name in Send Step

    Hi,
    I was looking at an exisiting BPM scenario where a send step has been given with a queue name.
    The send step actually sends the idoc to ECC via receiver idoc communication channel,
    I was wondering how this process works where giving a queue name in the send step automatically assigns the queue id in the message monitoring as well as in ECC.
    I can see that the idoc has been arrived in that particular queue name in ECC.
    Please also note that that receiver idoc communication channel queue processing option is not enabled.
    Regards
    Krish

    Hi Raja,
    The help documentation just specifies that we can give our queue name and would be delivered in sequence.
    My question is whether the queue name specified in send step automatically creates the queues in XI and ECC.
    Cos, the interface where I was looking on had the same queue name in ECC using the transaction weinbqueue.
    Regards
    Krish

  • Problem with EOIO in BPM Send Step

    Hi All
    We have 3 async send steps one after the other and it must be EOIO.
    Even after giving the same Queue Name (EOIO) in all the 3 Send Steps it is working as EO.
    Do we need to do any more configurations ??
    Will this Queue Name appear in XML monitoring ??
    We are on XI 3.0 SP15.
    Thanks in Advance.
    Regards
    Chemmanz

    Hi,
    The messages persisted in the BPM can be sent to many receivers.
    So, whenever we configure a BPM, in our scenario, the BPE assumes that the messages coming in to the BPM instance, could be sent to many receivers.
    The QOS EOIO, does not support sending the same message to mutiple receivers.
    However, with QOS EO, the message is duplicated and sent to multiple receivers.
    Now, since, the BPE assumes that every message coming in, is sent to multiple receivers, it uses the QOS EO, no matter what QOS was set before.
    Regards,
    Smitha.

  • How to set up ical to send email AND message alerts by default

    How do I set up iCal to send me an email alert and a message with sound 15 minutes before the event by default so that I don't have to remember to do this everytime I add an event in iCal (which by the way I can't remember)?
    Thanks for your help.

    Why not search for iPhone setup instructions on these forums?   I have posted exact step by step instructions or configuration summaries at least three times in the past 6 months on this topic.
    Here's one ....
    http://forums.verizon.com/t5/Verizon-net-Email/Ito​uch-is-connected-but-can-t-get-email-to-work-from-​...
    The above one specifically deals with Verizon mail via the Yahoo portal.   For Verizon regular mail you would modify as follows:
    POP Account Information
       Name: Joe User
       Address:  [email protected]
       Description: Verizon
    Incoming Mail Server
       Host Name:  incoming.verizon.net
       User Name:  [email protected]
       Password: ******
    Outgoing Mail Server
       SMTP outgoing.yahoo.verizon.net    ->
          Primary Server  ->
             Host Name: outgoing.verizon.net
             User Name: [email protected]
             Password: ******
             Use SSL:  Off
             Authentication:  Password
             Server Port:  587
    Advanced
       Deleted Message
          Remove: After One Week
       Incoming Settings
          Use SSL:  Off
          Authentication: Password
          Delete from server: Never
          Server Port: 110

  • Regarding send step in bpm--"send context"

    i want to use the send step in my bpm with send context.
    The send context is a freely definable string, which you specify in the send step. You query the send context in a condition in the receiver determination in the Integration Directory. You must specify the send context to be able to send messages from the same message interfaces to different receivers in different send steps.
    but i did n't understand regarding the explanation given above.
    could u plz help me out

    Hi
    When you use Receiver determination step in BPM to get a list of receivers for a send step.
    You need to define send context to send messages from the same interface to different receivers in different send steps. As list of receivers is collected using receiver determination.
    Now you can use this to set condition(send context) based receiver in ID Receiver determination.
    Thanks
    Gaurav

  • Send Step RFC Problem

    I have a Send Step in a BPM that must execute (Sync) a FM to create a notice and return the number, via Monitor I am not see the execution of the FM only the previous Receiver Step and the next Async Send Step, but via Workflow Log I can see the Sync Send Step as "Step Completed", in the Step Configuration I have the following:
    Synchronous Interface: mi_as_avisoEst
    Request Message: mi_aa_avisoEst
    Response Message: mi_aa_avisoEst
    I am using the same Abstract Async Interface.
    No correlations.
    Any ideas?

    If it's working as it should and the only issue is that you can't see the synchronous messages in SXMB_MONI, go to SXMB_ADM -> Integration Engine Configuration -> Specific Configuration and set parameter LOGGING_SYNC with value '1' (default is '0').
    Check /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni for more details.
    Regards,
    Henrique.

  • BPM - Send Step to HTTP - How to capture the error?

    Hi gurus,
    I have a BPM with a Send Step that connects to an http server. I need the following:
    - If the HTTP returns code 200, end the BPM
    - If the HTTP returns another code, wait 5 minutos and try the send step again.
    I've made a LOOP with a flag. Inside the LOOP I have a BLOCK with an exception branch.
    In the send step I put in the field "system error" to go to the exception branch and in the exception branch i'm setting my flag to do the loop one more time.
    My problem is that the Send Step is not triggering the exception branch! The http returns 405 or 504 and it continues like everything is okey.
    Can you help with this?
    Thanks in advance !
    MD.

    Hi Ramakrishna,
       Once you create the session, Process the session using
    the report RSBDCSUB using submit statement.
    It would list out the erroneous records.
    Hence, while submitting, just say submit RSBDCSUB in background and export output list to memory.,
    Then you can retrieve the list from memory using the FM LIST_FROM_MEMORY into the internal table and finally send the email by the fm you have already mentioned.
    Regards,
    Ravi

  • Sending step in Integration Process waiting for Acknowledgement infinitely

    In process I had to send an MATMAS, CLFMAS and CNPMAS. The data for
    this IDoc comes in one message from third party system. So, my
    Integration Process has receive step (to collect a data), and three
    send-steps (for MATMAS, for CLFMAS, for CNPMAS), one by one. The
    receive-step catch an inbound message and then (without transforms)
    send this message to each of this three send-steps in Asynchronous
    mode. The inbound message transforms in Interface Determination to
    IDoc. Three steps, one Interface Determination with three conditions,
    that looks
    like «ProcessStep=send_matmas», «ProcessStep=send_clfmas», «ProcessStep=s
    end_cnpmas», and in this place I set a mapping to transform inbound
    message to IDoc. All send-steps has property Acknowledgement, which set
    to Transport value. So in first send-step MATMAS goes to R3, then R3 in
    response send ALEAUD IDoc (trans WE05 shows an incoming MATMAS and
    outgoing ALEAUD); ALEAUD comes to XI (trans IDX5 shows inbound and
    outbound messages), but ALEAUD didnu2019t transforms to XI Acknowledgement.
    And there is no any CLFMAS or CNPMAS, because all processes sleeps in
    their first send-steps (trans SWWL shows a many STARTED processes).
    Each send-step waits for event u2018SEND_OK_TRANSPORTu2019. Moreover, if I use
    trans sxmb_moni to monitor this situation and if I press refresh (F5
    button) every time, sxmb_moni every time requests a status of
    Acknowledgements, XI transform ALEAUD to Ack, send-step in process
    catch this status, process wake up and moves to next send-step (which
    sends an CLFMAS and waits for Ack). By continuously pressing refresh
    (F5) in sxmb_moni all process becomes COMPLETED (trans SWWL), all
    ALEAUD transforms to XI Ack and all IDocs goes to R3. But pressing F5
    itu2019s not a solution for integration.

    Hi Igor,
    I dont think your manual refresh changes the status . The status changes is the status change of GUI . The system will take how much so ever it needs to take and not as per your manual refresh.
    Regards
    joel

  • How to handle error in Syncrounous Send step in BPM.

    Hi All,
    i am inserting the data into target database and getting the response from the target database in to XI(BPM) here i am sending the data as a bunch(packets), i mean i am splitting the recods into packets and inserting these packets into target database through Sync Send step... now my problem is how can i handle if any of the packet(one set of bunch recors) was fail, how can i handle this exception.
    Thanks in advances for your suggesions and solutions which came by your huge experiences.
    B'rgrds,
    Srinivas

    Since the requirement is to catch the Exception proceed as:
    Include a Block in your BPM --> Include the Send Step -> Right-click on the Block and choose insert Exception Branch> In the Exception Branch inlcude the logic that you want to implement in case of error.
    Possible Exception Handling logics:
    1) Send email to support personnel notifying him of the error and let the remaining process continue
    2) Send email to support personnel notifying him of the error and cancel the process
    3) Cancel the process.
    Make sure that you create a Exception Handler to be included in the Block and also in the System Error section of the Send Step.
    Regards,
    Abhishek.

  • IDoc outbound errors - mail send step in WF to send info-mail to enduser

    Hello specialists
    I searched quite a lot in the forums now. I found lot of info but nothing regarding my issue.
    I need to send an info-mail to the end user creating purchase orders. But only if the idoc (outbound ORDERS) could not be sent (failing for some reason, i.e. if rfc connection fails). This is what I've done to achieve this:
    - in WE40 I linked my WF to process code EDIO
    - the WF-BATCH user has an email address assigned to it (in SU01)
    - the mail sending step in my WF is configured like this:
    recipient type = G (organizational object)
    Expression = &_WORKITEM.CREATEDBYUSER.ID& (this contains the enduser id)
    subject = Test for &WORKITEM.CREATEDBYUSER.ID&
    When testing the mail can not be delivered (error SO23).
    When setting recipient type to U (E-Mail address) and giving a valid e-mail address, then it works fine (SCOT, etc. is configured and mailing to external systems works). But setting the e-mail address hard coded style in the mail send step is not an option here!
    It seems that the send mail step (SELFITEM.SENDTASKDESCRIPTION) always requires a valid e-mail address. Is it not able to handle SAP user id's ?
    Thanks in advance for some guideance on this one.
    Renaud
    Edited by: Renaud Desarzens on Feb 11, 2010 3:00 PM

    Hello and thanks for your help.
    I was able to solve it like this:
    - don't use mail send step
    - instead, add new activity with a new task (SELFITEM.SENDTASKDESCRIPTION)
    - in the bindings (workflow -> step) set:
         B --> &TYPEID&
         &_WORKITEM.CREATEDBYUSER.ID& --> &ADDRESSSTRINGS&
    Seems that the mail send step doesn't allow TYPEID to be "B" because each time I tried to tweak the generated bindings that way it messed up the recipient type and expression I set before.
    Regards
    Renaud

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

  • Same send step for multiple receivers:   BPM scenario

    Hi forum,
    I have a file -BPM -file scenario,
    from the BPM i need to send the same message to multiple Business systems,
    so, i need to make receiver determinations in the IB_directory, but it allows me to have only 1 receiver determination for a set of Sender service and message interface,   so how can i have multiple receivers in the receiver determination...
    i have gone through a blog which asks me to make use of "SEND CONTEXT" in the send step in the BPM and query it in the receiver determination in the IB-directory, but how to quey it?   pls help
    thanks

    hi,
    For a set of one business system and receiver u can create only one Receiver determination step.
    If Want to send messages to different receivers.
    Go to -> Integration Directory-> Open the receiver determination step in change mode.
    Go to "Configured Receiver" step -> Click on "+" symbol to add other receivers
    "Conditions" is an optional tab.
    Then configure receiver interface determination and receiver agreement for the new receiver
    Regards,
    Shabari

  • Receiver From Field of Send Step of Integration Process

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

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

  • BPM send step not executed in BPM (after Message split)

    Hello everybody,
    we use BPM:
    We have a paralell Block which should send the rows of a multiline element. In SXMB_BPE_MONI the send step is not executed?
    Any idea?
    Thanks  lot, regards Mario

    HI,
    Go to SXMB_MONI_BPE->and check the workflow log (technical details).and go to SXI_CACHE and check the return code of the Integration Process. It should be zero. If not try to activate the same
    If there is no error then go with like this-
    Also check the Syntax in Integration Repository with F7. Change the IP and activate it. If there is no syntax errors.
    Then reimport the IP into Directory and then test your scenario
    Regards,
    Moorthy

  • How do I set an email to send at a specific time/date in the future e.g. tomorrow at 9am. I am on an iMACX using apple's version of windows

    how do I set an email to send at a specific time/date in the future e.g. tomorrow at 9am. I am on an iMAC using apple's version of windows

    apple don't have a version of windows
    only microsoft have windows
    as how one automatate windows to send mails at a time
    googled it for you
    http://www.howtogeek.com/125045/how-to-easily-send-emails-from-the-windows-task- scheduler/
    more options in the search
    https://www.google.dk/search?client=opera&q=automatically+send+email+in+windows& sourceid=opera&ie=UTF-8&oe=UTF-8

Maybe you are looking for

  • KMS Error 0xC004F015 on Windows 2008 R2 - Does anyone have the correct fix for this please?

    I am in the process of migrating my KMS server from Windows 2003 to Windows 2008 R2 64-bit. My Windows 2003 server has been happily providing my Windows 7 clients with licenses for well over a year. I have followed these migration steps in this forum

  • Logical data base in Web dynpro

    Hi all, I want to add LDB (PNP) into my web dynpro program.by which i can get the data from database to the Application server.After Authrization check. I also want to use Infotypes 0082 in my program. Points will be sured. Thanks.

  • Synchronizing Outlook Calendar and Contacts with Blackberry Q10

    I got a new Blackberry Q10 device and wanted to synchronize it with my Outlook calendar and contacts on my notebook. I installed Blackberry Link on the notebook. But in a pop down menu I was only allowed to choose from 2 pst-files which are not the c

  • WebCenter Form Recognition WebVerifier directory name {Directory Path} is Invalid

    Hi I'm facing the below issue while trying to open the Web Center Form Verifier using web Verifier. The WebVerifier directory name {Directory Path} is Invalid. please contact your system administrator. OS : Window Server 2008 R2 Software: Oracle WebC

  • Outage in and around Columbus, Ohio?

    hey couldn't find a general network service area of the forum to post this. so sorry if it doesn't belong here. but some of my friends( not including me) are experiencing a  full data outage since about midnight our time. They're located around the L