Event put  in queue....

Hi,
Im trying to trigger a workflow to do my testing which is already working in prod (im doin my testing in QA). The event gets trigerred in another workflow. Im doin all the steps which triggers the event, but when I check in SWEL there are two entries for the event one says "event put in queue" the other says "SWW_WI_CREATE_VIA_EVENT"... I checked everything ... I dont know whats the problem. Please help me out gurus...
Thanks,
Sukumar.

I think you hvae enabled the option Enable Event QUEUE in SWETYPV to know more
SAP say's
Event Linkage: Enable Use of Queue
This indicator is only evaluated if the event queue is active. If the indicator is set, the event receiver is started via the event queue. If the indicator is not set or the event queue is not active, the receiver is started immediately.
Once the event has occurred in the system, this receiver is not started immediately, but is first put into the event queue. The event queue is processed at regular intervals by a background job. Processing the event via the event queue means that the system load can be reduced if a lot of events occur for this linkage in a short period of time. The load reduction is achieved by not calling the transactional RFCs for the start of the receivers immediately (increasing the load on RFC processing), but in small numbers with time delays instead.
Using the event queue hence delays the calling of the receivers.
The above information is provided in the F1 help of SAP for the option
Disable this option and try to execute the workflow again
It will work
and also compare the workflow configuration settings in SWU3 Txn in both Prod and QA

Similar Messages

  • I am synching my ipad and iphone with icloud. Events put in calendar go to the iphone, but if i enter an event on the iphone, it does not go to the ipad. What do i do to get this to work both ways?

    I am synching my ipad and iphone with icloud. Events put in calendar on ipad  go to the iphone calendar,, but if i enter an event on the iphone calendar, it does not go to the ipad. What do i do to get this to work both ways?

    OK Vicky, good clues...
    See if this helps...
    Open Keychain Access in Utilities, use Keychain First Aid under the Keychain Menu item, then either check the Password under that item, change it, or delete it and start over. See if there are duplicates, should be one for Incoming & one for Outgoing.
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • Delay of Message in the Adapter Engine when put into queue

    Hi XI/PI Experts,
    We are having problems in the Adapter Engine wherein messages are staying longer in the AE queue as usual.  Sometimes, it stays longer in Delivering status also.  Is there any way we can monitor and try to push the message out of AE to avoid delays?  I know we can do this in the ABAP side (Integration Engine)...but how can we do this in the Adapter Engine?
    See below sample logs in AE RWB:
    2008-07-17 13:28:13 Success Using connection SOAP*****. Trying to put the message into the receive queue.
    2008-07-17 13:28:13 Success Message successfully put into the queue.
    2008-07-17 13:34:12 Success The message was successfully retrieved from the receive queue.
    2008-07-17 13:34:12 Success The message status set to DLNG.
    As you can see there is a gap of 4 minutes.
    Hope you can help me.  Thank you so much in advance.
    Grace

    Hi.
    Thanks for your answers but the messages are not set into EOIO but just EO.  So the messages are not ending up in Holding Status. 
    I also believe that issue is not occurring because of too many messages in error in AE nor because of the receiving system is down.  Issue is happening when message is about to be sent to the SOAP communication channel in AE.  As you can see in the sample log I provided above, in RWB AE, after the message was put into queue, it took several minutes to be delivered to corresponding comm channel.  My questions are:
    1.  Is there a way we can monitor the queue in AE like the way we monitor the queue in IE? (e.g. smq1 and smq2 transactions) .
    2.  If there is a way, how are we going to intervene manually on the queues in AE?  (we can intervene with smq1 and smq2 in IE)
    3.  For messages with Delivering Status in AE, sometimes it is taking hours to move to "Successful/Delivered" Status.  Is there a way we can intervene with that?  I believe we can resend messages with "System Error" Status and Staus "To be Delivered" but for status "Delivering"...it is not possible (from what I know -- I hope there is a way).
    I look forward to hearing from you guys/gals.
    Grace

  • TS3999 ihave done all of this and still my events put on my outlook calendar do not synch to icloud or iphone or vice versa. contacts synch fine.

    i have worked through all  of the support suggested items and i cannot get evnets that are put on my Outlook calendar to go to my icloud calendar and therefore my ipad and iphone or vice versa with events put on my iOS devices. i want my staff to enter events in my outlook calendar that appear on my iPhone 5. running outlook 10 and windows 7.

    Ok, new info. This gets better and better.
    In OL2010, the Calendar in the navigation pane had no arrow indicating it had subcalendars within it. I right clicked on Calendar and chose New Calendar. It gave me a list of the existing calendars that were missing !!
    When I cancelled, there was an expand arrow next to Calendar in the Navigation pane !!!!!
    Expanding it showed the unchecked missing calendars. I checked them and synched again.
    WRONG THING TO DO! ALL my wife's calendar entries in her iPhone since the laptop went down 3 weeks ago DISAPPEARED. No warnings, nothing at any step of this process. The OL files overwrote the iPhone data.
    I can't find any way to get them back as this **** iStuff relies on iTunes for everything.
    Is there any way to get her files back from before this synch?
    Is there no way to save data files off the iPhone w/o iTunes?
    Why doesn't iTunes let you control the direction of data transfer?
    I now have one very ****** off wife.

  • What is the difference in the System Event triggers: Any queue limit set to zero and System queue reached its job limit

    My co-worker and I are not sure what the difference between Any queue limit set to zero and System queue reached its job limit are in the System Events.

    Hi jlayton,
    System queue limit is the sum of all queue limits you have defined. For example, if you have a system queue limit of, say, 100 -- queue A has 50 jobs active, and queue B also has 50 jobs active, then you will receive an alert System queue reached its job limit since it is set to 100.
    Any queue limit set to zero. Note, this may also include the System queue. For example, if you want to gracefully stop Tidal, you may want to set system queue = 0 so that there are no active jobs. When you do this, you will receive an alert queue limit set to zero.
    BR,
    Derrick Au

  • Using Business Transaction Events for Delta Queue

    I'm trying to implement the white paper on using business events to populate the delta queue.  The question I have is can I do this with the WRPL table?  What business event would this be?
    Thanks in advance,
    Mark

    Hi Amit,
    Thanks for your help.
    I did it, but I need to change data in t_bseg, and when the function ZMFFINFI_INTERFACE_00001030 returns to function OPEN_FI_PERFORM_00001030_E, the data from bseg is replaced for the original data and everything I did is replaced, as if I haven´t done anything.
    Do you know if there some other problem ?
    I looked for a sap note for the function OPEN_FI_PERFORM_00001030_E, but I didn´t find.
    best regards
    Lilian M.M.

  • Event Structure - Lock Event: Does it Queue ?

    I had couple of question related to this post in other posts but I thought I'd use a new one since it might be more relevant (others were related to local variables, and VI file sizes)
    I have this event structure running about 10 different tasks. For some I would like to lock the panel when it runs. I used "Lock panel ..." but during the run, if you click on any boolean and menu ... for some reason it queues the task and performs it after the event is complete ... is there any way I can lock the event and not have any event queued ? Thnks !
    Kudos always welcome for helpful posts

    If you were to change the value of the Block Panel Event boolean using a local variable it wouldn't fire an event so I'm not sure that would be the way to go.  I had intended that just to be an example control.
    I have further modified the example to show how a custom user event can be programatically fired to signal that the front panel should be "unlocked" and that new events should be added to the event queue.  In the new example you will see that while the LED is flashing no events are queued.  Once the LED is done flashing it communicates to the event structure via a user event.
    It may also be possible to change the value of the "locked?" boolean without requiring an event to do so.  I didn't explore this option but it may be a valid approach.
    Also please remember that any example I have posted here is not meant to be incorporated into an application - I am merely attempting to demonstrate ideas and concepts.  It will be more beneficial for you to examine and understand how I programmed a certain behavior and then use those concepts to create your own application than to try to make my code fit into your application.
    Regards,
    ~ Simon
    Attachments:
    lock event 2-1.vi ‏75 KB

  • Re-triggering event structures after queue purged

    I have a vi built with an event structure that allows the user to stop the tests.  I am using the flush queue subvi in the producer loop to remove the remaining elements.  Then the user may fix the problem and again press start, starting the tests all over. 
    About 50% of the time, the event structure will not restart, and the vi will need to be stopped and re-started. 
    There must be something I am missing that is not allowing the event structure to re-start. 
    Is the position of the flush queue correct in my snippet?  
    What could cause the event structure to not respond and how can I troubleshoot it?
    Thanks.
    metzler CLAD
    Attachments:
    producer snippet.png ‏56 KB

    You should take more care about your error handling. Propably you just miss the errors that cause this behavior.
    * At the while loop, use shift-registers for the error wire.
    * I also recommend you to place a case around the event structure that catches errors and stop the loop.
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • On Nov. 22, after having to erase and restore my Western Digital external hard drive (per WD tech support) then rebacking up the iMac, noted that three events put in iPhoto in Sept., Oct.

    On Nov. 22, after having to erase and restore my WD My Passport for Mac external hard drive (per WD tech support) then rebacking up the iMac, I noted that three events loaded into iPhoto in Sept., Oct. and early Nov. had disappeared. They certainly had been there because I printed out several images from these events.  Now they have vanished but everything through August and after Nov. 22 is there. Seems impossible. How  could something disappear from the hard drive? Apple tech was unable to explain or provide a solution. Has anyone else ever had something like this happen?

    How did you reformat the EHD? It should be OS X Extended (journaled) with ownership set to be ignored.
    If the drive is formatted correctly do the following:
    1 - launch iPhoto with the Command+Option keys held down to open the First Aid window. Be sure to follow the circled recommendation in the screenshot.
    2 - run Option #4, Rebuild Database.

  • HT1296 When syncing Outlook on my computer w/my iphone, new events put into my iphone calender did not show up on my computer in Outlook. Is this the only way it works, Outlook to iphone and not both ways?

    When syncing my Outlook calender with my iphone calender, only items from Outlook synced. Events I added to my iphone calender did NOT show up on my Outlook calender. Is this the way it works, only one way?

    Go to Settings>Mail,Contacts,Calendars>Default Calendar and just confirm that you haven't selected a calendar such as the one listed under On My iPhone (if that's listed), and that your have selected your Outlook calendar here as your default.  Assuming you have, if you are syncing your calendar using iTunes (rather than iCloud), you may need to reset your sync history in iTunes.  Follow the troubleshooting steps here: http://support.apple.com/kb/HT1692.

  • Purchase order and agreement problem

    Hi gurus,
    I have a problem that i've come up with going though event trace on my DEV test system.
    Although, simulation of WF's are fine and all bindings and syntax checks are without error or warnings,
    trace is the only place i've found that something was wrong, appart from that my WF 'WS90200003'
    stopped functioning because of automatic linkage deactivation.
    I had to manually disable automatic linkage deactivation upon error in SWETYPL to keep the WF alive.
    When i did this, all was fine, queing of events started.
    Upon creating purchase order i got following trace:
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:22:07     WS90200003     @5B@     SWW_WI_CREATE_VIA_EVENT_IBF
    QCYBUS2012     CREATED     12.05.2008     11:22:08          @AI@     No receiver entered
    BUS2011     QUOTATIONCREATED     12.05.2008     11:22:08          @AI@     No receiver entered
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:22:08     WS90200003     @5B@     SWW_WI_CREATE_VIA_EVENT_IBF
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:22:10     WS90200003     @AI@     Event put in queue
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:22:10     WS90200003     @5C\QFeedback after error@     Feedback after error
    FREBUS2012     CREATED     12.05.2008     11:22:08          @AI@     No receiver entered
    Upon creating contract i got following trace, quite similar to one before:
    BUS2014     RELEASESTEPCREATED     12.05.2008     11:34:31     WS90200004     @5B@     SWW_WI_CREATE_VIA_EVENT_IBF
    QCYBUS2012     CREATED     12.05.2008     11:34:31          @AI@     No receiver entered
    BUS2011     QUOTATIONCREATED     12.05.2008     11:34:31          @AI@     No receiver entered
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:34:31     WS90200003     @5B@     SWW_WI_CREATE_VIA_EVENT_IBF
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:34:31     WS90200003     @AI@     Event put in queue
    BUS2012     RELEASESTEPCREATED     12.05.2008     11:34:31     WS90200003     @5C\QFeedback after error@     Feedback after error
    FREBUS2012     CREATED     12.05.2008     11:34:31          @AI@     No receiver entered
    There are no duplicate entries in 'SWETYPL', agent assignments seem fine, WF customizing is OK.
    Somehow it is not clear for me why or how my 'WS90200003' with BUS2012 keeps triggering.
    When i look in 'Feedback after error' message i see that release code is missing for BUS2012, but weird thing is
    that in contract creation it tries to pass contract document number in event BUS2012...
    I don't know why BUS2012 is constantly double-triggering.
    Not to forget, i'm working on ECC 6.0.
    Thank you for the contribution and tips.
    Greets,
    Tom

    Hi,
    I am using multi-step release strategies, but i'm not sure what you mean...
    Aren't release codes determined from customizing upon saving the document?
    I've checked the customizing and there is only 1 release code that can be
    used by the agent who gets workitem.
    In "Feeback afrer error" log in second calling of BUS2012 there is no release code at all...
    Regards, Tom

  • No reciever entered for MM po rel workflow

    Dear all,
    I am trying to create MM po release workflow.
    I have customised settings in SPRO
    I switched on trace swels.
    It shows following log.
    QCYBUS2012 CREATED                           03.06.2009 12:24:31    No receiver entered
    BUS2011           QUOTATIONCREATED     03.06.2009 12:24:31       No receiver entered
    BUS2012           RELEASESTEPCREATED     03.06.2009 12:24:31    WS20000075      Event put in queue
    FREBUS2012 CREATED                     03.06.2009 12:24:31      No receiver entered
    Please help to Resolve.
    with best of Regards,
    Gaurav sood

    After changes in SWE2
    i got mail in SBWP
    as following:
    Error processing following event linkage:
    BUS2012 RELEASESTEPCREATED TS20000166
    Following error occurred:
    WL 610
    BUS2012
    RELEASESTEPCREATED
    TS20000166
    Message text:
    Event BUS2012 RELEASESTEPCREATED for task TS20000166 not defined as start/end event
    Event container appended as attachment.
    Event linkage with errors deactivated.
    Also Event trace Shows ythis messsage
    CREATED                              03.06.2009   14:44:11   No receiver entered
    QUOTATIONCREATED       03.06.2009   14:44:11   No receiver entered
    RELEASESTEPCREATED  03.06.2009   14:44:11  TS20000166     SWW_WI_CREATE_VIA_EVENT
    RELEASESTEPCREATED 03.06.2009    14:44:16  TS20000166     Feedback after error
    RELEASESTEPCREATED 03.06.2009    14:44:16  TS20000166     Deactivated
    CREATED                             03.06.2009    14:44:11                       No receiver entered
    Please help to resolve this
    Regards,
    Gaurav sood

  • I need help on standard workflow of Release for payment

    Hello to everyone,
    I'm trying to use WF WS00400011 standard provided by SAP through the PFTC and I activated it, inform a user that I created called WF different from my user, who will be responsible in the task standand (TS00407862) and also went to basic data -> and activated the early events following entry [BO: BSEG: CREATED].
    I ended up completing the settings on FINANCIAL ACCOUNT -> ACCOUNTS RECEV PAYABLE -> RELEASE OF PAYMENT.
    Was also includes SWE2 - Event Type Linkages and itemizing:
    [BSEG CREATED ws00400011] linkage with the active flag.
    When I registed the document by FB60 or F-43 the financial document is blocked ok, but unfortunately it is not sent any Workflow / any email to the user responsible for approving. I run the transaction SWEL to check the entries , following entries:
    BSEG CREATED 13.06.2011 13:20:27   WS00400011   [status gree]  SWW_WI_CREATE_VIA_EVENT_IBF
    BSEG CREATED 13.06.2011 13:20:27   WS00400011   [status red]  feed back after error
    BSEG CREATED 13.06.2011 13:20:27   WS00400011   [status info]  event put in queue
    I have open the item [red]  and I observed a error: "Import container contains errors (any obligatory elements are missing?" message code = SWF_RUN594.
    And here I am trying to solved but are very difficult because I dont have any documentation and this process is difficult to Debug. I'll be happy with any guidance received. 
    Regards,
    Joao

    Chaiphon Pulnit,
    Thank you for your reply and yet dispense time to help.
    Reply
    I removed the entry in WSE2 WS00400011 (linkage) As your guidance and just let WS00400011. Then I tried launching a financial document with the vendor containing group relationed with the corresponding sequence of release, but still not working, or even no mail was sent, and checked in the workplace no workflow created in the user responsible for approving.
    Doubts
    How do I know that the workflow ws00400012 is related or connected with ws00400011? and how can I check if they really ws00400011 has the logic to perform an e-mail to the approver?
    Regards,
    Joao Batista

  • Update was Teriminated

    Hi,
    While executing work item from inbox in release strategy workflow[Enetr into ME29n transaction],* Update was terminated * error is coming and not updating the PO.
    Please provide your suggestions....
    Thanks,
    Ragav

    Hi,
    Due to this my workflow is not completed its hanged in 'IN-process' status.[In all approval levels].
    I already delegated BUS2012 to ZBUS2012 in SWO6,But i am not sure why  QCYBUS2012 is coming.
    But at the same time its throwing like following only.
    BUS2012     RELEASED     06.01.2012     14:56:11     TS90500009     @5B@     SWW_WI_CREATE_VIA_EVENT
    BUS2012     RELEASED     06.01.2012     14:56:14     TS90500009     @5C\QFeedback after error@     Feedback after error
    BUS2012     RELEASED     06.01.2012     14:56:14     TS90500009     @AI@     Event put in queue
    BUS2012     RELEASED     06.01.2012     14:56:11     WORKITEM     @5B@     SWW_WI_COMP_EVENT_RECEIVE
    BUS2012     CHANGED     06.01.2012     14:56:11     WS90500009     @5B@     SWW_WI_CREATE_VIA_EVENT
    BUS2012     CHANGED     06.01.2012     14:56:14     WS90500009     @5C\QFeedback after error@     Feedback after error
    BUS2012     CHANGED     06.01.2012     14:56:14     WS90500009     @AI@     Event put in queue
    WORKINGWI  PROCESSED     06.01.2012     14:56:46     *     @5B@     SWW_WI_CREATE_VIA_EVENT_IBF
    WORKINGWI PROCESSED     06.01.2012     14:56:46     *     @5C\QFeedback after error@     Feedback after error
    WORKINGWI PROCESSED     06.01.2012     14:56:46     *     @5C@     Deactivated
    BUS2012     RELEASESTEPCREATED     06.01.2012     14:56:46     WS90500009     @5B@     SWW_WI_CREATE_VIA_EVENT_IBF
    BUS2012     RELEASED     06.01.2012     14:56:46     TS90500009     @5B@     SWW_WI_CREATE_VIA_EVENT
    BUS2012     RELEASED     06.01.2012     14:56:46     TS90500009     @5C\QFeedback after error@     Feedback after error
    BUS2012     RELEASED     06.01.2012     14:56:46     TS90500009     @AI@     Event put in queue
    BUS2012     RELEASED     06.01.2012     14:56:46     WORKITEM     @5B@     SWW_WI_COMP_EVENT_RECEIVE
    BUS2012     CHANGED     06.01.2012     14:56:46     WS90500009     @5B@     SWW_WI_CREATE_VIA_EVENT
    BUS2012     CHANGED     06.01.2012     14:56:51     WS90500009     @5C\QFeedback after error@     Feedback after error
    BUS2012     CHANGED     06.01.2012     14:56:51     WS90500009     @AI@     Event put in queue
    Particularly I am not sure about 'WORKINGWI' also.
    thanks,
    Ragav

  • In SWEL error

    Hi,
    Error is generating for RELEASESTEPCREATED
    1. BUS2105     RELEASESTEPCREATED          WS90100043
    Feedback after error
    2. Event put in queue
    Could u pls help me on this
    Regards,
    Soni

    Hi Paula,
    Please check your binding from event to workflow.
    You might have missed to export the event parameters to WF.
    Please check the same in SWDD-> start events.
    Thanks and Regards,
    Swaminathan

Maybe you are looking for

  • Avery Barcode labels does not align properly when printed from Adobe Reader 11.0.0

    Hi, I have barcode labels in a PDF (Version 1.4, Acrobat 5.x). PDF producer is PPAlambic(Distiller). When I try to print the PDF on to Avery 5160 sheet containing 30 labels (10 rows; 3 labels in a row), always the barcodes on the first column goes be

  • I have a 13 sec clip that gets shortened to .5 sec when I drop it into the project and can't adjust the destination to the source length

    I created my clip from 3 PPT slides (as movies, one of the options) and it imports into the event browser fine.  I am using the theme Forever is never long enough and it has little boxes where you are supposed to drop your clips.  When I drop them in

  • Sequence values

    I have a sequence whose max value with the help of a trigger is inserted in a table column. I've noticed that sometimes the consecutive values of the sequence differ not by one but by variable number. I have Increment by 1 and Cache 20 in the sequenc

  • Photoshop Elements for Mac - Not responding

    I have had PE 12 for about 6 months on my MAC (1.5TB, free, 32 gb ram,) . All has been good. All of a sudden, I cant get the program to work - it just gives me spinning wheel of death. I DID remove the program via the S/W, and reloaded, and same issu

  • Dundas Gauge for SharePoint web part

    Hi, I'm using the Dundas Gauge for SharePoint web part, it seems that I have to add a seperate web part for each and every guage that I want added to the page, this means that inside each web part I have to add the connection string details for the s