Delegated User Search returns first 200 entries only...?

Hi Folks,
We are using Delegated user administration.  When I try to perform a search against the user base it doesn't matter what I type in for search criteria it always returns the first 200 entries starting with the letter "a".  It's almost as if it ignores the search criteria I entered.  For example I can enter "W*" in the search field, select user from the drop down and perform a search.  It returns only the first 200 entries starting with "a".
We are EP6.0 on SP13 for NW04.
Anyone have any ideas?
I would greatly appreciate any help.
Regards,
-Jon

hi,
User Management Properties (sapum.properties)
The property file sapum.properties contains properties controlling the configuration of SAP User Management Engine. The installer creates the settings in sapum.properties based on input made during the installation process. You can modify this file after installation.
If you are using User Management Engine with SAP Enterprise Portal, you can edit the properties file in the user management configuration tool.
The default value is 200 and to change it you have to edit it.
Regards,
Ganesh N

Similar Messages

  • API search will only return the first 200 results????

    It seems that I can only retrieve 200 results when using doOracleSimpleSearch api call.
        osr = oses.doOracleSimpleSearch(strSearch, 1, 1000, false, false, true);
        nCount = osr.docsReturned;
        nCount2 = osr.resultElements.Length;
        nCount3 = osr.estimatedHitCount;nCount and nCount2 are both 200.
    nCount3 is 1332
    Ok, no problem. Even though I asked for 1000 results, I figure it will only return 200 at a time, so I write a simple loop.
       while (nTotalResults < nCount3)
          osr = oses.doOracleSimpleSearch(strSearch, nTotalResults + 1, 200, false, false, true);
          nCount = osr.docsReturned;
          nTotalResults += nCount;
       }After executing the search the first time, nTotalResults is set to 200, so I'm now requesting that the search starts at index 201 and to return the next block of 200.
    osr.docsReturned is now = 0
    stuck in infinite loop because it's not returning all my results.
    Update:
    It seems this is not just an API issue. If I do the search through the web interface, and go to page 20 (it's displaying 10 results per page) I see results. But as soon as I go to page 21, the page is blank even though it says there are over 1000 results.
    Edited by: JimG on Feb 15, 2012 5:17 PM

    You need to change the "Maximum Number of Results" from the Admin GUI.
    Go to Global Settings -> Query Configuration, and you'll find it there.

  • LDAP Search using an input User Name returning context

    I'm trying to find a way to search the LDAP tree, using only an input UserID and return the context. For example (ou=ISD,ou=CAMP,o=DIV).
    This is what I have thus far:
    ....an anymous bind has already been established with the server...
    String sFilter = ("cn=" + sUserid);
    int searchScope = LDAPConnection.SCOPE_BASE;
    String searchFilter = "Objectclass=user";
    LDAPSearchResults searchResults =
    conn.search( sFilter,
    searchScope,
    searchFilter,
    null, // return all attributes
    false); // return attrs and values
    any help would be greatly appreciated.

    From looking at the API
    http://docs.sun.com/source/816-5618-10/netscape/ldap/LDAPSearchResults.html
    http://docs.sun.com/source/816-5618-10/netscape/ldap/LDAPEntry.html
    while(searchResults.hasMoreElements()) {
      LDAPEntry next = searchResults.next();
      String contextDN = next.getDN();
    }

  • My ipod classic crashes after about 2-3 days of being attached to my Kenwood KDC-248U receiver in Pickup.  There are 2700  songs but only get through the first 200   Apple has replaced the Ipod 3x and Kenwood says it is not a problem with the receiver.

    My ipod classic crashes after about 2-3 days of being attached to my Kenwood KDC-248C receiver in my Pickup.  There are about 2700+ songs on the Ipod, but only get through the first 200 to 300 songs.  The screen fades, but there is still power and a charge.  Does anyone have a clue because I don't.?

    There seem to be compatibilty isuue with KDC receiver and Ipod Classic firmware 1.1.2.
    Here is an earlier post on the same problem.
    https://discussions.apple.com/message/12471279#12471279
    Good Luck on getting an earlier version ipod firmware. (Google it)

  • Delegated User Admin with only UNLOCK USER Permission.

    Hi
    i need to create a Delegated User Adminwho will have only UNLOCK USER Action Permission in the Portal UME.
    I tried the UME Action UME.Manage_User_Passwords
    but it contains LOCK Permission also.
    Is there any action to acheive this ?
    Regards
    Rajendra

    Rajendrakumar,
    You are correct! The option provided by me is not applicable for EP 7.0.
    Still you have options to implement the required functionalities:
    You can implement the portal component or Webdynpro application for unlocking users. Use UME API for this.
    or
    Try to Export the unlock user component from a EP 6.0 Environment and import it into EP 7.0.
    Ram

  • Problem with users search

    Hello,
    I'm trying use the tasks functionality in portal however when I try to get the user to assign te task the search don't returns anything.
    I've used the standard demo also and it doesn't work, has somebody got this problem?
    thanks
    Wagner Moreira

    Hi Wagner,
    Typically you can do a wildcard search (using *) for first/last name and user ID, based on the attribute values defined for the user search. Please note that the return key on your keyboard does not start the search, but serves as a separator between multiple entries (you have to click "Select" to start the user search).
    You can change the configuration of the user search function delivered by SAP – the assignment of attributes to system users and the definition of the attributes relevant for the search – to suit the requirements of your company.
    For more details, take a look at http://help.sap.com/saphelp_nw04s/helpdata/en/b1/6a55422f4d3830e10000000a155106/frameset.htm
    Hope this helps
    Christian Stadler
    SAP NetWeaver Product Management

  • Reload Detail screen everytime user searches

    Hello
    I have created a custom app using the master - detail template.
    I want to change the standard functionality to reload the detail screen every time a user does a search, even if the search returns the current loaded entity in the detail screen as the first record.
    i.e. I want to reload the detail screen after every server hit (no matter what entity is returned first)
    At the moment I can see that the event onRouteMatched is not fired if the detail entity is not changing.
    I can see that the master view calls the method showDetail
    var bReplace = jQuery.device.is.phone ? false : true;
      this.getRouter().navTo("detail", {
        from: "master",
      entity: oItem.getBindingContext().getPath().substr(1),
      tab: this.sTab
    }, bReplace);
    This method than causes the onRouteMatched method to be called in the detail view ONLY if the entity is changing in the detail screen.
    Is there a clean way to cause the detail screen to refresh even if the entity is the same??
    Thanks
    Andrew

    Hi Maksim
    Thanks for responding, I did go down the route of firing a Route Matched event if the entity is not changing.
    For reference see below:
    Master.conroller.js
    showDetail : function(oItem) {
         if (this.getRouter().oHashChanger.getHash() === oItem.getBindingContext().getPath().substr(1)){
              this.getRouter().fireRouteMatched({
                   name: "detail",
                   arguments: {
                        from: "master",
                        entity: oItem.getBindingContext().getPath().substr(1),
                        tab: this.sTab
         else{
              // If we're on a phone device, include nav in history
              var bReplace = jQuery.device.is.phone ? false : true;
              this.getRouter().navTo("detail", {
                   from: "master",
                   entity: oItem.getBindingContext().getPath().substr(1),
                   tab: this.sTab
              }, bReplace);  
    Thanks
    Andrew

  • SharePoint Foundation 2010 Search returns no results

    Hi,
    SharePoint foundation 2010 Search is not showing any results after configuring the step from the below link.
    http://wiki.sirkit.ca/2011/04/sharepoint-foundation-2010-search-returns-no-results/
    My Server Setup : 
    SharePoint Foundation 2010
    SQL Server 2008 r2
    We have created two web application and configured the search service as above mention link.
    And we have migrated a site from MOSS 2007 to SharePoint 2010 to one of  web application,we assigned search database to the newly migrated content database.
    Previously there was Form based Authentication was done on Moss 2007 site and on SP 2010 we are working on Windows authentication.
    Database showing crawl is working and showing success results as well in SQL table, Its only Not able to show the results on the page.
    Thanks in Advance
    Dinesh
    Regards, Dinesh Reddy.

    Don't look at the databases, it's a bad habit to get into and will lead to confusion.
    In search administration are you getting any sucsess messages in the crawl history and is the number of items in your index non-zero?
    If so that implies that the crawl process is working and it's the user security that's the issue.
    To confirm try searching for a file whilst logged in as the crawl account, that should return results.

  • OIM 11g r1 custom field in simple user search result

    Good morning,
    i need to visualize a custom field in the OIM simple user search result table. At the moment, when a simple user search is performed, the returned attribute is only the "Display Name".
    For the advanced user search result table, is possible to add other fields modifying the Search Results table configuration in Advanced->User configuration->Search Configuration.
    How can i do the same the for simple user search result?
    Thank you.

    Yes, i tried to add my custom attribute to both Simple and Adv search result table, but without luck. Only Display Name column attribute is shown when a simple search is performed.

  • Why does search engine drop down menu only works once?

    I'm quite happy with the new Safari 4 (first time user) but I'm frustrated by only being able to select once with my mouse from the 'Recent Searches' drop down window.
    Let me explain. After I launch Safari 4, I'm able to use my mouse and select one of the recent searches in the drop down menu in the normal fashion - go to an item on the menu and press the LH mouse button.
    However, after I've done this once, I can't do it again. When I select an item from the list and click my LH mouse button, the search window goes blank. The previous Google search results stay the same. If I highlight an item from the drop down menu and press the Enter key on the keyboard, it works fine. A mystery!
    The funny part is that it works fine on my other laptop.
    I've unistalled and reinstalled twice but with no success. When I do reinstall, my previous preferences/settings are still there. Where's the preference file so I can delete it? Don't know, but this might help my problem.
    Anyone else seen this problem?
    Regards
    John

    Hi mach37, can you delete the Vosteran search engine by highlighting it on the Search panel of the Options dialog and using the Remove button?
    ''If it comes back:'' I would suspect a bad add-on. Here's my suggested procedure for tracking down and cleaning those up:
    (1) Open the Windows '''Control Panel''', Uninstall a Program (on XP: Add/Remove Programs). After the list loads, click the "Installed on" column heading to group the infections, I mean, additions, by date. This can help in smoking out undisclosed bundle items that snuck in with some software you agreed to install. Take out as much trash as possible here.
    (2) Open Firefox's '''Add-ons page''' using either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click '''Plugins'''. Set nonessential and unrecognized plugins to "Never Activate".
    In the left column, click '''Extensions'''. Then, if in doubt, disable (or Remove, if possible) unrecognized and unwanted extensions.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?
    (3) You can search for remaining issues with the '''scanning/cleaning tools''' listed in our support article: [[Troubleshoot Firefox issues caused by malware]]. These on-demand scanners are free and take considerable time to run. If they finish quickly and especially if they require payment, you may have a serious infection. I suggest the specialized forums listed in the article in that case.
    Success?

  • GRC AC - HCM as user search data source

    Hello all,
    I´ve configured GRC AC to user HCM as user search data source and also user details data source. During my user change tests through the "Access Request" function, I noticed that only existent users at SU01 and HCM (checked through PA30) appear in the access request User Selection. Existent users at HCM but not at SU01 doesn´t appear.
    Someone can tell me why? I mean, if I configured the user search to use HCM as data source, shoudn´t it bring all HCM users regardless of his existence at SU01?
    Thanks in advance,
    Pedro

    Hi Pedro,
    You only have confirmed that 2 accounts are maintained in HCM and in SU01 as well, so you would be able to see these accounts' details both ways.
    Yes, you are right about user account maintenance first in HCM at the time of new hire, then you can manually raise the access request to grant them access to various SAP systems. Or in order to automate this process as Prasahant suggested, you can take help from HR Triggers.
    You can refer: GRC 10.0 - HR Trigger configuration - Governance, Risk and Compliance - SCN Wiki
    But responding to your original discussion, whatever user accounts are maintained in HCM you would see those details provided you define HR for the "user search data source" AND from SU01 for "user detail data source"
    In your case you have 2 accounts which have been maintained in HCM as well as SU01, so that is what creating confusion for you.
    Let us know if you need any more clarifications.
    Regards,
    Ameet

  • Search return limit

    Before we added 500 users yesterday, we could use the search tool in the "User" portlet to return the list of all users. Now it throws this error:
    Error: Number of results exceeded the search return limit. Please narrow the search criteria and try again.
    Can whatever this default setting for the number of results be changed? And if so, how?
    Mike

    "orclSizeLimit" is the attribute to specify the search limit which limits the number of entries to be retrieved by a query. Modifying this attribute might help you. This is what you are looking for?
    Edited by: vindla on Sep 2, 2011 2:57 AM

  • User search from "Find Someone" in Lync 2013 client does not show contact availability

    Running Lync 2013 Client / Server, when a user searches in the "find someone" field, contact names are returned, but the contact's presence status shows "Updating..." and never populates with the users presence.  If you then select
    a name from the search and open an IM session with them, the presence data is there and is accurate.  I think this feature used to work fine.  

    Hi,
    Did the issue happen only for you or for multiple users?
    Please enter the sip address instead of the name of the user in the “find someone” field to test the issue.
    Please also run Update-CsUserDatabase on FE server then remove Lync client profile to test the issue.
    User profile path: <user profile>\AppData\Local\Microsoft\Office\15.0\Lync\
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Display first 25 entries.

    Hi,
    Do anyone know how to display the first 25entries and 26-50 entries.
    Example,
    Select employees.* from employees where employees.department="admin" by order of employees.name asc
    In the above sql, it will return all entries in the database who work in admin department. Lets say i want to display only the first 25 entries in the order of the name in ascending. How can i do it.. Thanks
    becks

    You need to order by explicitly over the result set. The order by within the analytical function does not gurantee order!!
    for example, this
    select * from (select e.*,row_number() over (order by name) rn from employee e where e.department='ADMIN') where rn<=25should be this:
    select *
    from (select e.*,row_number() over (order by name) rn
            from employee e where e.department='ADMIN'
            order by name
    where rn<=25P;

  • AVG Secure Search appears when I use Google Search from my Home page only.

    My home page is the Firefox default page with the Google searchbar. I like getting occasional messages from Firefox when I log in so I don't want to change my homepage. However, when I use the searchbar ''on my homepage only'', I get the unsatisfactory AVG Secure Search results.
    UPDATE: I now realize all the troubleshooting information I included in my original question appears under the "More System Details" link next to the question, not in the body of the question. I have copied it here to make it easier to see what I have already done to try to solve the problem, as well as describe the one clue I have that may be relevant:
    I have tried all the fixes on various threads, but my about:config is now pristine (no avg or isearch mentions; keyword.url is default). Closest solution is that at https://support.mozilla.org/en-US/questions/866327 , which requires changing my home page.
    Oddly, AVG Secure Search is ''not'' a problem when I use the Google toolbar or search from the Google website, only when I use the search bar that appears on my home (start) page. This is true even when I return to my home page--if I search from the Google search bar in the middle of the page, I get sent to AVG Safe Search. (isearch.avg.com).
    I read in one thread a suggestion to delete my chromeappsstore.sqlite file in my Profile folder. As promised, Firefox created a new one when I restarted it; however, the search bar in the middle of my home home page did not work at all. Tried this three times before restoring my original.
    I do not have an application that will open a sqlite file, but I tried doing so in Excel and found a cell containing the following:
    emoh.:moz-safe-aboutsearch-engine{"name":"AVG Secure Search","searchUrl":"http://isearch.avg.com/search?cid={7A3C25A0-E345-4507-AA31-D98F596A81A9}&mid=c48135235ba247d18ac1d14b344db451-addd29eab2809954d5abdf0b991a5b911a297819&ds=is015&lang=en&v=10.0.0.7&pr=sa&d=&sap=dsp&q=_searchTerms_"}
    I have no clue what that means, but it is the only thing I can find related to Firefox that still mentions AVG and isearch.avg.com.
    At this point my best guess (but it is a guess) is that the chromeappsstore.sqlite file is a key to the complete solution, but I do not have enough knowledge to go beyond and address it. I appreciate any help you anyone can offer.

    Here is the way to get rid of the problem once and for all:
    http://forums.avg.com/ww-en/avg-forums?sec=thread&act=show&id=196402#post_196402

Maybe you are looking for

  • HT1657 how can apply tv link to icloud

    I thought I was supposed to be able to watch content downloaded on any device with any other device? I cannot access anything other than shared content on my apple tv and cannot access any films rented on my pc with itunes on my apple tv. Please help

  • AIronet 1300 password and user name recovery

    hello all i have a cisco aironet 1300..unfurtunately i cannot access because i forgot the password and username.. how do we recover the username and password without affecting the commands encoded in the device ?? thanks

  • Database reset alert

    I have been getting an annoying popup from iSync titled "Database Reset Alert", saying that "Inconsistencies in your sync information for Contacts and Calendars were detected and have been repaired". "The next sync for entourage 2008, address book, e

  • Error : How to execute *.BAT file

    Some of the friend said me to execute any file following code Runtime rt=Runtime.getRuntime(); Process pr=null; pr = rt.exec("cmd.exe /c start " + "myfilename"); I get error as CreateProcess: cmd.exe /c start myfilename error=0 Press any key to conti

  • CLOCO issue with the assessment cycles

    Hi All, I am working on an Issue which is related to Closing **** Pit - CLOCO. Initially there were 3 Non-Automated tasks which were been requested to be deleted. And they were deleted and transported to Staging and Production. Now the requirement is