SECATT - Mass creation of users with different assigned roles

Hello! I've been tasked with creating an eCATT to do a mass creation of users and each user will have a different role assigned (besides the general roles). We're doing this to test out the different roles we have created. I've done some searching through the forums and found some different ideas but I'm not sure they are exactly what I need. One suggestion was to use SU10 to make the role assignement but I'm guessing I would still need to setup a parameter for each role so I would initially need to know how many roles would be entered. I would like for the eCATT to be able to handle assigning multiple roles to a user with each user possibly getting a different number of roles. Would anyone be able to suggest a way to assign different roles to different users through an eCATT?
Thank you!

Hi Wendy,
To create users, maybe SU01 or SU10 can be used.  To assign users to a role, maybe you can try with PFCG.
SU01 and SU10 have the view from the user - for each user, different roles can be selected and assigned to that user. 
PFCG has the view of roles - for each role, different users can be selected and assigned to that role. 
Hence if you know which roles should be assigned to which users, PFCG might be easier.
Hope such information is helpful for you.
Kind Regards, Qian

Similar Messages

  • 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.

  • I have two users with different music on each itunes and i can only use one library, how do i use both for one iTouch?

    i have two users with different music on each itunes and i can only use one library, how do i use both for one iTouch?

    Chris, I believe this link may have the information you're looking for. Welcome to discussions!
    http://docs.info.apple.com/article.html?artnum=300432

  • How do you update software when there are multiple users with different (unknown) apple ID's?

    We are a college with different users borrowing 'loaner' Macbooks.
    several users with different ID's have installed software that is now tied to that Machines serial number, and cannot be updated or removed apparently. We are trying to update iPhoto for use with iBook author, but it was installed by an unknown user and cannot be removed.

    The only practical solution is to wipe and re-provision the units when they're returned.

  • How to map the bulk users with the required  roles in portal at one time

    Hi,
    Would anyone tell me how to map the bulk users with the required roles in portal at one time?

    Thanks for all the reply.
    <b>I need to assign 1 or 2 group to n((eg) 1000)number of users</b>
    I tried the first option like
    [group]
    gid=
    gdesc=
    user=
    Thr problem with this is I could n't put more no of users in the notepad.
    I would be able to put only 150 users in the single line of notepad. If it goes to next line it is not working.
    I tried creating seperate notepad but in Import it says "exists"
    I'm not sure about LDAP. Would anyone explain me the best approach to do this.

  • Delete user with db owner roles

    Dear All,
    I want delete user with db owner roles from all database and from server using sql query.
    So i want using one query to delete user from all database and also from server
    how i can do that?
    best regards,
    Surbakti

    I means it's login.
    I want delete because user whom use that login already resign from my company.
    so if i delete that login i can use that slot for the other user.
    best regards,
    Surbakti
    First you said you want to delete all logins with db owner roles and now you are saying I want to delete use login who has left the company. Was there mass exodus.
    If login was a domain login you should also make sure it gets removed from domain, then from local windows machine  and then from SQL server. If it is SQL Server login it can be removed straight. Search online you would find various methods to remove
    login
    Have alook at below links
    Question about removing logins from database
    Drop login
    Also note that any job which the login owned would be affected if login is removed. So you need to be careful
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • PDF for multiple users with different values

    Is there a way to create a PDF to be sent to multiple users but have different values in the PDF? For expample employee A's offer letter is for $50/hour while employee B's offer letter is for $55/hour. But they have the same offer letter just with different values.
    I have Enterprise EchoSign and FormsCentral.
    Thank you!

    Hi,
    Thanks for asking, but FormsCentral currently does not support this.
    Perry

  • Creation of PO with account assignment:Q

    Hi,
    During creation of purchase order with account assignment category: Q, consumption GL account is getting triggered instead of Project Stock GL Account. What could be the reason for this?
    Regards,
    Srinivas.

    Check what account modification key is assigned to account assignment category 'Q'.
    T-code: OLME
    Purchasing --> Account Assignment --> Maintain Account Assignment Category
    Select the Account Assignment Category 'Q' and click on the details button.
    Check the Consumption Posting (P) , Account Modification key (VBR)  and the Special Stock field (Q).
    Depending upon the Account Modification Key, System picks the G/L from the OBYC (GBB) Setting (Tcode - OBYC).
    Regards,
    S Anand

  • Creation of PDF with different page sizes

    I am generating PDF using Acrobat Distiller from my application from the .ps file. From one machine, the PDF is generated with different page sizes.one page with 8.5*12.99 and other pages with 8.5*11 in the same PDF. However the PDF is created with correct page sizes for all the pages in another machine. The only difference between the machines is the Internet Explorer version. I am using Internet explorere 11.0 and the other machine have a version of 8.0 installed.
    Why the difference in page size occured? Is there any dependency on the Internet explorer used while creating the PDF using Distiller? Any help for the issue with the discrepancy in the page sizes is really appreciated.
    Thanks!

    Acrobat Distiller uses the page size in the PS file. May be a problem of your application which create the PS file.

  • Multiple UWL for the single user with different Role

    Dear SAP Gurs,
    We have one critical requirement on the Universal worklist, as a functional requirement like some Approvers will play different roles as approver, needs to track saperately the approver inboxes for the same person.
    For Example :
    Approver A - is an Purchase Exicutive(Role)
    Approver B - Is an Purchase Manager(Role)
    Every time Apporver A has to access his approval requests seperately ( Belongs to Approver A) and take action, as well Approver A has to see Approver B's actions items seperatly and take action.
    currently we have 4 levels available and single person has to take action on based on the 4 different Approves(Role)
    Is there any work around for the abobe requirement.
    Thanks in advance,
    Vinod
    Edited by: Vinod Malagi on Jul 20, 2010 3:33 PM

    Hi Karri,
    The same requirement i want to tweak in by adding one more column in the UWL by enhancing the BOR.
    i have try with below , can you please suggenst can be done by Virtual attributes.
    Once data is comming in the UWL i will put 3 custome filters
    We need to add a new column in UWL, which is present as a Table SWWORGTASK, in this we have to pass WI_ID and get ORG_OBJ populate it as a column in UWL.
    Please suggent how can we impliment this ? do we needs to create virtual ttribute in the BOR from the same.
    as we have reffered the below link, we are not able to implimant the same. Kindly suggest.
    http://www.erpgenie.com/sap/abap/bor.htm
    Thanks in advance
    Vinod

  • 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

  • Error in User Management and Assigning Role

    Hi,
    I have configured LDAP authentication on LiveCycle Server. I get the userlist with LDAP in my admin console under User Management - User & Groups. But as soon I click on any of the LDAP username I am getting error to contact administrator. Same also happens when I check the checbox infront of the username and tries to assing role.
    My Livecycle server is on WAS6.1, I also have server setup on my local where the same LDAP i have configured and I am able to access users and assign role. Is there any problem with WAS6.1 ?
    I checked the logs and i got following exception in server logs.
    [10/24/08 10:57:58:467 EDT] 00000039 IDPLoggedExce W com.adobe.idp.common.errors.Logger$LogConsumer run UserM:GENERIC_WARNING: [Thread Hashcode: 1028668752] | [com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerBean] errorCode:8193 errorCodeHEX:0x2001 message:getPrincipal public chainedException:java.lang.NullPointerExceptionchainedExceptionMessage:null chainedException trace:java.lang.NullPointerException
    at com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerBean.getCacheKey s(DirectoryServicesManagerBean.java:1583)
    at com.adobe.idp.um.businesslogic.directoryservices.DirectoryServicesManagerBean.findPrincip al(DirectoryServicesManagerBean.java:1608)
    at com.adobe.idp.um.businesslogic.directoryservices.EJSLocalStatelessDirectoryServicesManage rBean_0dbf3d20.findPrincipal(Unknown Source)
    at com.adobe.idp.um.api.impl.DirectoryManagerImpl.findPrincipal(DirectoryManagerImpl.java:13 8)
    at com.adobe.idp.um.ui.user.CreateNewUserAction.doExecute(CreateNewUserAction.java:139)
    at com.cc.framework.adapter.struts.ActionUtil.execute(Unknown Source)
    at com.cc.framework.adapter.struts.FWAction.execute(Unknown Source)
    at com.cc.framework.adapter.struts.FWAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1075)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1016)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
    at com.adobe.framework.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:1 73)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at com.adobe.idp.um.auth.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:154)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:113)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:771)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:679)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:546)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:90)
    at com.ibm.ws.web

    Hello Do anyone get anything about above exception, or is there any other information needed, please let me know ?
    I still cannot found the solution for above problem, and it stops me to configuring users on Adobe LiveCycle ES, we have purchased Livecycle ES version 8.0

  • Repeated Opp Contact with different Buying Role

    My business need calls for an Opportunity to have the same Opportunity Contact with more than one Buying Role. For example, Opportunity ABC needs to have Joe Smith as the Architect and again as the Designer. With about a dozen Buying Role values and all combinations of role values possible, I don't want to define all the role combinations. As delivered, the application prevents a Contact from having more than one Buying Role on a given Opportunity.
    I'm thinking about using a custom object with the Name field being an expression that concatenates Opportunity Name, Contact Name, and Buying Role. Is this possible? Reasonable?
    Open to other ideas to meet the need.
    Regards,
    Jeff

    Custom Objects tend to come up short. In this case, I originally wanted the Name to be the Contact's name. I've not found a way to make that happen and I can't expect the user to set it. On the related list display, I can choose to not display the Name and instead display the Contact name. Name is still required. I could fill it with a Function value such as Timestamp. For a related list you get the Add and New buttons. User's still don't get those straight. The display for Add is just too confusing for the user, so I tell them to always us New. Is there a way to remove Add?
    SFDC has a data type known as Look-up which lets you construct links between objects without using an intermediate custom object. For example, you want to indicate the "Project Lead" contact on an Opportunity. That same person can also be listed as a Contact with a Buying Role, so the related list isn't sufficient. In CRMOD, a custom object is necessary. While this type of custom object is easy on the user, but an admin type of user needs to populate the CO. For the user to actually get to the, you need to click through the intermediate object. Plus, you still have the challenge of setting the Name field. The Name is the displayed hyper-link, so you need to have a logical value. Anybody have luck using a function to set the value? I'd like it to be the Contact's name.
    Regards,
    Jeff

  • Multiple users with different Ipods on same computer

    My household has one general computer that is used by myself and my two teenage daughters. We don't use separate logins because it is used mostly to just go online, check our email, and use Itunes along with updating our Ipods. This works fine for us except that we have different Ipods. My girls have the Ipod Mini's and I have the Ipod (with video screen).
    My question is this: Can one computer (running WinXPProSp2)authorize two different Ipods under the same user name? Also, can two (or three) different Ipods be "authorized" on the same computer?

    Yes, your not really authorizing ipods, you just authorize a PC to play songs you buy from iTUnes. Once its authorized all ipods can play the song that connect to it.
    You can separate the music that is loaded to each iPod (Like your music only added to your ipod and your girls ipods only updating there music to there ipods) By creating your own playlist and setting the ipod to update them. This is covered more here http://docs.info.apple.com/article.html?artnum=300432

  • How do I set up multiple users with different configurations

    I have a Mac Pro that is shared by multiple users. Some edit using Avid Media Composer 6.0, and some edit using Final Cut Pro 7. Our client monitor is connected using a Matrox MX02 Mini. When I install the latest drivers for the Matrox MX02, I can use the client monitor with Media Composer, but not Final Cut Pro 7. When I back-rev the drivers to support Final Cut Pro 7, I can't use the MX02 in Media Composer.
    Is there a way to set up two users -- one for Avid editing and one for Final Cut editing -- that will each load different sets of drivers?
    Thanks!

    Not in one boot system. The only way I can think of doing what you want is to dual-boot - ie, either partition a single drive with two volumes, one for each configuration, or, if you can, use separate physical drives. The Matrox drivers are loaded at the system level, not the user level.
    If you have a spare drive, you would just clone your system across using Carbon Copy Cloner / SuperDuper, then boot to the second system and adjust the drivers as necessary.
    Matt

Maybe you are looking for

  • Help needed in table maintenance

    Dear all I have to add a few fields in existing Z-table. When I try to add a field to the table, I get an error that Table <table name> is too long (>1962). Can any one guide what's the meaning of this and how to correct the same. Thanks in advance.

  • Can Not Update Software

    Pls, My HTC one M8 is still on 4.4.3 kit Kat. I want to update it to 4.4.4 kit Kat. All attempts has failed as the phone keeps telling me I can only update while on CDMA mode. I live in Nigeria and my gsm carrier is not a CDMA, but only gsm. Anything

  • ALL the Icons disappear for seconds after using five-finger-gesture and swipe to another page in the home screen

    Hello, iPad Air, 8.1.2 This issue has been making me annoyed for a long time... You can find the bug by following steps: 1). Go to Settings APP. 2). Use five-finger-gesture to close this APP, and quickly swipe to another page of home screen before th

  • How can I change Blackberry ID in my device.

    Hi members, Could some one guide me how can I change my BlackBerry I'D of my device Z10. as previously it was used by my sister.

  • Reporting Restrictions

    Hi All, I am working on a report and in report designer I have taken Customer Account Number ,Account Type,Posting key, Doc Type,Posting Date, G/L Account and Type of Payment. Now I want to see only 3 Doc.Types Only few Customer Account Numbers Only