Portal User List

Hi
In Portal there are arround 80,000 users and the requirement is to extract the user details.
My Query, is it feasible to write an custom program and extract this huge amount of user details using UME API?
Is it possible to extract the data from DB directly. If yes, what sort of access  rights would be required?
Regards,

Hi,
Well i personally feel that extracting 80, 000 users would be a lttle more time occupying and might effect the performance.
Anyways try through this then -
User Admin -> Import/Export -> User Data Export -> Press Export Button -> Copy the user content and store in a seperate file -> Done.
Also you might need to change particular values as below in UME configuration:
ume.admin.search_maxhits
ume.admin.search_maxhits_ warninglevel
By setting these parameters to
ume.admin.search_maxhits - 80,000
ume.admin.search_maxhits_ warninglevel - 80,000
Regards,
Shailesh

Similar Messages

  • Wwsec_public_directory Portal User Listing

    In 9iAS v2 Portal (9.0.2.2.22), what happened to the functionality that was available with wwsec_public_directory view of portal users. That view still exists, but isn't populated. I presume this information is now in OID, but how do you access it? Trying to alter the people_app to use with my portal users. Does anyone have a sample of creating a hierarchy.

    I have the question posed on both forums, but received no response.
    However, I eventually figured a way to make it all work. Here is the thread with the solution I implemented for futeure reference:
    http://technet.oracle.com:89/ubb/Forum83/HTML/000675.html
    null

  • Portal users list

    Why I don't see ALL existing portal users?
    Any ideas?
    Regards,
    Michael

    I solved my problem by myself,thanks

  • Retrieving a portal users list once connected to Apex 1.6 ?

    Hi,
    We connect to Apex through a Portal SSO connexion. Once connected, we use the wwv_flow_ldap.is_member function to show or hide certain pages to some users. I now need to create a lov which would retrieve all users of a certain Portal group. Is there an api or a fonction to do that ?
    Thanks

    Yes there are several group functions and procedures provided in the wwsec_api. This link here
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/index.html
    explains more about them. Although the wwsec_api.person_info function returns a wwsec_person%ROWTYPE and there is a default_group column, not sure what this is used for but you could try using that?
    Hope this helps.
    Danny

  • I need a table/view so I can list current portal users

    Is there a table/view that I can use within portal that holds the names of all the portal users ?

    That link looks interesting - couldn't get the code in Appendix A to work for some reason. I assume it should be run in the ORASSO schema?
    Anyway, I need to get a list of Portal users and their group memberships from PL/SQL.
    What is the best way to approach this?
    Cheers,
    John

  • Portal User Profiles Search List

    I've installed Portal successfully and everything seems to be working. One problem i do have is this.
    When you click on the search button to list all available portal user profiles it brings up the list correctly but when i click on the hyperlink to select the user nothing happens.
    The same thing is happening when selecting an extenal application in the add provider screen.
    Has anyone had a similar problem before or knows why this is happening?
    Thanks in advance
    Neil Malcolm

    Hi,
         Actually the number of users are too large. So it may take more time. Try doing the export from the machine which is very fast ,I mean in performance. That may help you save time. But if this happens because of some problem, then have a look at
    <Drive:>/usr/sap/<SID>/<INSTANCE>/j2ee/cluster/server<N>/log/defaultTrace.trc from the server. Check the latest trace file.
    http://help.sap.com/saphelp_nw04s/helpdata/en/f2/6a82270fd99844a65085bd90022fab/frameset.htm
    Regards,
    Harini S

  • List of Portal users with the assigned Roles.....

    Hello All,
    I am working on EP6 SP9 and want to know from where can I get a list of all Portal users along with the assigned roles for each of them.
    One way I found is by searching for all users in User Administration role and along with the searched users, there is also an icon for Assigned roles.
    Apart from the above mentioned way, is there any other way by which I can get a direct list of the same. Is there a Java sample code for this.....?
    Please help.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu R Hunjan

    Hi Ritu,
    Yes it is possible to get the roles of the users. You can try the following java code.
    package com.hcl.user;
    import java.util.Iterator;
    import java.util.Vector;
    import com.sap.security.api.IRole;
    import com.sap.security.api.IRoleFactory;
    import com.sap.security.api.IRoleSearchFilter;
    import com.sap.security.api.ISearchResult;
    import com.sap.security.api.IUser;
    import com.sap.security.api.IUserAccount;
    import com.sap.security.api.IUserFactory;
    import com.sap.security.api.UMFactory;
    import com.sapportals.portal.prt.component.AbstractPortalComponent;
    import com.sapportals.portal.prt.component.IPortalComponentRequest;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    public class role_member extends AbstractPortalComponent {
    public void doContent(
    IPortalComponentRequest request,
    IPortalComponentResponse response) {
    try {
    IUserFactory userfactory = UMFactory.getUserFactory();
    IRoleFactory rolefactory = UMFactory.getRoleFactory();
    IRoleSearchFilter rolefltr = rolefactory.getRoleSearchFilter();
    rolefltr.setMaxSearchResultSize(2000);
    ISearchResult result = rolefactory.searchRoles(rolefltr);
    while (result.hasNext()) {
    response.write("<table border=0>n");
    String uniqueid = (String) result.next();
    IRole role = rolefactory.getRole(uniqueid);
    response.write("<tr><td bgcolor=Red>"+ role.getDisplayName()+ "</tr></td>n");
    Iterator users = role.getUserMembers(true);
    while (users.hasNext()) {
    String unique_user = (String) users.next();
    IUser user = userfactory.getUser(unique_user);
    IUserAccount account[] = user.getUserAccounts();
    response.write(
    "<tr><td>" + account[0].getLogonUid() + "</tr></td>n");
    response.write("</table>n");
    response.write("</br>n");
    } catch (Exception e) {
    This code gives you the list of all the users of your portal along with the roles assigned to them.
    Apart from this if you want you want to know all the roles assigned to the user on portal itself then the way you mentioned is the correct method.
    Regards
    Pravesh
    PS: Please consider awarding points.

  • Get list of Portal Users

    Hello. I have some problem. I must to write query, which
    show all portal users. Please, help me.
    Sincerely yours, Akshabayev Aidar

    look ODS schema's tables
    ex)
    SELECT A.ATTRVALUE "ID", B.ATTRVAL "SN" , L.ATTRVAL "MAIL"
    FROM ODS.CT_UID A
    LEFT OUTER JOIN ODS.DS_ATTRSTORE B ON B.ENTRYID = A.ENTRYID AND B.ATTRNAME = 'sn'     
    LEFT OUTER JOIN ODS.DS_ATTRSTORE L ON L.ENTRYID = A.ENTRYID AND L.ATTRNAME = 'mail'
    -- this 10g version

  • How to find out portal user from sso cookie ?

    Hi,
    I want to find out the portal user id from Portal30_sso cookie. It is required for security in my java servlet.
    Thanks
    Vikas

    First of all, you can't get anything from the portal30_sso cookie or the portal30 cookie or the SSO_ID cookie. These are cookies established for (1) The login server session; (2) The Portal session; (3) The login server single sign-on cookie - visible only to the login server.
    When you want to know who the current user is, you need to establish the context. If your servlet is standalone and not a partner application to the login server and it's not a portlet, etc., then what context does it have? What concept of users does it have? If you are really asking what Portal is currently logged on, that is still a loaded question. The user's browser could be accessing several portal's at the same time, each with a different identity. What I am getting at is that your servlet needs to somehow be associated with a particular portal before it can even think of asking this question.
    The ways to associate your servlet with a portal would be
    [list=1]
    [*]Make it a partner application
    [*]Make it a portlet
    [*]Make it an external application
    [list]
    Hope that helps.

  • ISE 1.2 Guest portal user cannot change their passwords

    I have a WLC 5508(version 7.6) and a server installed  the ISE (version 1.2.1.198),Now we configured the CWA,Use guest portal as an employee and guest login url,We can use the manually create internal user and password successfully logged in, and we set up allow guest users to change password in Multi-Portal, but the user can not change the password in the guest portal ,I suspect the change password option on the Guest  Portal actually works? Can anyone tell me how to change their own username password in the guest portal ?

    Requiring Guests to Change Password
    You can allow or require guest users to change their password after their initial account credentials are created by the sponsor. If guest users change their passwords, sponsors cannot provide guests with their login credentials if they are lost. The sponsor must create a new guest account.
    You can either allow guests to change their passwords, or you can require that they do it at expiration and at first login. To require internal users using a guest portal to change their password upon their next login, choose Administration > Identity Management > Identities > Users . Select the specific internal user from the Network Access Users list and enable the change password check box.
    Before You Begin
    Create a Guest portal or modify the DefaultGuestPortal. This setting is specific to each Guest portal.
    Step 1 Choose Administration > Web Portal Management > Settings > Guest > Multi-Portal Configuration.
    Step 2 Check the Guest portal to update and click Edit .
    Step 3 Click the Operations tab.
    Step 4 Check either or both options:
    Allow guest users to change password
    Require guest users to change password at expiration and first login
    Step 5 Click Save .

  • Report on portal User ID and Assign Roles for all portal users

    Hi!
    I would like to know , is there way that we can get a report which shows all the portal user ids with there assign portal roles. If we can't get this from portal. Can we get it from Oracle database ?
    What are the oracle tables and fields which store this information?
    If nay one have a custom develop iview for this please let me know
    Thanks
    Ramesh

    Hi Ramesh,
    as Pascal stated (and as I did above), if developing within the portal is not really new for you, playing around with the UME API is really more or less trivial.
    Check Portal User and Role info as well as User to Role listing for similar requests and code hints / further links.
    Hope it helps
    Detlev

  • ICE_SERVICE portal user doesn't allow an anonymous access to KM content

    When we upload files (e.g. image files) into root/documents/MyFolder repository they get a /irj/go/km/docs/MyFolder/* link. After that they can be seen by an anonymous users.
    But every day at 9AM ICE_SERVICE portal user modifies all files in /documents/MyFolder folder and transform /irj/go/km/docs/MyFolder/* file link into /irj/servlet/prt/prtroot/ (we can see that in file Details window). After that an anonymous user lose permission to access the files of the repository.
    How to prevent such behavior or to workaround this?

    It might be happening due to configured ICE Online Exchange so, check following....
    Go to Content Management -
    > Content Exchange -
    > Syndicators----
    > Offers     there you'll see list of offers just delete them if not needed , this might solve the issue...
    Regards,
    Tushar Dave

  • Portal Users in one database and Groups is other? portal 9.2

    Hi All!
    My question is as follows: Is it possible to have portal users stored in one database and groups stored in other database? Also the these are the groups to which the users belongs and groups already exist as part of the current legacy system. I have to create new application and only store users in the new DB and use the groups from the existing legacy system. Does BEA supports that? Also note that these groups are nothing but custom entities and not in BEA's GROUP table. So is there a way I can write some kind of provider which will extend BEA's user-group framework? I am using BEA portal 9.2.
    Please help!
    Thanks
    Sanjay

    You can fetch data from multiple lists in ListViewWebpart, this can be possible through Content Query web part or Custom Web Part using visual studio but in that case you can not get the standard SharePoint funcationality for list (which is available in
    ListViewWebparts).
    No OOB filter available for multi-choice column, you also have to go with custom solution to achieve this.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Assigning Portal Users to Groups

    Hi,
    Is there a way we can assign portal users to portal groups through a sql or through a form interface? Right now, it is only possible to create users and go into individual groups and assign users to them. If a user should belong to multiple groups, then we need to go into each and every group and assign the user. Instead of this, is it possible to write a query or create a form interface and assign the user to all groups that he belongs to?
    Thanks for your response.

    Dear Hassan,
    Need a clarification. If users are assigned to a group in LDAP, Can you see the same thing reflecting in portal?
    I have configured LDAP as UME and I am able to see a group of LDAP appearing in Portal. But when I see the list of users assigned to this group, its empty.
    Any clues or suggestions.
    Regards,
    Sreeram

  • How to map Portal User groups to a MDM System?

    Hi,
    Have anyone tried mapping portal user group to a MDM System?
    The idea is to avoid each user to do user mapping for MDM of their own.
    When i look into the usermapping section of a portal user group, it shows me a message -
    "There are no systems available for user mapping for the selected principal"
    Thanks and best regards,
    Arun prabhu S

    Hi All,
    Got it!
    1. Create portal users,
    2. Create a portal user group,
    3. Assign Users to User group,
    4. Go to System Administration, edit permission of the MDM system, add the user group to the MDM system permission list and save
    5. Go to User Management, modify the user grooup, go to the User mapping of the user group and do mapping for MDM system and user group using a valid MDM User name and password and Save
    6. In User Management, modify the Portal role for MDM , add the user group to the role and save
    7. Edit permission of the role object, add the user group to the permission list and save
    Result:
    All the users assigned to the user group will be able to access MDM information on the portal correspond to the MDM mapping done at the user group level. This avoids self user mapping in personalization link.
    Best regards,
    Arun prabhu S

Maybe you are looking for

  • JDO: Query returns too many results.

    Hello, I want to get some DO-Entities from an empty table. When I execute the query I retrieve more than 2 000 000 000 results what is definitly too much for an empty table. The DO has an one-to-many relationship to another class and a many-to-one re

  • Font Book Disappeared - Help!

    I'm not sure how or why, but Font Book seems to have disappeared from my Applications folder and my Mac in general. Is there any place I can go to download the Font Book application??

  • "shortcuts" plugin no longer works, none appear

    Google Shortcuts 2.1.6 is installed. Windows XP, sp3. It was working as described. Dont remember what change killed it. Icon no longer appears. Set up for drop down list. Tried uninstalling/reinstalling several times with no success. Works great in m

  • Pdf phase black background

    Sometimes when I export an InDesign document as a pdf, the pdf has a black background. I am using InDesign CS5.5 on an IMac with OS 10.7.5.

  • [SOLVED]start a service *AFTER another one has executed completely

    How can i make "test.service" to start after "customstartup.service" has been fully executed? As you can see, even if test.service Requires customstartup and customstartup.service is "oneshot", test.service is started while customstartup is still sta