Extended Notifications - Not retrieving WI if multiple selection schedules

I configured multiple schedule selections in SWNCONFIG.  If I have 1 schedue due it retrieves the work items correctly.  However, if multiple schedules are due it determines that they are both due but successfully retrieves the work items only for the first schedule it processes. It appears that it is resetting the timestamp it is using to retrieve the work items to the current timestamp after it processes the first schedule so when it gets to the second schedule it wont retrieve any work items unless they were created while SWN_SELSEN was running after the first schedule was processed and the second one started (I confirmed this in debug).
I opened a problem report with SAP but have not heard back yet and was wondering if the problem is due to my SWNCONFIG settings. 
Regards,
Bob

hi Bob,
Yes, the selection schedules are  processed  in a sequence.
Can you send me the message number, so that i can go through and check if i can help you out in this regard.
Best Regards,
Saujanya.

Similar Messages

  • Extended Notification not working for Dialog Task with agent assignment

    Hi Friends,
    I have an issue where I have a user decision step and a sub workflow contains a dialog task with agent assignment.
    Extended notification is configured properly and is working properly for user decision step but its not working for the dialog task created as an activity.
    Batch jobs are configured to run report SWN_SELSEN.
    I was checking SDN and found this discussion handy :
    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4f/3bed495cc018c8e10000000a42189e/content.htm
    One thing that wonders me is that notifications show up in SOST 4-5 seconds before the user decision step starts execution.
    See screenshot from SOST and WF log.
    SOST log :
    2 questions here: Why is notification not being sent for Dialog task?
                              Why is user decision notification being sent that early even before the User decision task starts execution?
    Please provide your valuable inputs.
    Regards,
    Sandip

    An activity step with agents is supported by the extended notifications if it is a decision task or not, I have used it many times and it works well just no approval/rejection links if it's not a decision task.
    From your screenshot you can see that a mail has been created and is found in SOST, usually this cases are problems with the mail server or connection to it, check the mail settings in the SMTP node in transaction SCOT, also check with mail server team if there is a block to/from the SAP server.

  • InfoPath 2010 - Multiple Selection List Box - Rule Does Not Run When Unchecking Value

    I have a multiple selection list box on a form. I have a rule that sets the value of another field. There is not condition. Just any time item is checked or unchecked the value of the other field should
    change. This works when checking an item in the list box but not when unchecking the item in the list box. My question is - do rules not fire for a multiple selection list box when unchecking an item?

    Hi,
    I have tested in my lab environment, the rules seemed only fire for the latest checking action, and it did not fire when uncheck multiple-selection list box. Here is a workaround for your reference:
    http://www.infopathdev.com/forums/p/17850/62269.aspx
    However, I’d recommend you use check box instead, since it is much easier to set rule according to value of it. We can set it as true when we check the box, and set it as false when we uncheck it as below:
    Then it is simple and clear to make rule according to the value of check box.
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety,
    or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • All values from multiple select LOV

    Hi.
    Ik have a customize screen for a chart where a can select days. That works. But i want the standard value to be 'all days', so the user does not have to click all seven days. When i have combobox i use in the where clause:
    "and (fieldname = :variable or :variable = '%')"
    For a mutiple select i use IN:
    "and fieldname IN :variable"
    That would make:
    "and (fieldname IN :variable or :variable = '%')"
    This does not work for a multiple select LOV.
    Anu ID how i can make it work???

    Try the following:
    (:variable = '%' or
    :variable <> '%' and fieldname in :variable)

  • Page item multiple select

    I am using Discoverer 4.1.37 and not able to have multiple select on page items. Is this possible? If not is it possible in next version?
    Thanks
    Valli

    Both the items are on same page? ( though you have mentioned they are in different pages, but item names are such that as if they are on same page)
    If they are on same page, the you can do this using Javascript.
    For item, P3_EXCEPTION_REASON, put following code under 'Element Attributes' section
    onChange = "javascript:fnSetValues(this);"In page header put following code
    <script>
    function fnSetValues(pThis)
    if(pThis.value == 'Y') // assuming return value for YES is Y
    $x('P3_INVOICE_STATUS').value = 'Incomplete'; // Assuming P3_INVOICE_STATUS as text item, if its LOV based item then assign return value
    </script>Cheers,
    Hari

  • Multiple Selections in List Box

    Hello all. I am new to the Adobe Family and especially PDF designing, so please bear with me. I have gone through the Help section, and did searches on here to find an answer but have not had luck. I need to make a list box that the user chooses multiple choices. As in some forms that have if you hold down the CTRL button you can choose multiple choices. During my searches I keep finding coding lines. I'm not sure how to do coding at all, I'm using the Designer 7 template forms where I can choose the icon, and then go over to Object, Value, etc. Is what I want to do even possible with Designer 7? If so, how can I make this work. If not, what program would I need to use? Thank you in advance for your help!

    When I look at either a list box or a drop-down list and look at the "Field" tab I do not see a "Allow Multiple Selection" checkbox. I am using designer version 7.0.041126.0. Is it not supported in this version or am I missing something.
    Thanks

  • Extended notifications from multiple systems

    We're using Extended notifications now to send reminder e-mails about unfinished tasks. The problem now is that we have multiple (3) systems and we would like to set up Extended notifications to send one combined e-mail that has all the tasks from all the three systems. Is this possible with Extended notifications or do we have to cope with sending one e-mail per system?

    Hi Evan,
    I had the same requirement. My conclusion was that achieving this would mean modifying the standard extended notification mechanism to run in one of your three systems and retrieve workitems from all three systems via RFC calls. Surely quite a big change, with high complexity and high risk.
    I finally implemented another (relatively easy solution). The only prerequisite is to have UWL.
    1. Write a function module (rfc-enabled) that grabs all dialog and deadline workitems in a certain timeframe (passed as a parameter to the FM), with optional filter on task and agent. It returns a table with all the selected workitems + description + agent + agent's email address (if several agents for a workitem then the workitem appears several times in the table).
    Implement that FM in all our SAP prod systems where you have workflows.
    2. Write a report in one of the systems, which makes a call to that FM in all the other systems to retrieve the workitem and then sends an email to each agent. The report writes the time at which it runs in a db table. So next time you run it it knows when the email was sent last and thus knows which timeframe to select workitems on.
    The report sends one email to each agent with the list of workitems and a link to the UWL.
    If you do not have UWL then that might get much more complicated because you'll need to insert links in the email body to allow execution of the workitem from the mail directly. Not easy... In that case I would rather start from the standard extended notification mechanism and enhance it.
    Mmmh, maybe I should write a blog about this report of mine. Anyone interested? Worth the effort?
    Cheers,
    Patrick

  • Extended Notifications: Message not sent

    Hi Folks
    I had configured the extended notifications in the development system and it was working perfactly. Then I transported the customizing request for the above config to Test system.
    I have scheduled the job for SCOT and SWN_SELSEN.
    SWN_SELSEN do select the notifications to be sent but it does not send any messages.
    I have checked the application log and it displays a message SWN 032 ERROR while creating a message.
    Waiting for your expert opinion on how to resolve this issue.
    Regards
    Waz

    Hi Folks
    Thanx for sending me your answers. I found the solution to this.
    The solution lies in the activation of some services in SICF.
    List of services can be found at the following link in the Pre-requisites section:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/27/9a793426cea749b18fa409565c3dee/content.htm
    Thanks & Regards
    Waz

  • Best approach to attach note to decision via extended notifications?

    Hi,
    I'm looking for advice as to the best approach to handle this requirement. We are using extended notifications to deliver a user decision task to users' Outlook inbox. Users want to be able to attach a note after they select one of the decision links in the email. Currently if they click any option, they just get the standard page that says "Work item executed with decision option (whatever)".  There is no feature in that page for attaching a note.
    We want to keep this as simple as possible from the users' standpoint. Currently these users are not using the UWL, and they don't use SAPGUI very much.  The need to attach a note will be infrequent, so the procedure needs to be obvious and simple, or the feature won't be useful. 
    The SAP system is ECC 6.0 with Netweaver 7.01. The immediate application is purchase requisition rejection (we want to be able to attach a note when rejecting), but I am hoping for a generic solution.
    I'm thinking we have to create a substitute page that gets called when the link gets clicked. Will that work? But is there an easier way?
    Your thoughts?
    Thanks,
    Margaret

    Just use the pen tool (p) and set the type to shape. The achor points can be selected with the direct select tool (a).

  • Extended Notifications - Workflow Inbox link not working

    Hi,
    I have configured SWNCONFIG to send Extended Notifications. E-mails are being sent but the link for Workflow Inbox (configured in Subscription Settings - SHOW_INBOX_AS = LINK1) only takes to the enterprise portal home page not the inbox. I have search to have this fixed but with no luck. Does anyone know how to solve this?
    Thanks in advance.

    I have follow the configuration in this links:
    Configuring Notifications (View Cluster) (SAP Library - Embedded Processes (SAP Business Workflow))
    Subscription (SAP Library - Embedded Processes (SAP Business Workflow))
    It does not refer any specific link to the inbox. Only to activate the service: default_host  → sap  → bc  → workflow → shortcut
    And to use SHOW_INBOX_AS = LINK1 and define the portal url in parameter WG_HOST in General Settings. In addition the url while navigating in the portal is always the same (e.g either on the home page or in the workflow inbox), so I guess its the system job to re-direct to the Workflow Inbox, but this does not seem to be happening for some reason. 

  • Multiple Select List does not Refresh with Dynamic Action

    All,
    Scenario:
    Using APEX 4.2.2, I have a Select List page item (P4_SPONSOR) set to allow multiple values which has a dynamic LOV to populate the list.  What I would like to do is highlight the display values based on another page item's value (P4_DRIVER_ID).  When I set the source of P4_SPONSOR to static text, such as a delimited string of 1:2:3:4, any display values where the return values are equal to the static text are highlighted when the page loads.
    Problem:
    The problem lies in trying to use a query as a source for P4_SPONSOR which is filtered based on the other page item, P4_DRIVER_ID.  For instance, my SQL Query (returning colon separated values) returns the same as the static text noted above.  In the query's WHERE clause, I specify that the driver's ID is equal to P4_DRIVER_ID:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    This, as I understand it, would necessitate a refresh of P4_SPONSOR whenever the value of P4_DRIVER_ID changes.  So, I have a Dynamic Action that does just that.  When executed on the page, I can see the P4_SPONSOR multiple select list actually refresh, but none of the display values become highlighted.
    Thoughts?
    Thanks,
    -Seth.

    Seth,
    A dynamic action refresh of your select list will refresh the list of values (this is what you are seeing), it will not refresh the value of the item itself.  In fact, it will remove any values that you had already selected.  To refresh the value you will need to add additional dynamic actions.
    Create another dynamic action with:
    Event: After Refresh
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    If this was a normal select list you could just create a Set Value action and use your query to set the value of the select list.  Since this is a multiple select list your will need to get your colon delimited value first and then use some javascript to set the values of your select list.
    Create an hidden page item name P4_SPONSOR_TEMP.
    Add a true action to your new dynamic action:
    Action: Set Value
    Set Type: SQL Statement
    SQL Statement:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    Page Items to Submit: P4_DRIVER_ID
    Selection Type: Item(s)
    Item(s): P4_SPONSOR_TEMP
    Add another true action to your new dynamic action:
    Action: Set Value
    Set Type: JavaScript Expression
    JavaScript Expression:
    $("#P4_SPONSOR_TEMP").val().split(":")
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    --Jeff

  • Multiple selection in the ALV is not possible after system upgrade

    Hi Colleague,
    I had been using an ALV, which was performing as desired before, but recently we had a system upgrade to NW7.0 and after that in this ALV multiple selection of records/rows is not allowed.
    The colleagues who upgraded the system suggested that this may be because this ALV is instantiated at many places. I would request you to kindly provide a solution for the same ASAP, as I am not able to proceede ahead.
    Warm regards,
    Roopesh

    Hi all,
    Thanks for your replies, I had figured out the actual problem. The reason was, the referance of the selected rows was lost as I was doing bind elements to the context after moving to wddomodify.
    So I figured out an alternative solution to avoid binding on selection of records.
    Best regards,
    Roopesh
    Edited by: Roopesh Dolle on Apr 14, 2011 7:04 AM
    Edited by: Roopesh Dolle on Apr 14, 2011 7:05 AM

  • Search not working with multiple select in dropdown field

    Hello,
    Please first visit below site for searching form on left side.
    http://diventarepartner.unicaimmobili.com/home-page_copy_dynamic
    There is a field called Tipologia which is dropdown menu with checkbox (multiple select). Choose more than one checkbox and its automatic append with comma in text field which is customized using javascript. Now then if you submit button then its not working as our products.
    Now for this there is a custom field in admin in web apps items. This field is same for all items and values are different for all items like that which you can see above dropdown checkboxes value.
    Now my question Is it possible that for that one field in admin which has different value for different items and when i search from website and checked that cehck boxes and it search for all different items ??
    For example in admin suppose 2 items which has different value for that one field. Suppose one has value called Appartamento and other is Villa. Now from search form which is on website, that dropdown checkboxes, if i select these two values (Appartamento and Villa) from these and then search, it will display that both items from web apps ???
    Is it possible ??? Can you help me for this ???
    Waiting for reply. Thanks in advance.

    Your link doesn't work. Do you mind reporting it?

  • X3-02 does not support multiple selected delete me...

    I have call Nokia Singapore on the issues that X3-02 does not include the feature for all or multiple selective delete message receive. Imagine spam message send to your mobile phone and you have to spend time to  delete one at a time. This waste user time and it should be a basic feature of a phone. i have a low end Samsung phone allow me to do this.
    Nokia, please put a updated software to allow user to do:-
     allow user to mark the spam soure 9 telephone number) and move message into the foder and allow the user to decide to delete it or not.
    Allow user to mak and do selective deleation.
    Currently, I am very unhappy of this phone as it does not has this important feature.
    Thanks
    Parry

    It take two steps to do this and it depends on the state of the phone. A simple mak and delete at last is availavle in many other phones.
    One of the main concern is about sms spam block or filter, this is a important feature. Further more, this phone vibration mode is no selectable. It either on or off fot both call and sms.
    Imagine a100 sms flooded will use a lot of battery and anoying.
    I am a very unhappy X3-02 owner. I will not recommend anyone to buy this phone until these functions are available. I am even consider to sell it away .

  • RAR5.3 not able to cut and paste list of users to Multiple Selection screen

    CC V4.0 on ABAP system has a feature where you can cut and paste a list of many users from the clipboard to Single Values column in the Multiple Selection screen, so you can run SOD Analysis Report for all those users.  The Multiply Selection screen is a standard SAP supplied pop up screen.
    With RAR 5.3 the Multiply Selection screen design is different.  There is no longer feature to cut and paste from clipboard.  We have to input each user one at a time.  So if you have many users (20, 30, etc.) it is a time consuming task.  It is not acceptable to our business power users.
    We can import the list of users to a Custom User Group (in the Configuration Tab).  First of all, there is no mass delete on Custom User Group.  You have to delete each user one at a time which is time consuming.  The alternative is to create a new Custom User Group each time, then it becomes a maintenance nightmare.  Secondly, it is in the Configuration Tab which is only available to Administrators (fear of users changing configuation data), so the Administrator (or whomever has access to the Configuration Tab) has to maintain the Custom User Groups which is a lot of work for him or her or them.
    We talk to SAP every week.  But they are looking at this as a long time project.  Does any one of you (or your company) has the same requirements?  How do you get around it?  Did you setup some other procedures so users can cut and paste the users list and run the Risk Analysis report themselves?
    Thanks,
    John.

    This is probably a JVM issue. Are you using JInitiator or the IE native JVM?
    I suggest you turn on the JVM console, set the trace level to maximum, and then watch what happens when you attempt the copy.
    Also, check the key mapping (usually ctrl-k) that the forms applet is implementing. Perhaps ctrl-c means something else...

Maybe you are looking for

  • IP over FW and Internet Sharing

    I currently have 2 ethernet connections here at my office, one for my G5 and one for my personal PB which I more or less use as an external when at the lab, which has an imap server for email archiving, etc. I'm moving to another office where I'll li

  • Why are there dozens of "web process" pop ups after wipe and load of 10.6.8 on Mac Mini by Genius Bar?

    I just had my Mac Mini (early 2009) in at the Genius Bar as it was running very slow.  They did a multi hour scan of the harddrive, etc.  Did not find any hardware problems.  They did a wipe and loaded 10.6.8 on the Mini.  The Apple folks were great

  • Ise personas and Active directory

    hello everybody , just a question... which persona needs more bandwidth with Active Directory? Supposing I have       admin/monitor ----------firewall ----------- policy service on wich side should I place AD ? (cause firewall limits bandwidth?) than

  • SSRS reports global access

    I have created one project in MSBI - SSRS. Under that I have 6-7 charts. I have deployed them successfully on my localhost machine using ReportServer and it is working absolutely through browser. My challenge is I want to access these reports from so

  • HT2484 how can i find isync on lion osx

    how can i find isync on lion osx