Listening to several xml-events within one workflow

We are running WLI20 and are using Sybase(11.5) as a respository database. We are
having the following problem with eventnodes.
1: Within one template we are using the action 'post external xml' to post three
unique messages to the destination JMSQueue "com.bea.wlpi.EventQueue".
2: In the same template we have added three eventnodes which are listening for
the unique messages. The number of unique messages is the same as the number of
eventnodes.
We get the following result:
All messages are sent to the JMSQueue(this is verified).
Often one or more of the eventnodes does not receive the xml-message. It is no
obvious pattern in which eventnode that doesn't receive the message. Once in a
while all three eventnodes get their messages.
Attached is a test template that will raise the problem.
Have you got any ideas of how to solve this problem?
[test.xml]

I am also getting exactly the same behaviour. In one template I have 4
tasks. each task posts intenral xml event and waits for the response with a
unique key value.
Sometimes the all the steps in the workflow get completed and with the same
message input, one of the event does not invoked even though the XML message
does contain the key-value that matches that event. I even verified this
with the EventWatch table..
Looks like there is problem. Pls WLI guys test it out.
- Jagdish
"tony lodge" <[email protected]> wrote in message
news:[email protected]..
Stian
Although I do not have any idea what is causing the problem please try
using addressed messaging and see what happens. Also, can you log asupport
case so that I can create a debug version of the event listener so we can
see what is actually making into WLI
Tony
"Stian Dahle" <[email protected]> wrote in message
news:3b681540$[email protected]..
We are running WLI20 and are using Sybase(11.5) as a respository
database.
We are
having the following problem with eventnodes.
1: Within one template we are using the action 'post external xml' to
post
three
unique messages to the destination JMSQueue "com.bea.wlpi.EventQueue".
2: In the same template we have added three eventnodes which are
listening
for
the unique messages. The number of unique messages is the same as thenumber of
eventnodes.
We get the following result:
All messages are sent to the JMSQueue(this is verified).
Often one or more of the eventnodes does not receive the xml-message. Itis no
obvious pattern in which eventnode that doesn't receive the message.
Once
in a
while all three eventnodes get their messages.
Attached is a test template that will raise the problem.
Have you got any ideas of how to solve this problem?

Similar Messages

  • Multipal Event  in One Workflow

    Hello Everybody ,
    Can we Used two Triggaring  Event in  one  Workflow  with two different transaction ? .
    My Req is that I used Bus2038  for  PM  Notification Using Create Event (  Tcode :  IW21  ) .
    When Notification is Created ( IW21)  user can get mail in his  INBOX he  excuted  the Work Item
    ( IW22  here  user are creating Maintance Order  )  .
    After Excute Work Item ( using Tcode  IW22  i.e  After Creating Maintance Order )  User should directly goes to another  transaction  i.e   ( IW32   i.e  Change Maintance Order )  .
    is it  Possible  such kind of Req  . 
    can we triggered  Two  Event  in One workflow ?
    Regards,
    Sandeep Jadhav

    Hi,
    Suggest you the following steps.
    1. Create delegation object type ZBUS2038 of standard BUS2038.
    2. Use the created event of BUS2038 as start event in the Basic data of your workflow.
    3. Then include a send mail step to notify the agent.(user)
    4. create a custom method Z_call_IW22  for ZBUS2038->within the method call transaction IW22.
    5. Then include an activity step in the workflow->create a Task for this activity step->within that Task
        attach BOR ZBUS2038, method Z_call_IW22.
    6. Set your user as Agent for this activity step, so that at runtime user will receive work item for this step and that WI will take him to transaction IW22.
    7. Then include another activity step in the workflow and follow the same process to call IW32.
    Thanks,
    Sonali.

  • LSMW Material Master - create several valution types within one Run

    Hello @ll,
    i created a LSMW for material master migration, and i would like to create up to 4 different accounting views (based on different valuation types) within one LSMW Run.
    As there is the Field BWTAR on Structure BMM00, and the accounting fields on Structure BMMH1 i dont know if:
    1. this is possible in general with LSMW and
    2. if possible where i have to set the "transfer_record" commands...
    Does anybody have experience on this?
    BR,
    Gregor H.

    I never used the standard batch input method, so I cant answer this part. But with IDOC as import method I do this right now and it works without any problem
    The transfer record command is set in the  section of processing time  __END_OF_RECORD__
    you can display this section when you are in field mapping and conversion rules. choose from menu Extras > Layout and activate all boxes.

  • Listening to several different events. Help!

    Just a very simple question. I need a sample code that could show me performing the following tasks:
    There are two JComboBox and two buttons added on two different JPanel. A user of this application has to first choose items from the first JComboBox, and choose another items from the second JComboBox. After that, the user could click the button the start the action.
    How to write a actionPerformed() method that listens on these events? Thanks very much.

    Just a very simple question. I need a sample code that
    could show me performing the following tasks:
    There are two JComboBox and two buttons added on two
    different JPanel. A user of this application has to
    first choose items from the first JComboBox, and
    choose another items from the second JComboBox. After
    that, the user could click the button the start the
    action.
    How to write a actionPerformed() method that listens
    on these events? Thanks very much.In action performed method you would get the Event Object.. To know the object that has triggered the event use this code
    if(e.getActionCommand().equals("Login")) {
    }Then write your logic...
    Cheers
    -P

  • Several XML-levels (idoc) to one XML-level

    Hi.
    I've to create a message mapping for an order-Response (ORDERS05) Idoc to a customer-xml.
    Everything works fine instead of one problem.
    There are several XML-levels on the idoc-side which should be mapped to one-level xml on the customer-side.
    ...and it shouldn't be XSLT-Mapping.
    Here is an example:
    Source-IDOC-XML
    ===============
    E1EDP01 (items)
    .MENGE  (amount)
    .VPREI  (price)
    E1CUCFG (configuration)
    .E1CUVAL (characteristics)
    ..CHARC  (charac-name)
    ..VALUE  (charac-value)
    Target-Customer-XML
    ===================
    <header>
      <../>
      <../>
    </hader>
    <items>
      <matnr/>
      <amount/>
      <price/>
      <f1/>
      <f2/>
      <f3/>
    </items>
    E1EDP01 --> <items>
    .MENGE  --> <amount>
    .VPREI  --> <price>
    E1CUCFG --> ?
    .E1CUVAL--> ?
    ..CHARC --> ?
    ..VALUE --> ?
    And here is my problem. Depending on the field CHARC the field VALUE should got to the fields <f1>, <f2> and <f3>.
    Should I create a java-function in the mapping or is it also possible with contexts?
    Thanks for your help.
    Pascal

    Hi,
    IS the E1CUCFG segment not related to the P01 segment ?
    The under standing that i got is that configuration values for charactersitics F1,f2,f3 needs to put in the item lines....If yes, pls have the following mapping for F1, F2 & F3.
    CHARC(at IDOC context)='F1'
                               if --- useOneASMany ---F1
                              /       |       
          value(at IDOC Ctxt)         |        
                                     e1edp01    matnr(or a field in e1edp01 segment)
    for the other fields, F2, F3, give the corresponding condition in the equals function...
    Thanks,
    Renjith.

  • How to trigger a WLPI workflow by sending XML event

    Hi,
    I try to trigger a workflow in WLPI 2.1 by sending an XML Event from another application.
    But I don't know where to send it and how (i.e. via JMS or not).
    Any idea how to do it or where I can find helpful documentation (standard BEA
    WLPI docs didn't help much on that topic)?
    Regards,
    Jörg

    Hi,
    Still, what is so specific about this ACE_DISPATCHER in CRM? Can you explain a bit more about you problem. I am quite sure that not that many people in this workflow forum is familiar with this concept.
    Is there some problem in triggering the batch job itself? I still cannot see any reason why you couldn't use the check function module? If you cannot use check function module, what makes you think that some other solution would work. Eventually you will use the same code - the place where you trigger the code might be different, but it will be the same code.
    Regards,
    Karri

  • Question: one weblogic server listening on several port

    can i start one weblogic server that listening on several port, one for
    different application?
    for example,
    7001 for general user, and
    7005 for admistrators and ask for two way authentification?
    can i do this? or do i have to start two weblogic instance? does that
    violate it's license for one computer and one ip address?
    thank u.

    Ummm.. how would this help security? If I want to bypass authentication, I just go to the unprotected port.
    I don't think you can listen to different ports in the same instance
    . You can listen to different IP addresses in the same instance.
    WL is licensed by CPU so this would not cost any more to license.
    mike
    "Gong Wenxue" <[email protected]> wrote:
    can i start one weblogic server that listening on several port, one for
    different application?
    for example,
    7001 for general user, and
    7005 for admistrators and ask for two way authentification?
    can i do this? or do i have to start two weblogic instance? does that
    violate it's license for one computer and one ip address?
    thank u.

  • Listening to event within custom class

    I've created a custom class that posts to a web page to authorize a user. How can I listen for an event within the custom class?
    This is my code within my main class.
    var customClass:CustomClass = new CustomClass();
    var testingString = customClass.authorize("[email protected]", "password");
    the fuction "authorize" within the customClass looks like this:
    public function authorize(user:String, password:String):void
      jSession = new URLVariables();
                                  j_Loader = new URLLoader();
                                  jSession.j_username = user;
                                  jSession.j_password = password;
                                  jSend.method = URLRequestMethod.POST;
                                  jSend.data = jSession
                                  j_Loader.load(jSend)
    How can I fire an event within my main class once the j_Loader triggers Event.COMPLETE?

    You can fire an event using the dispatchEvent() function.
    In your main class you assign a listener for the event the CustomClass dispatches after it exists.

  • How do i sort events within events on iPhoto

    I have a lot of events that have to do with one main event in iPhoto. I wanted to make one big event that I would click to then open all the specific event folders within it, is there any I can do this?

    There is one drawback with huge events. I found that iPhoto and Aperture are a bit slower, if the event size is larger than about 1000 photos. Scrolling the event will take a long time, and smart albums based on that event will take longer to load, because iPhoto will have to search more photos. I prefer to use smart albums and keywords to group related photos and keep the events small - one shoot- one event. The added advantage is, that sorting the events by date will give meaningful results. If an event has photos from several years, the event date does not make much sense for sorting the events.

  • ChaRM: Several maintenance cycles in one maintenance project?

    Hi!
    We are working with urgent correction within ChaRM and thinking about to implement the normal corrections as well.
    Our ChaRM workflow for normal corrections is characterized by:
    a)corrections with different Life cycle (those who will be processed within 1 week, other with 2 week, etc.)
    Questions:
    1) Is it possible to have several maintenance cycles for one maintenance project to handle condition u201Ca)u201D?
    2) What will happen with all the normal corrections and urgent corrections that have a long life cycle (status: in development, test, etc.) when the charm manager set the status of maintenance cycle in u201CGo liveu201D?
    Thank you  very much!
    H. Thomasson

    Hi Holger,
    Maintenance cycle and SMI project is a 1:1 relationship.
    In status GoLive you will be able to continue developement/work on normal corrections but you will not be able to release any transport requests/create transport of copies so your testings in QA will be limited.
    In phase GoLive you are able to import requests into production.
    Normal Corrections which have not been released yet are not lost. Depending on your scenario you may switch phases back to "in dev with rel." after you imported into production. It is not necessary to close and recreate maintenance cycles if you use one project for daily/weekly maintenance.
    /cheers

  • Export event from one cpu to another in final cut

    I am trying to export an event from one computer with finalcut, to another computer with finalcut.  I exported xml, and imported xml on the other computer.  When the xml imports within finalcut on the second computer, the time stamps come along with a red image with yellow exlamation ! and says "no data".  The event plays just find on machine #1 in final cut.  What am I doing wrong?

    Sounds like you're using FCP-X (the term "events" points to that).  If so, the FCP-X forum is located here: https://discussions.apple.com/community/professional_applications/final_cut_pro_ x?view=discussions
    -DH

  • Two events for same workflow

    Hi Friends,
    I needs to develop a workflow. In my workflow i have to send email notification when it is relesed as well as if user will change the PO after finally released  i need to send email notification for change also. 
    i.e : 1. email notification for PO aprroval
          2. after finally approve the PO if they change again i have   to send mail. In future also if they change   released PO i have to send mail again.
    Is this possible in one workflow OR i have to create 2 workflows.
    Thanks,
    NK

    Hi Naresh  ,
    Yes you can do this within the same workflow . Just add an entry in the transaction SWEC for change event of your object .
    Here are the steps :
    Click New Entry.
    Give Change doc object .
    Object type as your  object .
    Event as your event name which you created..
    Select Change radio button .
    Save.

  • In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph?

    In Pages (5.5.1) can I create multiple Paragraph Styles within one paragraph. 
    I need to make a table of contents for my Mater's Thesis and want to use the automatic table of contents feature.  I want the first sentence of a paragraph to have a different paragraph setting than the rest of the paragraph.  Is this possible?
    Thanks!

    Nice of you to be doing this for your Mother's Thesis.
    There are several issues here:
    1. A Paragraph Style is what it says, the style for the paragraph
    2. You can format text within a paragraph by applying a Character Style
    3. Pages 5.5.1 lets you apply formatting to overall text for the T.O.C. but not parts of it and you can not retain that formatting as a Paragraph style
    So in answer to your question, no.
    You will need to create the T.O.C. manually and unfortunately as Pages 5.5.1 can't create bookmarks (just one of over 100 missing features) you will be unable to link the T.O.C. to the referred pages in the list.
    Peter
    Apple's marketing slogan:
    Pages 5.5.1 - Can't Do That!

  • Can you send custom events from one form to another?

    I have a compli
    cated application, where I about hundred inp
    uts organized in several input forms. Some of the forms
    require data which has been input in other forms. I have tried to
    dispatch custom events from one form to another, but it dispatches the
    whole form and I only need one or two items.
    Ha anybody else come across such a problem?
    Svend

    One way is to share data in a static singleton

  • How to import multiple XML files into one inDesign document without copy/paste ?

    I use InDesign CS6, and I have several XML files with the same structure. Only the data are different.
    I created  an Indesign layout with some tagged placeholder frames on merge mode, for automated layout.
    Today for each XML file I have to create a new InDesign document to import the XML. Everything works fine. Then in order to have all Indesign layouts one after the other into a single Indesign layout, I have to use the copy/paste function.
    I mean for example, copy the contents of all documents to the first one. Or add pages of other documents to the first one, then delete spaces between each page.
    So my question is the following:
    How to repeat this process without copy/paste function, knowing that the
    number of XML files could be unknown.
    Thank you very much for your answer.

    Yes, effectively I would like to catalogue the files into one collection so i can save as one PDF and Print as one.:)
    I know I could save each AI as a pdf them then merge the pdf's together in acrobat, but I have nearly 100 files so would feel more comfortable seeing them all together before print / saving.
    My concern is that if I insert them in Ai, will the file resolution reduce? and will the ai still be editable and would it update the indesign file?
    Thanks for the quick reply

Maybe you are looking for