Extended notifications: more items selected than expected

i have configured SWNCONIFG for only one task and i know how many instances there were created in the system. when i run SWN_SELSEN and check WF/NOTIFICATIONS in SLG1, however, i see workitems ids that are for different tasks. i have removed all the prior task filter configurations and started from scratch, but the 'old' items keep coming back and some of them seem random as i don't recall ever creating any tasks for them.
is there a cleanup utility or do i have tor resort to a surgical procedure directly on the SWN_NOTIF table?
i'm only trying to avoid surprises during the go-live.

Gregory,
did you ever get an answer to this question.  I am seeing the exact same issue despite having filters configured to only pull one specific task...i still see others tasks in SWN_NOTIF and i can see from the application logs that the system is attempting to send those notifications. 
if you have resolved what was your ultimate solution to this?
thx

Similar Messages

  • Listbox focused row when more items selected

    Hi, I have following problem. I'm using ListBox with multiple rows selection enabled. I want to identify the row that's focused even when it's not selected. It's shown on attached pictures.
    I'll appreciate any kind of help
    Bye
    jochynator
    LV 8.0.1, WinXP Pro
    Attachments:
    active_row.vi ‏10 KB
    active_row_example.PNG ‏3 KB
    active_row_example2.PNG ‏3 KB

    Hi Andy,
    I want to know which item was selected as last to draw the correct datafile - last chosen. It would be easy when having ListBox allowing to select only one row, but I want to have opportunity to select more items, when I want to delete more datafiles from memory.
    jochynator
    LV 8.0.1, WinXP Pro
    Attachments:
    ListBox_chose_item.vi ‏18 KB

  • More item categories than attached to the document type

    Hi Friends,
    When i checked the possible item category list for a item for a given sales order, there are many item categories than that of the item categories assigned in the VOV4.
    Could any body guide me, if there are any other way this can be linked?

    When you input the material and before processing further or pressing enter, if you go to the item category field and drop down the list, system will show all the item categories avalable.
    Once you process the material and once the default item category is determined, then you can drop down and see the specific item categories that you have mainatined in the item category determination.
    Hope this helps
    regards
    Sai

  • Hyper-V guest OS task manager reports more memory used than expected

    I have a Hyper-V node with 32 GB of system memory and 6 cores (12 logical processors with hyperthreading) running Windows Server 2012 Datacenter.  On this node I have a virtual machine with 4 GB of system memory and two logical processors running Windows
    Server 2008 R2 Standard.
    On the virtual machine, Task Manager show that 3.62 GB of memory are being used and 109 MB are free.  This is despite the fact that nothing is installed or running on the vm except the operating system.  The memory usage for all processes for all
    users as reported by Task Manager is under 100 MB.
    Any ideas on what can be causing such a huge discrepancy between the memory usage reported by Task Manager and reality?  The host OS reports 9.8 GB out of 32 GB memory usage (expected since several VMs are running on the host), but I would not think
    that the guest OS would be pegged.

    Busy two weeks.  Sorry I didn't respond sooner.
    I should clarify that I was not running Task Manager on the host machine, but rather on the guest OS.  Task manager on the VM was reporting incorrect memory usage for the VM.  Task Manager on the host machine was reporting correct information for
    the host.
    I would expect that a guest OS should have accurate metrics for its own memory usage as this is usually the case with visualization solutions (Sun VirtualBox, Citrix, VMWare).  Interestingly, although TaskManager on the guest OS is reporting incorrect
    (3.62 GB) memory usage, the Hyper-V Manager shows reasonable and likely correct (574 MB) memory usage.  Hyper-V Manager shows 598 MB of "Assigned Memory" and 574 MB of "Memory Demand", whereas TaskManager on the guest OS shows 3.62 GB of memory used. 
    I would have expected Task Manager on the guest OS to show 4 GB available, 574 MB used, about 3.4 GB free.

  • ALV: multiselect selects more rows than expected

    If I have table with many pages of data and do following actions:
    1) leave lead select in first page as it is
    2) go to next page - with ctrl select 2nd row
    3) go to next page - with ctrl select 1st row
    4) go back to previous page - 2nd row selected as expected
    5) go to next (3rd) page - 1st and 2nd row is selected (expected only 1st row to be selected)
    There is no any select event handler which could cause such behavior.
    I have noticed such error on standard table, too.
    What is causing this error?

    Oskars,
    If you are using
    -- one context node for this table,
    -- you have set the context node's Cardinality to o...n,
    -- and the table UI element that's bind to this context node's property SelectionMode is set to be 'auto' or 'multi',
    then I think this is a bug in your version.  I have tried on my system (SAP ECC 6.0, SAP_ABA 700), and I cannot reproduce the behavior you have describe in this thread.   Check the CSN to confirm if this is a bug indeed.
    regards,
    Tina Yang

  • Error in sql query as "loop has run more times than expected (Loop Counter went negative)"

    Hello,
    When I run the query as below
    DECLARE @LoopCount int
    SET @LoopCount = (SELECT Count(*) FROM KC_PaymentTransactionIDConversion with (nolock) Where KC_Transaction_ID is NULL and TransactionYear is NOT NULL)
    WHILE (
        SELECT Count(*)
        FROM KC_PaymentTransactionIDConversion with (nolock)
        Where KC_Transaction_ID is NULL
        and TransactionYear is NOT NULL
    ) > 0
    BEGIN
        IF @LoopCount < 0
            RAISERROR ('Issue with data in KC_PaymentTransactionIDConversion, loop has run more times than expected (Loop Counter went negative).', -- Message text.
                   16, -- Severity.
                   1 -- State.
    SET @LoopCount = @LoopCount - 1
    end
    I am getting error as "loop has run more times than expected (Loop Counter went negative)"
    Could any one help on this issue ASAP.
    Thanks ,
    Vinay

    Hi Vinay,
    According to your code above, the error message make sense. Because once the value returned by “SELECT Count(*)  FROM KC_PaymentTransactionIDConversion with (nolock) Where KC_Transaction_ID is NULL and TransactionYear is NOT NULL” is bigger than 0,
    then decrease @LoopCount. Without changing the table data, the returned value always bigger than 0, always decrease @LoopCount until it's negative and raise the error.
    To fix this issue with the current information, we should make the following modification:
    Change the code
    WHILE (
    SELECT Count(*)
    FROM KC_PaymentTransactionIDConversion with (nolock)
    Where KC_Transaction_ID is NULL
    and TransactionYear is NOT NULL
    ) > 0
    To
    WHILE @LoopCount > 0
    Besides, since the current query is senseless, please modify the query based on your requirement.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • More results than expected.

    Hi!
    With the below shown "SELECT-QUERY"  I get
    more results than expected.
    What can the reason be for that ?
    I get 72 entries instead of 12 and lines multiple. 
    When go via se16 and type in the materialnumber
    I get shown only 12 entries out of all below
    listed tables.
    Regards
    Ilhan
    SELECT a~matnr
    a~herkl a~herkr
    b~exprf b~valid
    c~stawn c~valid
    c~prrfm c~peinh
    d~prwrk d~peinh
    INTO CORRESPONDING FIELDS OF TABLE ldm_all
    FROM LDM_LF AS a
    INNER JOIN LDM_VL_LFKD AS b ON
    a~matnr = b~matnr
    INNER JOIN LDM_VL_MAT AS  c ON
    a~matnr =  c~matnr
    INNER JOIN LDM_VL_KD AS   d ON
    a~matnr = d~matnr
    WHERE a~matnr IN mat AND
          b~valid IN dat.

    SELECT a~matnr a~kunnr
    a~herkl a~herkr
    b~exprf b~valid
    INTO CORRESPONDING FIELDS OF TABLE ldm_all1
    FROM LDM_LF AS a
    INNER JOIN LDM_VL_LFKD AS b ON
    a~matnr = b~matnr
    a~wlfnr = b~wlfnr
    WHERE a~matnr IN mat AND
                 b~valid IN dat.
    If sy-subrc = 0.
    SELECT  c~stawn c~valid
            c~prrfm c~peinh
            d~prwrk d~peinh
         INTO CORRESPONDING FIELDS OF TABLE ldm_all2
            FROM LDM_VL_MAT AS  c
             INNER JOIN  LDM_VL_KD AS   d ON
                            c~matnr = d~matnr
                            c~LDMQL = d~LDMQL
                            c~valid   = d~valid
             FOR ALL ENTRIES IN i_ldm_all2
            WHEREc~matnr = i_ldm_all2-matnr AND
                        c~kunnr  = i_ldm_all2-kunnr AND
                         c~LDMQL = i_ldm_all2-ldmql AND
                          c~valid = i_ldm_all2-valid.
    ENDIF.
    Hope this solves ur query.

  • Can I have one cell in a table extending over more than one column?

    I'd like to be able to have a table in which some cells extend over more than one column.
    In Word, I can just delete the right hand cell border, and the cell automatically stretches over the next column.
    (Pages 5.2.2.)
    Thanks

    Pages v5 is not an MS Word clone, and therefore, it doesn't matter what you did in Word. Select the adjacent table column cells, and then either two-finger tap, or right-click and choose merge cells from the contextual menu.

  • How to get items from a list that has more items than the List View Threshold?

    I'm using SharePoints object model and I'm trying to get all or a subset of the items from a SharePoint 2010 list which has many more items than the list view threshold (20,000+) using the SPList.GetItems() method. However no matter what I do the SPQueryThrottledException
    always seems to be thrown and I get no items back.
    I'm sorting based on the ID field, so it is indexed. I've tried setting the RowLimit property on the SPQuery object(had no effect). I tried specifying the RowLimit in the SPQuerys ViewXml property, but that still throws a throttle exception. I tried using the
    ContentIterator as defined here:http://msdn.microsoft.com/en-us/library/microsoft.office.server.utilities.contentiterator.aspx,
    but that still throws the query throttle exception. I tried specifying the RowLimit parameter in the ProcessListItems functions, as suggested by the first comment here:http://tomvangaever.be/blogv2/2011/05/contentiterator-very-large-lists/,
    but it still throws the query throttle exception. I tried using GetDataTable instead, still throws query throttle exception. I can't run this as admin, I can't raise the threshold limit, I can't raise the threshold limit temporarily, I can't override the lists
    throttling(i.e. list.EnableThrottling = false;), and I can't override the SPQuery(query.QueryThrottleMode = SPQueryThrottleOption.Override;). Does anyone know how to get items back in this situation or has anyone succesfully beaten the query throttle exception?
    Thanks.
    My Query:
    <OrderBy>
        <FieldRef Name='ID' Ascending='TRUE' />
    </OrderBy>
    <Where>
        <Geq><FieldRef Name='ID' /><Value Type='Counter'>0</Value></Geq>
    </Where>
    My ViewXml:
    <View>
        <Query>
            <OrderBy><FieldRef Name='ID' Ascending='TRUE' /></OrderBy>
            <Where>
                <Geq><FieldRef Name='ID' /><Value Type='Counter'>0</Value></Geq>
            </Where>
        </Query>
        <RowLimit>2000</RowLimit>
    </View>
    Thanks again.

    I was using code below to work with 700000+ items in the list.
    SPWeb oWebsite = SPContext.Current.Web;
    SPList oList = oWebsite.Lists["MyList"];
    SPQuery oQuery = new SPQuery();
    oQuery.RowLimit = 2000;
    int intIndex = 1;
    do
    SPListItemCollection collListItems = oList.GetItems(oQuery);
    foreach (SPListItem oListItem in collListItems)
    //do something oListItem["Title"].ToString()
    oQuery.ListItemCollectionPosition = collListItems.ListItemCollectionPosition;
    intIndex++;
    } while (oQuery.ListItemCollectionPosition != null);
    Oleg
    Hi Oleg, thanks for replying.
    The problem with the code you have is that your SPQuery object's QueryThrottleMode is set to default. If you run that code as a local admin no throttle limits will be applied, but if you're not admin you will still have the normal throttle limits. In my
    situation it won't be run as a local admin so the code you provided won't work. You can simulate my dilemma by setting the QuerryThrottleMode  property to SPQueryThrottleOption.Strict, and I'm sure you'll start to get SPQueryThrottledException's
    as well on that list of 700000+ items.
    Thanks anyway though

  • 'Find an Item' search on list with more items than view limit

    Hello all
    The 'Find and Item' search on a list with more items than the view limit appears to filter results according to where you are in that list.  So if I search on the allitems page displaying items 1-100 I get hits from the entire list.  But if I arrow
    through to view items 201-300 and repeat the same search only items from 201 to the end of the list are returned
    I'm assuming this is not how it should work i.e. it should always return results from the whole list.  Is there a way to make that so (other than increasing the view limit to something huge so that all items are always displayed)
    Many Thanks
    Dan

    Hi,
    According to your post, my understanding is that Find an item Search box in List didn't returned any results.
    The problem is due to a difference between the Content Source defined for the crawl and the default zone defined in the Alternate Access mapping.
    You need to change the Alternate Access Mapping configuration.
    For more information, you can refer to:
    http://blog.jonathanroussel.com/2009/01/sharepoint-search-using-this-site-or.html
    http://blog.dafran.ca/post/2011/07/02/SharePoint-does-not-return-any-search-results.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Extended notification - How notification is being selected and saved?

    In SWNCONFIG, our scenario was set to use filter 'ALL_DELTA' and subscription Granularity is 'one
    message contains multiple notification'.  After schedule program SWN_SELSEN, the job log shows:
    Selection of Notifications:
    23368 notifications selected
    00000 notifications deleted (logically)
    02729 new notifications saved
    00000 notifications saved
    Sending Messages:
    02729 notifications selected
    02644 messages sent
    Unable to send 00000 notifications due to errors
    My questions are:
    (1) How notification is being selected? 
    (2) How notification is being saved?  It is reference to the status of active workflow item?  Any timestamp for this?
    (3) For granularity 'one message contains multiple notification', what is the criteria to combine multiple notification? e.g. Same receiver on the same day?

    Donald,
    Pl have a look at this very useful blog about Ext. Notif.
    How to get Work items @ your Outlook Inbox
    This also has the link to help.sap.com for Ext. Notif.
    SWNCONFIG uses SWN_SELSEN pgm for selection & delivery of outlook mails.
    This report uses the handler CL_SWN_NOTIF_WORKFLOW for selection.
    Pl look into this.
    venu

  • Extended notification: Filter more Tasks

    Hi,
    I am using the extended notification. I have already a filter for one task and know how to add some entries. Is there also the possibility working to use wildcards like TS000*? Is it possible?
    thanks, Vanessa

    Did you (or has someone else?) tried to use task groups (object type TG)? If that worked, you could group your tasks into one task group, and use that group in SWNCONFIG, etc.
    In general I would perhaps avoid using wildcards even if they worked (or at least be extra careful with them). Perhaps you could make it work now (=it selects only the tasks that you intended), but you will never know what happens in the future: someone (or SAP) creates new tasks, which fits into your wildcard criteria, and you users will be getting some notifications that they are not supposed to get (this is especially valid concern if you would be using the custom created tasks "TS9*" in your filter).
    Kind regards,
    Karri

  • Order - create with reference - more information in Item selection ??

    Hi all:
      We are using "Copy control " from Quotation to Sales order..., it works OK.
      But we are facing a problem now... The user used to copy all Quotation as 1 SO and now they need to choose the specific items.
      So, they using  VA01 -> Create with reference -> Item selection ->  "Then Choose items"
       But the screen only has information about  "Item/Material No./Material description and Open quantiry"... not enought for user, they need more info like Plant, batch ... to choose the item....  any setting can make it??
      I have tried "Table setting" and IMG but found nothing !!
      I know we can copy all first and remove it, but is there any way we can choose them from "Item selection"...
      Thanks..

    Hi Amit
    Thanks your answer and which enhancement do you recommand ??
    if there is "easy" enhancement can do it, we might do it otherwise we will use "Copying requirements" only...
    Thanks again

  • Synchronising - more items than songs = don't understand

    Update of iTunes has caused a few problems with my music library and folders, but a helpful Genius in the Apple store seems to have fixed most issues. One thing puzzles us both - when opening iTunes library, the footer says how many items I have, when synchronising, the software tells me how many songs I am working with. I have about 100 more items than songs and I cannot trace this difference to games (1), TV shows (1) and photos (25). At first we worried that we had not solved the problems with my music library, but I don't notice any missing songs. Any ideas as to what is in the "items" at the footer of the iTunes library? I am just curious rather than desperate to fix something. Many thanks for your indulgence.

    Time machine makes this less important so gave up.

  • Customers extended to more than one Credit Control Area ?

    Hello ,
    Please advice ,SAP Customers (payers ) can be extended to more than one Credit Control Area ?
    Yes or No ?
    Pros & Cons ?
    Thanks in advance.
    Regards,
    Vikas

    Hi Vikas,
    You can map one customer to two different credit control areas:
    However you need to understand the following points:
    1.Delinking of company code to existing credit area (FI)
    2.Allow at compnay code more than one control and allow overwriting also(FI)
    3.Allow the existing risk categories to work in new control Area (FI)
    4.Change layout of customer master (if credit control area is not activated in sales area-Billing Tab)
    5.Creation of Validations in FI that No entry to customer ledger shall pass without assignment to control area.
    The Process of having multiple control area under one compnay code though not advisable however if business requires this you need to configure.
    Pros:
    1. Single customer code
    2.Credit control division wise
    3.AR can be taken division wise
    Cons:
    1.Master data maintenance would increse
    2.user need to put credit area in all transactions specially-Credit & debot Notes (FB70) and advance payments.
    If You require any other help pls revert.
    Regards
    Sanjay

Maybe you are looking for