Setting the count of display in User Admin

Hi..
does an one know that where and how can we set the no. of users to be displayed for the ""user admin"" containing the users list for the UCM user list.

See how can I prevent users from creating roles in the UME tool? (please avoid crossposting).

Similar Messages

  • How to set the maximum length that a user can enter in Msgstyledtextinput

    Hi Everyone,
    I'm currently using EBS 11.5.1 and 10.2g DB
    Is there a way that I can set the maximum length that a user can input?
    I changed the Maximum Length to lower number (from 150 to 100) but I get the following error.
    Developer Mode Exception encountered in item SaveLocation
    Error: The item SaveLocation has a maximum length (100)
             which is not equal to that of the corresponding VO attribute
           , SaveLocation length (150).
    Action: Make sure they are equal in size. There must be other way to set that value
    Thanks,
    Elmer

    You have to set the maximum length of column to 150 to avoid this error.
    You can set the same in Jdev.
    Thanks
    --Anil                                                                                                                                                                                                                                                       

  • Set the ACL with API by non-admin user

    Hi experts,
    We are enhancing the file upload functionalities with setting the readers of the documents. The upload user is not admin user but he can have the full control or permission owner of the folder, but we found he can't still setting the ACL of the documents he created in the folder. While if he has the admin role, he can setting the ACL successfully.
    Can the permission owner be inherited? Or any other way to achieve this? Urgent! Any helpful anwser will be reward, many tks!!!!

    Hi,
    If you are doing it with API, always post the code.
    Did you check the logfile for exception, also post them.
    Is the current user permission owner of the folder/file?
    If not he cannot assign permissions/ACL.
    Check this for more:
    http://help.sap.com/saphelp_nw70/helpdata/EN/dc/2a2a17b8ae11d5993900508b6b8b11/frameset.htm
    Inheriting permission owner:
    If you save permissions on folder/file, the system stops inheriting permissions for the object in question.
    But already inherited ACL exist on the folder/file.
    Regards,
    Praveen Gudapati

  • Setting Default Decimal Notation with ISA User Admin

    Hello all,
    I have been trying to find out how I can select a default decimal notation when creating users via ISA User Admin.  My client wishes the default notation to be 1,234,567.89.
    In advance, many thanks
    Jon

    Gun
    Thanks for your response.
    The problem is that customers will be creating their own users via Web Based User Management.  Currently the only way we can amend the decimal notation is via SU01.  This, then, would have to happen for every user because the default notation is not the one we require.  My question is - is there a way of setting the default decimal notation for each user so we do not need to manually amend each user in SU01.
    Thanks,
    Jon

  • How to set the default settings for all users in 11.1.1.3

    I have couple of questions
    1. How can I change the default setting for all the users so that whenever they log in the planning takes them to the Task lists mode. Or is this a one time thing which they need to do individually ?
    2. How can I set the defalut setting for all the users so that they can see the same page when they log into Workspace ?

    For workspace have a read of - http://docs.oracle.com/cd/E12825_01/epm.111/bpmui_admin/assigning_default_preferences.html
    For planning you can't really set it without hacking tables.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Setting the logonHours attribute for a user in Active Directory

    Hi Anyone,
    I'm a brasilian guy and I need your help. How can I set the logonHours attribute on my Active Directory?
    I have this code but it doesn't works good:
        public void setLogonHours(boolean[] logonHoursBits){
            int i;
            int j;
            int k;
            int index21 = 0;
            int index24 = 0;
            byte[] byteLogonHour = new byte[21];
            byte byte8Hours = 0;
            for(i=0; i <= 6; i++){
                for(j=1; j <= 3; j++){
                    for(k=7; k >= 0; k--){
                        if (i < 6){
                            if (logonHoursBits[i] == (boolean)(index24 == 0) ? true : false){
                                byte8Hours += (byte)Math.pow(2,k);
                        else{
                            if (logonHoursBits[0] == (boolean)(index24 == 0) ? true : false){                           
                                byte8Hours += (byte)Math.pow(2,k);
                        index24++;
                    byteLogonHour[index21] = byte8Hours;
                    index21++;
                index24 = 0;
            try{
                String nome = "CN=Dryelle,OU=Pesquisa,DC=cifya,DC=com,DC=br";
                ctx = new InitialLdapContext(env,null);
                ModificationItem logonHours[] = new ModificationItem[1];
                logonHours[0]= new ModificationItem(DirContext.REPLACE_ATTRIBUTE, new BasicAttribute("logonHours",byteLogonHour));
                ctx.modifyAttributes(name,logonHours);
                System.out.println("Atributo logonHours alterado com sucesso.");
            catch (NamingException e) {
               System.err.println("Problema na altera??o " + e);
        }the code set the attribute but wrong. Can anyone help-me? It's making me crazy.
    Sorry about my poor english.
    Tks.
    Edited by: th_slopes on Aug 15, 2008 5:50 PM

    DirContext ctx = new InitialDirContext(pr);
              BasicAttributes entry = new BasicAttributes(true);
              String entryDN = "cn=CharbelHad,ou=test users,dc=test,dc=dev";
              Attribute cn = new BasicAttribute("cn", "ChHad");
              Attribute street = (new BasicAttribute("streetAddress", "Ach"));
              Attribute loginPreW2k = (new BasicAttribute("sAMAccountName", "[email protected]"));
              Attribute login = (new BasicAttribute("userPrincipalName", "[email protected]"));
              Attribute sn = (new BasicAttribute("sn", "Chl"));
              Attribute pwd = new BasicAttribute("unicodePwd", "\"Ch@341\"".getBytes("UTF-8"));
    Attribute userAccountControl = new BasicAttribute("userAccountControl", "512");
              Attribute oc = new BasicAttribute("objectClass");
              oc.add("top");
              oc.add("person");
              oc.add("organizationalPerson");
              oc.add("user");
              // build the entry
              entry.put(cn);
              entry.put(street);
              entry.put(sn);
              entry.put(userAccountControl);
              entry.put(pwd);
              entry.put(login);
              entry.put(loginPreW2k);
              entry.put(oc);
              ctx.createSubcontext(entryDN, entry);

  • How to set the resource_limit parameter to each user

    how to set the resource_limit initialization parameter to each user.
    it says like this;
    You must modify the RESOURCE_LIMIT initialization parameter. After you assign profiles to users, the Oracle database
    enforces the limits only when the RESOURCE_LIMIT parameter is set to TRUE. Therefore, you modify the RESOURCE_LIMIT initialization parameter to enforce the resource limits defined within each user's profile.
    alter system set resource_limit=true;
    if doing like this is it ok. ????
    Assume im logged as user "SYS". so if i use this command, will it alter the resource_limit parameter for this user SYS only OR for the entire database..... (for all other user)

    The RESOURCE_LIMIT parameter only enables resource limits that are defined in profiles.
    The DEFAULT profile, by default, is UNLIMITED for all resources.
    You should create a custom profile and set the limits you need. The next step would be to assign that profile to the users whom you want to limit. Other users in other profiles (or in the DEFAULT profile) would not have any limits enforced.
    See the documentation on CREATE PROFILE.
    See http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_6010.htm#i2065930

  • Setting the counter output mastertimebase divider?

    Hello
    I want to output single short pulses with varying pauses. My MuFu DAQ card has 20 MHz master clock rate and 24 bit counter (Good ol'6052E). When I try to output 1 µs with a pause duration of more than 839 ms, I get an error due to mismatch of clockrate and counter bit size with short and long duration. This is explained in great detail in the corresponding help:
    2/ counter clock rate <= X <= 2^24 / counter clock rate. with counter clock rate = master clock rate / divider
    0.1 µs               <= X     <=   16777215 / 20Mhz = 839 ms
    I could strech my limits by manually setting the CO.CounterTimebaseMasterTimebaseDivider to 10. But I've searched all property nodes I could find but I have not found this property.
    Does anyone know where it is hidden, and to which values it can be set?
    Thank you
    Michael

    Hi Michael,
    Unfortunately that property doesn't exist.  There are a few "Divisor" properties available for other subsystems (e.g. see Analog Input timing block diagram below).
    However, you'll notice in the above diagram that the valid divisors of the master timebase are only 1 or 200 (which then gives the AI Sample Clock Timebase).  You can get similar behavior on the counter by specifying to use the 20 MHz timebase or 100 kHz timebase for your source.  However, using the 100 kHz (1/10 us) timebase is going to prevent you from properly generating the narrow 1 us pulses that you require.
    So, you can use 20 MHz or 100 kHz without any additional resources, but 100 kHz wouldn't allow you to have a 1 us pulse, and 20 MHz won't let you have a high or low time of greater than ~839 ms.  You could generate frequencies in between these to use as the counter timebase (either use the frequency output or use the second counter to generate the desired frequency, or perhaps configure a dummy analog task) but of course there would always be a tradeoff between the resolution of the pulse and the maximum time between pulses.
    If you do have the 2nd counter available, here is my suggestion to get the best of both worlds:
    1.  Configure a counter output to generate a pulse every N seconds (I suggest configuring the output to generate at 1/N frequency at 50% duty cycle).  When you configure this counter, DAQmx will choose an appropriate timebase for you.  When N is less than ~1.67 seconds, DAQmx will use the 20 MHz timebase (since both the high and low time would be under the 839 ms).  When N is > 1.67 seconds but below ~335 seconds, DAQmx will use the 100 kHz timebase.  If you intend on modifying the rate of the output (to something above 1.67 seconds) after the task has started you would need to make sure to specify to use the 100 kHz timebase rather than relying on the DAQmx default.  You can't use a built-in timebase if you want to generate a delay greater than 335 seconds, but if you wanted to you could handle this case by checking for it and configuring the frequency output to generate an even lower timebase.
    2.  To generate the actual output signal, configure a retriggerable single pulse generation to be triggered off of the signal generated above.  This signal will be based off of the 20 MHz timebase (assuming you configure a pulse width less than ~839 ms) and so will give you a good resolution on the available pulse widths that you can generate.
    In summary, doing this would let you decouple the resolution of your generated pulse width from the resolution of the delay between the pulses.  The downside is that it uses two counters.
    The other option which I previously mentioned (and what you were asking about) would be to find a timebase that meets the two requirements: 1) fast enough to generate a narrow pulse and 2) slow enough to not roll-over between pulses.  You have 100 kHz and 20 MHz available to you, but you can generate intermediate frequencies using the frequency output.  If you plan on using a counter to generate the timebase instead, you should consider the other option which decouples the two counters.
    Of course, using a device with a higher counter resolution (most newer DAQ devices use 32-bit counters) would probably also resolve your issue depending on the full range of  delays that you need.  The downside here is the cost of new hardware.
    Best Regards,
    John Passiak

  • Setting the "Application" thats displayed in MSSQL 2k

    I have a flex project that calls several cfc files. When we
    have deadlocks, we want to track down what/who was causing the
    lock. In prior versions of coldfusion I heard it was possible to
    set the "Application" which was displayed in the process info
    listing in mssql. Any idea's on how I could go about modifying the
    cfc so that I can set whats displayed in mssql?
    tia

    > There has to be a more simple way to accomlish this. So,
    how might I
    > accomplish this?
    There is no way, if you want it to be precise, you need to
    outlines by hand.
    That's how we do, every single button by hand :)
    > I originally tried this: I decided to go into Photoshop
    and make the
    > background of the image (all that whitespace)
    transparent. It didn't work.
    That's because even tho there is no color, the shape of the
    image still remains
    rectangular.
    > Flash didn't care what part of the image was declared as
    being transparent and
    > what part was declared as being opaque. All of the image
    was still considered
    > "clickable", even whitespace.
    What you could do (if the image is vector like -limited
    colors) it try to trace
    it in flash. Flash has the built in feature that traces
    raster images into vectors.
    Tho, not always produce great results, for some images it's
    heaven's sent.
    By converting to vector you could than easily delete unwanted
    parts and keep just
    the shape (group of colors) of that trace for your HIT frame.
    If the map however is a photo, they you will have more luck
    doing it manually by hand.
    I will normally zoom IN allow and just use the brush tool to
    draw.
    to trace image , select your bitmap, go to Modify - Bitmap -
    Trace Bitmap
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • I need the Count to display "0" when the count = 0

    I'm creating a report that is run weekly.  Each week, one or more of the categories may turn up 0.  As this is being used as a sub report in another report, I need the count to show "0" when there is no data for the week as it is aligned with another sub report listing all the categories possible.
    The following is the formula I am currently working on:
    if(IsNull(Count ({UV_HRSRespClnByAreaDetail.SubType},{UV_HRSRespClnByAreaDetail.Stat})))
    then u201C0u201D
    else Count ({UV_HRSRespClnByAreaDetail.SubType},{UV_HRSRespClnByAreaDetail.Stat})
    This will not turn up 0, it still gives me a blank.  Any thoughts?

    Hi Aneisha
    You can check if the following formula works for you:
    numberVar cnt;
    cnt=(Count ({UV_HRSRespClnByAreaDetail.SubType},{UV_HRSRespClnByAreaDetail.Stat})
    if (IsNull(cnt)) then u201C0u201D
    else cnt;
    Hope this helps you.
    Regards
    Ashwini Yadav

  • Can we set the Option "Show add-in user interface errors" with VBA?

    Does anyone know if the advanced Option "Show add-in user interface errors" can be set with VBA in Project Pro 2013?
    \Spiro Theopoulos, Montreal, QC (Canada)

    Spiro,
    Sorry but as far as I know that option is not available through VBA.
    John

  • Can I set the TOC to display all levels, not just one?

    I'm in RH 8 and using Webhelp.
    When I generate, I have 2 levels of books.
    When I click on a book at level 2, it closes another book that may be open at level 2.
    Is there a way to make all books and pages and all topics display when generated?
    Thank you.

    Hi there
    Unfortunately there is no feature or setting you may enable in RoboHelp that will cause the TOC to initially display in a fully expanded state. You should consider submitting a Wish Form to ask for the option to be added into a future version.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • [MAX] Problems setting the size of my PCI user window

    Ok, this may be a very dumb question but I'm just starting to use MAX so please bear with me.
    On my VXI system I need to change the size of the PCI user window from it's default 64KB to 16 MB. Therefore, under MAC I went to the PCI setting tab and tried to change it to the desired size. Everytime I try to change it it shows the following message:
    "Unable to save configuration changes.
    Unable to access configuration information
    [-405]"
    I guess this means that the configuration file that stores this value in either corrupted, missing, etc. Or that I cannot change that window size in my current system. Does anybody have an idea on how to solve this little problem? thank you.

    Hello!
    I have a few questions about your configuration. What Operating System are you using? If it is Windows NT/2000, are you logged into an administrator account? If not, do you still get that error when logged in to an administrator account? Also, what VXI controller and version of NI-VXI are you using?

  • How to set the applications private for each user?

    I created different users in a single work space. I want the applications of each user to be private so that the applications of one user should not be viewed by others.
    Can any one suggest me .....

    So, the term "user" was used in the context of "Application Developer".
    The idea behind Apex Application Builder is Team working and therefore you have features for team working. You want to go the reverse way for your reasons.
    The only way I am aware of is to create separate workspace for each of the developers. This way each developer sees only his / her applications in Application Builder. If the developers use the same db tables/views then you will have to assign the schema that holds the data to each of these Workspaces.
    But if you want to ensure that developers do not even see each other's data then they you have to keep the data also separate.
    While doing all this just do not forget that some day the applications have to be deployed and end users have to access it !
    I am not aware of any other mechanism to isolate developers.
    Regards,

  • How would I set the LabVIEW Execution Display.vi to automatically run a sequence from a desktop icon or the Start Menu Launcher.vi

    LabVIEW does not support command line arguments. Are there some modifications to the Execution Display.vi that would enable this behavior?

    Hi,
    This mods is to the LabVIEW OI supplied with TS2.0.1 and labVIEW 6.1
    In the TestStand - Runtime Operator Interface.vi, the cmdline is obtained and the full path to the sequence file is stored in a global variable. When the Sequence Display is launched and the case First Time is executed. The cmd line global is checked for an empty string, if its not then the string is concatated with the string 'Open Sequence File - No Prompt|' and put on the message queue. This will result in the sequence file being opened.
    The cmd line parsing is pretty basic. the argument is nothing or the full pathname to the sequence file.
    If this is what you are after then send your email to [email protected]
    I tried to attach the vi's but I am having some problems with thi
    s. Probably a size restriction.
    Hope this helps.
    Ray Farmer
    Regards
    Ray Farmer

Maybe you are looking for

  • Asset Auto creation of Equipment Master - Synchronization

    Hello Experts If I decide to use Workflow "then system does not synchronize the master data, instead it triggers a workflow". What settings needs to be done for workflow to be work other than available in FI-AA? Is this Programming? Thanks in advance

  • AWKEY field of the Document Header of BAPI_ACC_DOCUMENT_POST

    HI Experts, I am using BAPI_ACC_DOCUMENT_POST to create Finance Postings and have a requirement to populate the Reference key field externally while using this BAPI. I am aware of the fact that if I leave the fields OBJ_TYP(Reference Transaction), OB

  • Linksys EA3500 Signal Problems: How to Adjust for Maximum Stability

    I have ATT DSL service; 6Mbps down, .5 Mbps up.  That is the maximum offered where I live.  I have  no phone service on the line and use VOIP.  I have discovered that the QOS degrades to awful at random times.  Awful means .79 down, .24 up, with ping

  • Oracle 9i Trigger not updating first time through

    Hi, I have read a lot of postings but this one seems to be unique. I am trying to update using from Access to Oracle backend database with a Trigger. When I put the code from the update in a test window in the PL/SQL, I step through the code and it d

  • POST variable for my servlet

    Hi, I have set up the following on a solaris 2.8 box a) A custom application packaged as a jar file... b) Set up the initial environment for my application using weblogicenv.sh c) The first request for the servlet is satified, in the sense that I am