Filtering getUsers result?

I'm using a rule that calls getUsers to populate a drop down box on a form:
<Rule id='#ID#Rule:test' name='test' authType='EndUserRule'>
  <RunAsUser>
    <ObjectRef type='User' id='#ID#Configurator' name='Configurator'/>
  </RunAsUser>
  <invoke name='getUsers' class='com.waveset.ui.FormUtil'>
    <rule name='getContext'/>
    <map>
      <s>conditions</s>
      <list>
        <new class='com.waveset.object.AttributeCondition'>
        <s>MemberObjectGroups</s>
        <s>startsWith</s>
        <s>Top:Test Org</s>
        </new>
      </list>
    </map>
  </invoke>
  <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' name='All'/>
  </MemberObjectGroups>
</Rule>And it returns the users in Test Org, but not from the organizations below it. It seems like any operator is treated like 'equals'?
Any ideas appreciated.
Best regards
Stefan
Edited by: PwC_SFK on Dec 10, 2008 1:32 AM

Try to "scopingOrg" parameter in the options map.
Something like:
<map>
<s>scopingOrg</s>
<s>Top:Test Org</s>
</map>
Hope this helps.

Similar Messages

  • Error in Form.  - Security and or filtering has resulted in a Required dim

    Hi,
    When some of our users are trying to access forms, they are getting the error"Security and or filtering has resulted in a Required dimension not being represented on this data form'. How Do i resolve this issue. Do I need to go to the organization dimension and asign secuWe are on Hyperion planning 11.1.1.1.
    Prasad

    It sounds like the issue isn't related to provisioning. Instead, it sounds like a dimensional security issue (security assigned to individual members in your hierarchies). For example, perhaps the user doesn't have access to a particular scenario or entity?
    To edit dimensional security, sign into your Planning app as an administrator. Select <Administration>, <Dimensions>. Click on a member and select the "Assign Access" button. If that button isn't available, it means that security is not turned on for that dimension. To turn security on or off for a given dimension, select that dimension and press the "View" button. You should see a check box to "Apply Security".
    When I'm trying to debug this type of issue, I typically use the native Essbase spreadsheet add-in and Styles. Try to recreate your form in the spreadsheet add-in. Use the exact same members. (make sure you're signed in as the user who is having trouble with the form)
    In your Essbase options, select "Use Styles" in the display tab. Then select different styles for read only and read/write. It will quickly become apparent where you have security assigned. Then you go update your security in Planning, refresh, and your user should be able to access the form.
    Hope this helps,
    - Jake
    http://plandemonium.wordpress.com/

  • Filtering of result list in Forums

    When browsing the list of questions in a forum, there is a filter box available that provides 4 options for controlling which questions are displayed:
    - All Threads
    - Open Questions
    - Answered Questions
    - Questions with no replies
    While these 4 options are useful, I wonder if the list could be expanded or changed to provide better results.
    With the new stricter moderation, there are quite a number of threads being locked in some forums.  The "Open Questions" option does not exclude locked posts, but I would suggest that anyone looking for open questions is probably not interested in locked ones.  The "Questions with no replies" option also seems to include locked posts.   Perhaps an additional check-box "Include Locked Posts?" could be added next to the filter dropdown, defaulting to "Off".
    Or perhaps just an additional option - "Exclude Resolved and Locked entries"?
    The option for "Questions with no replies" might also be more useful if it could be used as "Questions with less than [n] replies" with [n] selectable by the user.
    An option to filter the list based on Title "contains" / "does not contain" a specified word would also be of use to limit the display list in forums like ABAP General to items that are of interest.
    It would also be nice if the filter option was available to filter the results in the "Recent Threads" part of the display when when looking at group category levels such as ABAP Development. 
    Additional options to filter based on view count or author also come to mind.
    One that I would like would be the ability to filter based on who has replied to the thread - there are a number of names out there that make me read a thread even when it is a question I know nothing about, just to see what gems the reply contains.  I have learned new techniques more than once in this manner.
    Given the number of threads that are posted in ABAP Development each day, any way to control the list of questions viewed will make it more likely that questions will be seen by the person(s) best able to answer them.
    I am sure others will have different requirements for filtering the lists depending on their personal approach to reading and responding to questions, and that options available will be restricted by the way the SCN forum data is organised. 
    thanks
    Andrew

    I wrote the below code
    onFilter: function(oEvent) {
         // add filter for search
        var aFilters = [];
        var sQuery = oEvent.getSource().getValue();
        if (sQuery && sQuery.length > 0) {
          var filter = new sap.ui.model.Filter("Mcod1", sap.ui.model.FilterOperator.Contains, sQuery);
          aFilters.push(filter);
        // update list binding
        this._oDialog = sap.ui.xmlfragment("MyDialog", "cus.sd.priceavailability.check.ZSD_PRAV_MON.view.Dialog", this);
        var list = sap.ui.getCore().byId("MyDialog--master1List");
      list.bindAggregation("items", {path:pathStr
             ,template : new sap.m.ObjectListItem(
                    {title:"{Mcod1} ",
                      number : "", type: "Active",
                      attributes: [new sap.m.ObjectAttribute({
                            text : "(#{Kunn2}, {Vkgrp}, {Vkbur})"
                      new sap.m.ObjectAttribute({
                            text : "#{Stras}, {Mcod3}, {Regio}-{Pstlz}"
                      filters:aFilters
    But displaying the below errors in console
    2015-04-23 17:42:12 [index.html] adding element with duplicate id 'MyDialog--salesOffice'
    Uncaught Error: Error: adding element with duplicate id 'MyDialog--salesOffice'
    2015-04-23 17:42:12 [index.html] adding element with duplicate id 'MyDialog--salesGroup'
    Uncaught Error: Error: adding element with duplicate id 'MyDialog--salesGroup'

  • Help sought filtering athe results for an external content type.

    I have been using resources like
    http://msdn.microsoft.com/en-us/library/office/ee557243(v=office.14).aspx to set up an external content type. Then I used resources such as
    http://msdn.microsoft.com/en-us/library/office/ee558778(v=office.14).aspx to create an external list.
    I got the infamous error "Unable to display this Web Part..." that web searches show generally happen when too many results are being returned.
    When I set up the Read List operation, I did create a limit filter. The column that has a unique value for each record was selected with a default value of 100. The bits I have read seemed to indicate that would limit the results to 100 records. In
    my case, what I was attempting to do should have only returned a few records, so that seemed safe.
    Since I am getting the error that people indicate is related to too many records being returned, and I looked using powershell and it seems that the default is 2000 items, the limit filter doesn't appear to be working.
    I have read books, web blogs, forum threads and technotes. Unfortunately most of what I have read does not really explain _what_ one is supposed to do in a way that is general. Typically it is all done in terms of some specific example, which perhaps I am
    not translating into my specific case appropriately.
    Can someone explain the filtering and how the functionality works?
    Thank you!

    Digging into the ULS logs reveals an odd error. It says:
    05/06/2014 07:13:11.93 w3wp.exe (NTSRV45SB:0x1E08)            
    0x0F14
    SharePoint Foundation         Web Parts                    
    89a1 High
    Error while executing web part: System.InvalidOperationException: A null value was used as an Identifier value for Entity (External Content Type) with Name 'HPSM External Data Connection' in Namespace 'http://sandbox/sites/it/projects/sm/hpsm_edc'. Null
    identifier values are not permitted. Check the data returned from the LobSystem (External System) or the TypeDescriptors for Method with Name 'PROBSUMMARYM1Read List' on Entity with Name 'HPSM External Data Connection' in Namespace 'http://sandbox/sites/it/projects/sm/hpsm_edc'.
    ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.  Parameter name: identifierValues     at Microsoft.BusinessData.Runtime.Identity..ctor(Object[] identifierValues)     at Microso...
    532f2966-cc96-4fb8-b0e3-e83b838d2aef
    05/06/2014 07:13:11.93* w3wp.exe (NTSRV45SB:0x1E08)            
    0x0F14
    SharePoint Foundation         Web Parts                    
    89a1 High
    ...ft.SharePoint.BusinessData.Infrastructure.CompositeIdentifier.GetIdentity()     --- End of inner exception stack trace ---     at Microsoft.SharePoint.BusinessData.Infrastructure.CompositeIdentifier.GetIdentity()    
    at Microsoft.SharePoint.BusinessData.Runtime.AbstractEntityInstance.GetIdentity()     at Microsoft.SharePoint.SPExternalList.GetBdcIdentityFromEntityInstance(IEntityInstance entinst)     at Microsoft.SharePoint.SPListDataSource.GetFilteredEntityInstancesInternal(XmlDocument
    xdQueryView, Boolean fFormatDates, Boolean fUTCToLocal, String firstRowId, Boolean fBackwardsPaging, String& bdcidFirstRow, String& bdcidNextPageRow, List`1& lstColumnNames, Dictionary`2& dictColumnsUsed, List`1& mapRowOrdering, List`1&
    lstEntityData)     at Microsoft.SharePoint.SPListDataSource.GetFiltered...
    532f2966-cc96-4fb8-b0e3-e83b838d2aef
    05/06/2014 07:13:11.93* w3wp.exe (NTSRV45SB:0x1E08)            
    0x0F14
    SharePoint Foundation         Web Parts                    
    89a1 High
    ...EntityInstances(XmlDocument xdQueryView, Boolean fFormatDates, Boolean fUTCToLocal, String firstRowId, Boolean fBackwardsPaging, String& bdcidFirstRow, String& bdcidNextPageRow, List`1& lstColumnNames, Dictionary`2& dictColumnsUsed,
    List`1& mapRowOrdering, List`1& lstEntityData)     at Microsoft.SharePoint.SPListItemCollection.EnsureEntityDataViewAndOrdering(String& bdcidFirstRow, String& bdcidNextPageFirstRow)     at Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData()
        at Microsoft.SharePoint.SPListItemCollection.get_Count()     at Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(DataSourceSelectArguments selectArguments, String aggregateString, Boolean wantReturn, BaseXsltListWebPart
    webpart, SPListItem& listItem, SPListItemCollection& listItems, String[]& f...
    532f2966-cc96-4fb8-b0e3-e83b838d2aef
    05/06/2014 07:13:11.93* w3wp.exe (NTSRV45SB:0x1E08)            
    0x0F14
    SharePoint Foundation         Web Parts                    
    89a1 High
    ...ieldList)     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()     at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()     at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean
    bDeferExecuteTransform) 532f2966-cc96-4fb8-b0e3-e83b838d2aef
    05/06/2014 07:13:11.93 w3wp.exe (NTSRV45SB:0x1E08)            
    0x0F14
    SharePoint Foundation         Web Parts                    
    89a2 High
    InnerException 1: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.  Parameter name: identifierValues     at Microsoft.BusinessData.Runtime.Identity..ctor(Object[] identifierValues)    
    at Microsoft.SharePoint.BusinessData.Infrastructure.CompositeIdentifier.GetIdentity()
    532f2966-cc96-4fb8-b0e3-e83b838d2aef
    So I am thinking this may not be a limit problem at all. However, the Read List operation, right now, has only one filter parameter - on a column that I have verified has no null entries. There are a lot of columns - and a lot of rows. So I set up a limit
    filter with a default value of 100, which I thought would limit the number of records returned to 100.
    Perhaps the real problem is something different and it only manifests itself as a null value?
    Does anyone out there have any ideas?

  • AND/OR operator while filtering query results

    Hello all,
    This sounds like very simple requirement but i was not able to show end user a way to do it. This is my requirement.
    Employee       Department
    A                   ACC
    B                   ACC
                         R&D
    C                   R&D
    D                   HR
    So when the user runs the report, after seeing this data now they want to filter like show me all the employees who are in ACC and R&D department. So the user is expecting to see only Employee B on the report. But when the user actually right clicks and selects ACC and R&D in filter screen they see A, B and C since they belong to ACC or R&D is there a way to filter by conditions like ACC "AND" R&D or the other way round like show me all who belong only to R&D and expect to see only employee C.
    Let me know if anyone has faced this situation and what can be the best way to solve this
    Thanks a lot in advance.

    Maybe you can use a calculated keyfigure with exception aggregation for the characteristic employee (~ count all values for characteristic ...). This keyfigure should count how often an employee is in different departements. E.g. employee A is in 2 departements, the calculated keyfigure has the value 2. This can be used in a condition with an input variable (~ show only records with keyfigure greater or equal input value). The user filters the query for let's say 3 departments an wants to know, if an employee is in a least 2 of these departements. The user enters 2 in the input variable and refreshs or activates the condition.
    I think this task cannot be done by the user using only context menue and mouse clicks.

  • Activating Metadata Navigation and Filtering feature results in no access to Site

    Hi
    We have found that when this feature is activated all access to the site is lost and users get "Sorry, this site has not been shared with you"
    ULS with taxonomy set to verbose:
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x800700...
    DelegateControl: Exception thrown while adding control 'ASP._controltemplates_15_metadatanavtree_ascx': System.Threading.ThreadAbortException:
    Thread was being aborted.
    Deactivate the feature and access is restored. Note we have just deployed the Dec 14 CU but this does not happen on our Staging site which also has the Dec 14 CU
    Any ideas? Obviously users want to enable this feature!
    Cheers
    J

    Hi,
    For your issue, maybe the permissions for the Portal Super User and Portal Super Reader were not correctly positioned on the web application policy:
    You need to add Portal Super Reader account with Full Read permissions on the web application policy and you could access site pages even when Metadata Navigation Filtering was activated.
    You need to addPortal Super User account with Full Control permissions on the web application policy and you could create the new site collection, access site pages even when Metadata Navigation Filtering was activated.
    Refre to the following article about creating the user accounts by using Central Administration:
    https://technet.microsoft.com/en-us/library/ff758656.aspx
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Filtering transactions resulting in incorrect running balance.

    Hi ,I am back with another simple problem.
    I have a list of transactions which are with dates out of order.
    The last column is a running balance(starts off with a balance of 2, ending with a balance of 41)
    2
    5 Apr 2008 Charles Food 8 10
    5 Apr 2008 Harry Food 2 12
    1 Apr 2008 Barry petrol 2 14
    1 Apr 2008 Jim Petrol 6 20
    1 Apr 2008 Steven Petrol 9 29
    1 Jan 2008 Jack Food 12 41
    However when I run a filter on ascending dates, I get the following
    Which gives an incorrect balance.
    What am I doing Wrong?
    1 Jan 2008 Jack food 12 41
    1 Apr 2008 Barry petrol 2 14
    1 Apr 2008 Jim Petrol 6 20
    1 Apr 2008 Steven Petrol 9 29
    5 Apr 2008 Charles Food 8 10
    5 Apr 2008 Harry Food 2 12
    2
    By the way I tried to insert a copy of the spreadsheet to show exactly what I am doing, without success.
    How do I insert pictures on the discussion group?
    Thanks-chatch

    pw1840 wrote:
    Yvan's revised formula works beautifully when the E is replaced with another INDIRECT/ADDRESS segment:
    =INDIRECT(ADDRESS(ROW()-1,COLUMN()))+INDIRECT(ADDRESS(ROW(),COLUMN()-1))
    my late formula
    =INDIRECT(ADDRESS(ROW()-1.COLUMN()))+E
    works flawlessly
    No need for indirect addressing for the value grabbed from the current row.
    It's a side effect of the use of the single column letter in the cell reference.
    One issue that has not been dealt with is the starting balance "2" which sorts to the bottom of the list. The final balance is correct, of course, but the intermediate cumulations do not reflect that value as one might expect. Placing an early, out of range date in the "2" row along with some statement like "Prior Balance" in column B would solve this problem.
    Of course, I didn't insert the row containing the 2 in the range to sort;-)
    Yvan KOENIG (from FRANCE mardi 17 juin 2008 21:41:31)

  • Attempting to report using multiple subqueries and filtering on result set

    I have an Oracle view which shows historic logs of changed data, effectively an audit view. The view is over two tables, a header and a detail table. I guess for the purpose of the question that is not too relevant but the structure of the view is. This is the view:
    SQL> desc ifsinfo.history_log_join
    Name Null? Type
    *LOG_ID                                    NOT NULL VARCHAR2(10)
    *MODULE                                    NOT NULL VARCHAR2(6)
    *LU_NAME                                   NOT NULL VARCHAR2(30)
    *TABLE_NAME                                NOT NULL VARCHAR2(30)
    *TIME_STAMP                                NOT NULL DATE
    *USERNAME                                  NOT NULL VARCHAR2(30)
    *KEYS                                      NOT NULL VARCHAR2(600)
    *HISTORY_TYPE                                       VARCHAR2(200)
    *HISTORY_TYPE_DB                           NOT NULL VARCHAR2(20)
    COLUMN_NAME NOT NULL VARCHAR2(30)
    OLD_VALUE VARCHAR2(2000)
    NEW_VALUE VARCHAR2(2000)
    I have indicated header information with *.
    The detail shows every column that was changed for a table (in header) and the old and new values, quite straight forward.
    The table I am interested in the audit of is:
    SQL> desc customer_order_reservation_tab
    Name Null? Type
    * ORDER_NO NOT NULL VARCHAR2(12)
    * LINE_NO NOT NULL VARCHAR2(4)
    * REL_NO NOT NULL VARCHAR2(4)
    * LINE_ITEM_NO NOT NULL NUMBER
    * CONTRACT NOT NULL VARCHAR2(5)
    * PART_NO NOT NULL VARCHAR2(25)
    CONFIGURATION_ID NOT NULL VARCHAR2(50)
    * LOCATION_NO NOT NULL VARCHAR2(35)
    * LOT_BATCH_NO NOT NULL VARCHAR2(20)
    * SERIAL_NO NOT NULL VARCHAR2(15)
    WAIV_DEV_REJ_NO NOT NULL VARCHAR2(15)
    ENG_CHG_LEVEL NOT NULL VARCHAR2(2)
    * PICK_LIST_NO NOT NULL VARCHAR2(15)
    PALLET_ID NOT NULL VARCHAR2(10)
    * LAST_ACTIVITY_DATE DATE
    SOURCE VARCHAR2(25)
    QTY_ASSIGNED NOT NULL NUMBER
    QTY_PICKED NOT NULL NUMBER
    QTY_SHIPPED NOT NULL NUMBER
    DELIV_NO NUMBER
    ROWVERSION DATE
    I have indicated columns that I am interested in (either as a key field or as changed data) by *
    Okay - so that's the background, what am I attempting to report.
    I want to return a single row per log id (for certain criteria) which shows:
    Log_Id
    History_Type
    Time_Stamp
    Username
    Order_No
    Pick_List_No
    Rel_No
    Line_No
    Part_No
    Loc_No
    Lot_Batch_No
    Serial_No
    The SQL I have currently is:
    select grp.*
    from
    (select h1.log_id, h1.history_type, time_stamp, username,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='ORDER_NO') Order_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='PICK_LIST_NO') Pick_List_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='REL_NO') Rel_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='LINE_NO') Line_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='PART_NO') Part_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='LOCATION_NO') Loc_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='LOT_BATCH_NO') Lot_Batch_No,
    (select h2.old_value||h2.new_value from ifsinfo.history_log_join h2 where h1.log_id=h2.log_id and h2.column_name ='SERIAL_NO') Serial_No
    from ifsinfo.history_log_join h1
    where
    table_name = 'CUSTOMER_ORDER_RESERVATION_TAB'
    and
    keys like upper('CONFIGURATION_ID=*^CONTRACT=&company%')
    and
    history_type in ('Delete','Insert')
    and
    column_name ='PICK_LIST_NO'
    and
    username != 'IFSAPP'
    and
    h1.old_value || h1.new_value != '*'
    and
    trunc(h1.time_stamp) > trunc(sysdate-1-&days_ago)
    order by 5, 6, 8, 7,9,10,2, 1) grp
    This is OK but..
    I only want to include rows where the same picklist / rel_no / line_no / part_no combination exist more than once (because there is always an insert and delete for the analysis I am doing).
    AND
    where for that combination, the lot_batch_no OR serial_no are different.
    Effectively the system does an insert / delete rather than an update, so that is why.
    Thanks

    Hi sanny007,
    As your issue is related to Reports, I'm moving your post to a more appropriate forum for better supports, thanks for your undrstanding.
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Substitute for filters in SAP BusinessObjects Dashboards

    Dear all,
    I am working on a dashboard application built on SAP Business Objects Dashboards 4.1.
    When I deployed the application to an iPad, I realized that the filters present in the application are not supported by iPad.
    Thus, is there any mobile-compatible component in SAP BO Dashboards which I can use in place of filrters for filtering the result during runtime?
    Any help is highly appreciated.
    Thanks And Regards,
    Nalin Dwivedi

    In combo box, all I can do is select some values from one or more rows or cells in the excel and paste it to some other destination within excel. But my whole dashboard is query-based i.e. I have created query and my charts are getting the data directly from database during runtime. Thus, the query prompt selectors I have used are directly manipulating the data coming from the database.
    Since query prompt selector are not supported in mobile mode, I need a substitute for it.
    Combo box is not able to help till now because the values of combo box can not manipulate the data coming from database. Moreover, I am not sure if I have used the combo box properly.
    If there is any way by which it can be done with using mobile-compatible components, then please suggest me about it.
    Thanks in advance.
    Regards,
    Nalin

  • Security and/or filtering error in data form creation

    Hi,
    I am getting this error when I am trying to preview my data form.
    This is the first time I am creating an application and data form in Hyperion.
    The data form is multicurrency and plan type is Plan1.
    Row:
    Account members: Descendants(Account)
    Column:
    Year:Descendants(FY10)
    Period:Descendants(YearTotal)
    Page Dimension(s)
    Entity:Descendants(Entity)
    Scenario:Current
    Version:BU Version_1
    POV:
    Currency:USD
    Disabled all options in "Other options" and Not selected any business rukes.
    When selecting preview data form I am getting below error:
    Security and/or filtering has resulted in a required dimension not being represented on this data form
    I have not selected any security/filter settings as of now. Please suggest whats causing this.
    Thanks,

    Hi Jake,
    I did what you suggested,but I am still getting same error.
    Here I would like to point out that. I have selected my application to support multicurrency, but 'HSP_RATES' does not come in Dimension selection drop down. I can see 'HSP_RATES' in Performance settings tab, but I cant see it in Dimensions tab or Evaluation order tab.
    Is this causing problem? Should I add it manually?
    Thanks,
    Rajni.

  • Base filtering engine is preventing FTP uploads

    Using win 8.1. Ftp uploads (from any ftp program, filezilla, winscp and with knowhow cloud backup) stalls after 2-3 files have been uploaded.  A single large file will upload but not multiple small files. If I boot into windows safe mode the problem
    does not occur, ftp works fine, always.  In normal mode by eliminating one running component at a time I found that the base filtering engine appeared to be the only problem.  If base filtering was running the ftp problem occurred, if not then ftp
    was fine.
    Can one repair or replace the base filtering engine?.    I found this as it relates to win 7
    FROM ONE OF YOUR OTHER THREADS:
    you may download and apply the BFE service registry fix (#11) in this page: Miscellaneous Registry Fixes for Windows 7/XP/Vista - The Winhelponline Blog: LINK REMOVED (could not submit, Body text cannot contain images or links until we are able to verify
    your account.)
    Is that applicable for this problem in win 8.1?
    I do understand the BFE is an important security issue.  I have also scanned my system for viruses, I use defender (computer associates) anti virus and firewall, and spybot for malware.  I can't specifically pinpoint the occurrence of the problem with
    the installation of any specific new software program.  I have disabled the defender  firewall and virus software and that does not solve the problem. Disabling base filtering engine results in a functioning ftp, enabling results in
    a stalled ftp.
    Any help would be appreciated.

    Try this suggestion
    http://social.technet.microsoft.com/Forums/en-US/d8e59632-fca9-4bbd-b748-881af144706a/access-denied-base-filter-engine?forum=winservergen
    1. Browse to the location for the BFE service in the registry (HKLM\System\CurrentControlSet\Services\BFE\Parameters\Policy), right click and select permissions.
    2. In the "Permissions for Policy" window, click advanced | Add.
    3. Once the "Select Users, Computers or Group" box appears, change the "From this location:" to point to the local machine name.
    4. After changing the search location, enter "NT Service\BFE" in the "Enter the object name to select" box and click "Check names" - this will allow you to add the BFE account.
    5. Give the following privileges to the BFE account:
    Query Value
    Set Value
    Create Subkey
    Enumerate Subkeys
    Notify
    Read Control
    After adding the BFE account to the registry key, please try to start the Base Filtering Engine service.

  • Mavericks 10.9.2 Junk Filtering radically broken

    Mail under Mavericks (latest update as applied by App Store, verified multiple times that I have latest version of the OS, 10.9.2) has radically broken mail app junk filtering.
    If I do the following I will have at least 90% of the messages sent end up marked as junk on my primary system, the last 17" MacBook Pro series made, however, even my less than one year old MacBook Air will exhibit similar behavior, just not at the extreme frequency of mail junk filtering failures as on the main MacBook Pro:
    Create new email message addressed to myself
    I should add that I have BCC myself set on all of my mail accounts
    Add photos and Hit send (I use this process as a simple way to gather images from a number of folders on various backup drives and send the selected set of images in one group that I can then easily export to iPhoto (or Aperture)
    Message sends
    Message never appears in my inbox, neither the TO: nor BCC: appear
    Check sent folder and find that the message is IN the Sent folder, with brown header indicating that I Marked the message as JUNK, I did NOT do so
    I have reset all rules, no change, disabled junk no change (yes with Junk DISABLED the above will happen), I have used the advance option and edited the rules to try and simplify the settings to the bare amount, all with no discernable changes. I have even added rules that explicitly state DO NOT consider as junk any messages containing my domain name for example, still no change.
    Even though I have marked LEAVE JUNK MAIL IN INBOX it is inconsistent, mail I send to myself the majority of times will be in the sent folder, other email that mail app marks as junk MAY be in my inbox, but not consistently.
    Even email I have marked multiple times as Not Junk continues to be marked as Junk (for example NO email sent from my work domain to my work domain email should ever be marked as junk, yet it is, but always inconsistently, that is out of  200 hundred plus emails a day, a handful will be marked as junk, in some cases the exact same sender will be marked as junk on successive days with me marking each message as Not Junk, then for a period all email will be delivered as intended, only to have stuff from the previous email sender start appearing as marked as junk again).
    When I have ENABLED Junk filtering I have verified that all check boxes are as have been suggested in other threads here
    Again, even DISABLING Junk filtering still results in the inconsistent delivery of my own emails to myself
    As an experiment, if I send the message from my gmail account USING mail app to compose and send the message (NOT using the web interface to gmail, but the mail app native gmail account setup) sending the message to my personal domain email address it appears the problem never exhibits. The BCC shows up in my gmail account inbox, and TO: message appears in my primary personal domain account inbox. I have tried this at least four or five times and so far it has never failed to deliver the message, and never has marked as junk. However, based on the inconsistent behavior of junk filtering with my work domain email I would not be willing to bet that using gmail to send to my personal domain account would not have some junk filter mistakes as well.
    This has gotten bad enough that I would gladly go to another mail client, but any alternative client needs to support at minimum the following:
    Must support FULL iPhoto (or Aperture) integration, this means not only ability to send email from iPhoto, but ability to EXPORT images from a mail message into iPhoto, as well as select Photos from media in finder sidebar and have iPhoto browser open to SEND images via email  as alternative to sending from iPhoto directly
    Must support Exchange (used for my work domain email)
    Images in attached message should allow mass saving to file system folders as well if desired, in addition to exporting to iPhoto
    I Have tried several alternative email apps for OS X. Postbox seems to be the only one that claims any iPhoto integration at all, and it is marginal at best, and does not seem to support exporting images directly into iPhoto regardless. Postbox also had some other weirdness, some options from mail seem to be just missing (for example if BCC myself on all messages exists I have not found the setting), loading messages with any attachments was much slower than mail, etc. But if there was a way to get Postbox to work better with iPhoto I would be willing to give it a try.
    I have even wondered if maill app and/or preferences are corrupted. I have a ton of email that would be painful to lose (I do use Mail Steward to back up email from previous years, but it would be a fair amount of work to completely back up all of my accounts and delete everything and restart using Mail Steward, but that might be my only option). Even if I did totally kill all my preferences and deleted the entire mail section in /Library it is not clear if there is any way to reinstall just mail. Or do I download the entire OS X Mavericks installer, run that and hope it reinstalls mail app and start all over? I am willing to even try that, if I had a reasonable expectation that it would actually correct anything. But I suspect based on what I have seen here and on the web that this is a fundementatl break in the mail app code.
    As an alternative, is there a terminal command I can try to use to totally eradicate and shutoff mail app junk filtering since the control in preferences to disable junk filtering is not working, at least on my system?
    Any ideas appreciated.
    Thanks

    I did some additional testing last night. Setting Junk to DISABLED, closing mail and re-launching mail, and then sending myself a message from the same account STILL ends up with the message marked as JUNK (in fact it indicates I marked it for junk, which clearly I did NOT so mark my own message sent to me as junk) with the message marked as junk sitting in the sent folder. Setting junk filtering back to ENABLED, exiting mail and re-launching again, still no change. I again RESET all junk rules and learned behavior, tried sending myself a message again, and still had the same failure. I have verified the various settings that have been proposed in other threads in this forum, no joy, same behavior. It simply appears that email sent from your own account to yourself is frequently (if not 100% in recent testimng) tagged as being junk, and that simply is nuts.
    Mail is fundamentally, radically broken since one of the latest Mavericks releases. (I think this actually started in 10.9.1, but I know for certain it is 10.9.2).
    I fail to see how ANY setting of rules, et al, can be at issue here. When junk filtering is DISABLED nothing should ever be filtered as junk, period. In reality mail is still being impacted by the junk mail filtering, regardless of any setting, including totally disabling junk mail filtering in mail preferences.
    Add in that in the latest versions of mail (again for at least the last two major 10.9 updates, if not longer) deleting messages is inconsistent. I have had messages I have deleted reappear in one of my folders multiple times. The most common are messages popping back up in the DRAFTS folder, where I have a copy of the message in my sent folder, and the recipient of the message acknowledges receipt of the message. Clearly the message is NOT still a draft. I manually delete these spurious messages and in some cases the same messages reappear back into mail in the drafts folder again!
    I love Apple products, and support the company and their technology, but mail has some significant issues, and regrettably there does not appear to be any viable alternative that really integrates with the rest of the OS X environment as well, leaving us with either a badly broken mail client, or significant downgrade in functionality moving to a different client.

  • Can you filter results by step type?

    Hello all,
    I was wondering if it's possible to filter report results by the step type.
    I currenly have it filtered as Result.Status == "Passed" || Result.Status == "Failed. This is fine, except I would like the user to be able to select whether or not a certain step type will report this.
    I have far too many of these step types to go to the Run Options tab in properties for each and turn off 'record results' each time I run the test.
    Lets say I have 10 subsequences (Call Sequence Type) and each of them has 10 PassFail Tests. If I only want the result of each subsequence (whether the whole sequence passed or failed) instead of what each individual PassFail test's results are, how can I do this without messing with the RunOpt
    ions tab for each PassFail test.
    Hope this makes sense.
    Thanks in advance,
    Dave Neumann
    [email protected]

    Hi Sam,
    You can enter that expression in the Report Options.  Go to Configure >> Report Options and near the top will be a Result Filtering Expression, where you can enter that expression in.
    Let me know if you have any questions.
    Thanks,
    Terry S.
    Staff Software Engineer
    National Instruments

  • 2 dropdownboxs, filtering second off the the value in first

    Hello,
    This seem logically simple to me, I had 1 dropdownbox that filters the results of the other dropdownbox
    Was using the model filter but was unable to get it working with how I have my dropdownboxs setup, then I tried using a formatter but again wasn't able to get it working.
    I created a separate version of my dropdownboxs using binditems and was able to kind of filter the second box, instead of how I have them done below but had issues with the keys being saved to the model.
    Anyone have any idea currently how to get it work with how I have it setup?
            var oDropdownBox1 = new sap.ui.commons.DropdownBox({
                selectedKey: "{division}",
                items: {
                    path: "/divisions",
                    template: new sap.ui.core.ListItem({
                        text: "{divisiondesc}",
                        key: "{division}"
            var oDropdownBox2 = new sap.ui.commons.DropdownBox({
                selectedKey: "{bus_unit}",
                items: {
                    path: "/bunits",
                    template: new sap.ui.core.ListItem({
                        text: "{busunitdesc}",
                        key: "{busunit}"
            oTable.addColumn(new sap.ui.table.Column({
                label: new sap.ui.commons.Label({
                    text: "Divs",
                    required: true
                template: oDropdownBox1,
                width: "150px",
                hAlign: "Center"
            oTable.addColumn(new sap.ui.table.Column({
                label: new sap.ui.commons.Label({
                    text: "Bus"
                template: oDropdownBox2,
                width: "150px",
                hAlign: "Center"
    oTable.bindRows("/entries");
    The table is bound to the entries node, and in the entries node is division and bus_unit for the actual value displayed in the table and saved for the entry.
    Then the list items of the 2 columns are bound to their correct nodes, i.e. "/division" and "/bunits". To filter the listitems of bunits I use"division" . Both "divisions" and "bunits" have division on them, so it should quite simple to filter the second box :/.
    This is quite simple logically but can't seem to get it to act how I want!
    Any help would be appreciated. Thanks!

    To be honest, I would have expected it to work in the following way:
                var oTable = new sap.ui.table.Table()
                    .addColumn(new sap.ui.table.Column({
                        label: new sap.ui.commons.Label({
                            text: "Division"
                        template: new sap.ui.commons.DropdownBox({
                            selectedKey: "{tablemodel>division}",
                            items: {
                                path: "metadatamodel>/divisions",
                                template: new sap.ui.core.ListItem({
                                    text: "{metadatamodel>divisiondesc}",
                                    key: "{metadatamodel>division}"
                    .addColumn(new sap.ui.table.Column({
                        label: new sap.ui.commons.Label({
                            text: "Business Unit"
                        template: new sap.ui.commons.DropdownBox({
                            selectedKey: "{tablemodel>bus_unit}",
                            items: {
                                path: "metadatamodel>/bunits",
                                template: new sap.ui.core.ListItem({
                                    text: "{metadatamodel>busunitdesc}",
                                    key: "{metadatamodel>busunit}"
                                filters: [new sap.ui.model.Filter("division", sap.ui.model.FilterOperator.EQ, "{tablemodel>division}")]
                    .bindRows("tablemodel>/");
    (See also the full example on JSBin)
    As you can see, I have two models, one for the table data ("tablemodel"), and one specifically for the dropdown items ("metadatamodel")
    In the second dropdown, you see I have set a filter on field 'division' which is being filtered on the current 'tablemodel>division' value, but for some reason I couldn't get it to filter properly... it appears as if the value binding in the filter is not "ready" and thus filters on a non-existing value.
    If you replace the filter value "{tablemodel>division}" with "div1" for example, then the filter obviously works, but then it's not dynamic anymore... So yeah, I am now curious to see it working too
    BTW, if it were outside a table then it wouldn't be a problem; the problem is definitely with the dynamic filter binding with dynamic table data

  • CR XI Pass parameters to stored procedure but don't filter returned result set

    I have created a stored procedure that takes a begin date and an end date. The returned resultset is what I want in the report, but CR (as it should) filters the results so that the report shows only those records between the begin and end dates.
    In short, I don't want the parameters to be used to filter the data returned from the stored proc. Is that possible?

    Huh??? You only return data that has been filtered by the SP to CR but you want all of the records?
    Filtering is done Server side with SP's, if CR doesn't get the unfiltered data then you have to change it server side.
    So first suggestion is to remove the parameters from the SP, then CR can filter or not later on but could potentially return a lot of data. Applying filtering client side in CRD coudl take a while to do, depending on what is in the report....
    Don

Maybe you are looking for

  • Fraudulent international calls

    Verizon should learn the fundamentals of customer service, such as the customer is always right and not accused them of lying (never said that but definitely implied it based on the numerous times I was told "well that's not what the customer service

  • Is there a way to initialize a Graphics object (indirectly)?

    Hi, I've a problem with Graphics Abstract class; how must I do to initialize a Graphics object? I must execute this code: Graphics gr; gr.drawString("Image",30,0); gr.drawString("not",30,30); gr.drawString("Found",30,60); image.paintIcon(null,gr,0,0)

  • Report Preview in CMC keeps prompting for parameters ...

    Dear Experts, I am trying to see the preview of a report in CMC (CMC -> Folders -> Browse to the report and then click on review). It prompts for parameters and I enter the parameters. The report shows the result but then prompts for the parameters a

  • How do I get rid of "Ask Web Search"?

    How do i get rid of "Ask Web Search"?

  • Call a Javascritp function after a validation failure

    Hi all, I have a javascript function that is executed on page load. (it works fine) Now I need to call it after a validation failure How I can implement this call ? I am using Apex 4.0.2 and the inline notification, so the page load event is not fire