EP6.0: Can't change the Users that are created earlier by somebody else

Hi,
   I ( have super admin access) am trying to modify/delete some of the users that were created by some body else earlier.
During Modify, it's not allowing me to change the following (grayed out)
1> Last name
2> First name
3> email add
Moreover I don't even see the password field where I can reset the password.
Also when I change the validity period etc, for some reason, the old data come back again after some time.
The user in question needs some additional access and need resetting of the password and I am not able to do the 2nd.
Also please note that there is no issue with the User lock, I have checked that already.
Thanks
Arunava

Have u Changed in User Mapping  ?
Go to 'User Admn' - >User MApping -> search for the User u want -> Do edit .
If u hav did any LDAP ,u can't change the Fname / Lname here as it's been configured .
Regards,
J
Do Award pts if this's useful.

Similar Messages

  • How can i change the user that open the rfc connection (sm58) from R/3?

    Hi all,
    i'd like to know how can i customize the user 'connecting' R/3 and BW, i mean: when i launch a data extraction a fixed user creates the rfc connection to BW (and i can see it from tcode sm58 in r/3), i need to use a different username so that it will come be more easy for me to reorganize the rfc queue in case of errors (we are doing some testing), it's possible to do something like this or everyone has to share the same user r/3 side?
    I hope i've been clear...
    thanks for the help
    S.

    Hi...
    Its recommended that only one user executes the RFC because you must manage the authorizations for remote execution only with few users....in case on error you can send the user as a parameter of the RFC  and you can buid the error message with this parameter and identify the user of execution...
    I hope this helps you
    Regards

  • How can i get the user that has created a document

    I only need to know wich user has created a document(purchase order).
    For example, if user SALES1 creates a purchase order(100),in wich table/field is stored this information?(that tells me that user SALES1 has created purchase order 100).
    Thanks in advance!

    Hi
    If you look in the table of the documents there is a field called "UserSign". This user sign then matches with a column "usersign" in OUSR. In ousr it has the user names and all the other details for all the users.
    Hope this helps

  • Can i see the DC that are created under track

    Hi
    ihave created 3 DCs under a track but i did not check in now nwds is not working properly, if i reinstall my nwds can i see that those dc thats i have created under that track......
    thanks
    kishore

    Hi,
         Of course  u can see the dc component after reinstall.
        But u have to build the dc component again.
    Just copy the Dc from the workspace to some other location and reinstall.
    After this , copy the dc component and paste it in the Workspace .
    go to the development infrastructure , here build all the Contained Dcs .
    Right Click -->Local development > my Componenet>Build all Contained Dcs.
    Thanks and regards
    Fazal

  • How can i change the user on FaceTime? im trying to do this on a iMac

    how can i change the user on FaceTime? im trying to do this on a iMac

    I'm using an iMac with OSX 10.6.8.  The proceedure on your system is probably similar.
    Get the Facetime window up, and go to Facetime preferences.  Click on "account,"  you'll see a view account option that will prompt you to sign in with your Apple id and password.  From there you can make the changes that you want.

  • I just upgraded to mountain lion and I can't figure out how to use messages...  it wants me to use AIM or something like it, but I can't change the user...

    I just upgraded to mountain lion and I can't figure out how to use messages...  it wants me to use AIM or something like it, but I can't change the user... How do I do this??

    See this Thread

  • HT201342 How can I change the USER of my i-cloud address? My 12 year old set up the e-mail account and used a silly user name (like: turtle!!). I would like to have an icloud e-mail account but under my own user name. The other /old name can be deleted?

    How can I change the USER name of my i-cloud e-mail account? It was set up by my son and he used a silly / embarrassing user name. I would like to change this name OR set up another i-cloud e-mail account under my own name / reference. Help?

    iCloud email addresses can't be changed or deleted, but you can set up an alias namethat he can use which will be linked to his current iCloud account and will receive email in the existing iCould inbox.  This guide explains how: http://support.apple.com/kb/PH2622.

  • How can I change the user's neme in Sidebar

    how can I change the user's neme in Sidebar

    same here "i cant change the text iether"
    new i movie user on new mac book pro 

  • In Blackberry Z 10 "HUB MANAGEMENTS", automatically changes the items that are included in my main View of the Hub Managements.

    In Blackberry Z 10 “HUB MANAGEMENTS”, automatically changes the items that are included in my main View of the Hub Managements.
    I really don’t know how it happens, “Off or On” thing, without knowing me.  When any Email hits to my device and not shows in my “HUB MANAGEMENTS”, at that point of time I come to know, it’s Off again.
    Then whole process again, I go in “HUB MANAGEMENTS” and switch it on again and again.
    I need Blackberry Z10 OS developers focus on this issue…  

    I can confirm this behaviour and it defeats the purpose of having a hub.
    Could a BBTA confirm that this has been filed or even solved internally?
    Olivier - interfaSys ltd
    Developing for BlackBerry 10 devices using the Sencha Touch framework.

  • How to retrieve the users that are following a document using JSOM / REST APIs in SharePoint 2013

    Hi everyone,
    Does anyone know how to use JSOM / REST APIs to retrieve the users that are following a specific document in SharePoint 2013? 
    Thanks in advance,
    Nam

    Hi Nam,
    Please use the sample code to get the followers for the document. Courtesy: Mokhtar
    Bepari 
    using Microsoft.SharePoint.Client;
    using Microsoft.SharePoint.Client.Social;
    ClientContext clientContext = new ClientContext("http://URL");
    SocialFollowingManager followingManager = new SocialFollowingManager(clientContext);
    SocialActorInfo actorInfo = new SocialActorInfo();
    actorInfo.ContentUri = "<documenturl>"; //set the document url.
    actorInfo.ActorType = SocialActorType.Document;
    //By using the GetFollowed method you can get the people who the current user is following.
    ClientResult < SocialActor[] > followedResult = followingManager.GetFollowed(SocialActorTypes.Users);
    //By using the GetFollowers() method you can get the people who are following the current user.
    ClientResult < SocialActor[] > followersResult = followingManager.GetFollowers();
    clientContext.ExecuteQuery();
    Once you get the resultset you can iterate like below:
    foreach(SocialActor actor in followedResult)
    string name = actor.Name;
    string imageURL = actor.ImageUri;
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How can I change the order SubVIs are loaded?

    Hello,
    I have a SubVI which needs to be called before any other SubVI. I tried to put that SubVI in another VI which again calls a second SubVI with the rest of the application:
    MainSubVI  --- call ---> 'Need-to-be-loaded-first-VI'
                |
                '- call ---> 'Start-VI'
                                 |
                                 '- call ---> 'Rest-of-application-VI'
    The problem is that there is one SubVI - saved in 'Rest-of-application-VI' - which is loaded before the 'Need-to-be-loaded-first-VI'.
    How can I change the order SubVIs are loaded?
    Thanks,
    Johannes

    Hai,
    If you wish to load the VI into memory or block the VI from loading the memory immediatly after the parent VI loads....Use "Call by referance Node" with call setup as "Reload for each call" which will load theVI into memory only when the VI is supposed to execute.
    With regards,
    JK
    Message Edited by JK1 on 09-10-2008 05:07 AM
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.

  • Got the old MacBook Pro from my daughter; I have an Apple ID; How can I change the user of the Pro to my name

    My daughter gave me her old MacBook Pro; How can I change the computer name and users account to mine; I have alraedy an Apple ID

    Here are the steps to follow when giving away or selling a Mac.
    http://support.apple.com/kb/HT5189?viewlocale=en_US&locale=en_US

  • How can I change the User Password expiry date

    Hi,
    I want to know how can I change the password expiration date of my user without changing his password. For eg:-
    User password expires on 12th May 2007. I want to extend to 12th Jun 2007. Is there any option in Oracle.
    Alter User <USERNAME> password expire .....<to new date>;

    The command is not alter user set expire...
    You should modify the user's profile, and set a timeframe:
    ALTER PROFILE DEFAULT LIMIT
    PASSWORD_LIFE_TIME = num_of_days;
    This way your password will be valid from the last time it was changed and for the time frame previously defined.
    ~ Madrid.

  • Can I change the user account on a pre registered macbook pro?

    I'm looking at buying a brand new Macbook Pro from someone who has only used it to do a system restore from a previous Macbook. It's a 2012 model and thanks to his system restore it is now running Mavericks. Can I update the user account to my name so that I have the latest version of OS X without reverting it back to Lion?

    Yes.
    Specifically you create a new admin account with your name (or any other name of your choosing), log in with it and then delete the other account you don't want.

  • How can I change the name that my computer/iTunes assigned to my device?

    When I hooked up my new 4s to my desktop, it asked if I wanted to start with a new device.  I answered yes and the device was assigned a default name based on the name of the computer (which wasn't originally mine) so now iTunes recognizes the device as belonging to some dead guy I never met.  Also the same first name as an ex-bf.  Call me weird but this bothers me.  How can I change the name of the device?

    Select the device when it is connected to iTunes. Click in the device name on the summary tab. Enter what you want.
    tt2

Maybe you are looking for

  • Connection Pool Leak

    Hello All, I seem to have sprung a leak and cannot work out what is going wrong. I return a result set from a class to jsp, I cannot close this resultset before it is passed back, however I do close it in the jsp after use. Do I actually have two con

  • Trouble with restoring Ipod in disk mode

    So i have a 30GB Ipod video that i am having trouble restoring. I have reset it and it goes to the sad face with the exclamation mark.  I have gotten it in diagnostic mode and it looks like everything scans okay.  I then ran it in disk mode and it sh

  • How do install plug-in to CS 5?

    I am trying to upgrade my Photomatix Pro to their latest version and after emailing them they sent me an authorization code and I was successful in installing the latest version after I removed the previous version.  My problem is installing their pl

  • Adding Memory to a White MacBook 2.16 Ghz Intel Core Duo (Memory 1Gb 667 Mhz DDR2 SDRAM)

    Good afternoon from London. I want to put 2x2GB memory into my MacBook (mid 2007) but Apple support site specifies that the maximum amount of memory for this model is 2Gb. In other words, I can only add 2X1Gb. What would happen if I proceed?

  • Can't open files on my lacie or if they do open, they are corrupt

    i just upgraded to tiger from panther. computer is fine but lacie (80 gb firewire) is not: quark files won't open at all or even launch quark; tiffs, jpegs, and eps files are corrupt or won't open. excel and word files open but the fonts and formatti