How can I konw , Which computer name or IP Address make SAP User lock

Dear all,
I have one issues about SAP user lock,
Now I don't know which computer name or IP Address make user lock.
How can I check it or Can you tell me about the table that keep information about the ip address or computer name?
I can see the computer name when I use t-code al08 or sm04.
But I don't know the table that keep data from this t-code.
Pls suggest me for this issue.
Regards,
Pannee

In SM21
If you double click on the message "User XXXXX locked due to incorrect logon"
You'll see under details the name of the terminal
Terminal............ XXXXXXXXXXX
for IP address just ping the terminal.
Regards
Juan

Similar Messages

  • How can I determine which computer a share is connected to in /Volumes from terminal or a script?

    I run a set of virtual machines via Fusion on an iMac that we run automated tests on for our website.  There is a folder on each VM called /Automation that is shared. 
    I have a python script that runs on the host, that will find an open VM, start it up and then mount the VM's /Automation folder.  So if there is only 1 VM powered on, the folder shows up in /Volumes as /Volumes/Automation.  The  problem is when there are 2 or more VM's powered on, because then the shares start being named /Volumes/Automation-1 and Automation-2 etc.  So my question is, how can I determine which computer each share belongs to from terminal or a script?
    In other words, I'm looking for something like:
    /Volumes/Automation = "FirstVirtualMachineName.local"
    /Volumes/Automation-1 = "SecondVirtualMachineName.local"
    Is there any way to determine which computer a mounted share is connected to?  In the past, I've just unmounted all /Automation folders, and then mounted them in a particular order, but that's unreliable and messy in my opinion.  If anyone knows a better way, please let me know.  Any help is appreciated.
    Thanks,

    Well I think I have a workable solution.  It's not perfect, but I think it will do the trick. I can put a spotlight comment on the folder similar to 'HostName=OSX-Automation-1.local' and can then retrieve that value from our server with the following python snippet:
    import subprocess
    out,err = subprocess.Popen(['osascript','-e','tell application \"Finder\" to get comment of \"Macintosh HD:Volumes:Automation-1\"'],stdout=subprocess.PIPE, stderr=subprocess.PIPE).communciate()
    So I could just loop through each 'Automation*' folder in /Volumes and grab the name from the spotlight attributes on the directories.  I don't think I really need to worry about the comments being overwritten, but I may have one of our launch daemons that run on the VM check that spotlight comment once a minute or something to ensure that the correct value is there.
    If it ends up not working well in practice, I'm going to give your suggestion about a config script a shot.  It would require a little more up front work, but seems as if it would be pretty solid after that. 
    Thanks again for helping me think it through

  • How can I change which computer taht is my main?

    How can I change which computer that is my main without loosing all my APPS, all my music etc when I sync?
    When I first used my iPhone i was on my work computer, but now I can't sync it on my home computer without loosing all data? That isn't a good design solution at all.
    Is there any way to change the authentication from my work computer to my home?
    There should really be a better way to solve this, instead of forcing alot of users to "Choose" only 1 computer, I mean I believe many have maybe 2 or 3 computers that they want to use there iDevices on... Please help me!
    /Henric

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • How can you tell which computer that is authorized as the master?

    I have several computers that I have connected my iPhone to. How can I tell which computer I should connect to before updating the operating system? I don't want to loss data if I don't have to.

    I am not that familiar with Apple and iTunes and was getting help from someone who said that I can plug my iPhone into my computers but that I would have to authorize the iPhone on each but the limit is 5.
    This is not accurate.
    You can authorize up to 5 computers with the same iTunes account. There is no device limit for the number of iPods, iPads, and iPhones that can be synced with the same iTunes library and iTunes account on the same computer.
    An iPhone can be synced with an iTunes library on one computer only, and photos can be transferred from one computer only. When transferring iTunes content and photos from another computer, all iTunes content and photos transferred from a different computer will be erased from the iPhone first.
    This is why I asked - you have connected your iPhone to each one of these computers for what?
    I was not sure which computer I first used. Is there a simple way to check?
    No, or I would have provided that with my first reply.
    If you connect your iPhone to a "non-master" computer to install the update, you will be provided a warning.
    How many computers are you talking about? If 5 or less, this should take you no more than 10 minutes to determine which computer you transferred music and photos from.

  • Several contacts have the same email address. How can I choose which contact name appears on the address line in Mail?

    Several contacts have the same email address. How can I choose which contact name appears on the address line in Mail?

    you can't really, but you might be able to filter them by message content into folders for each, or color them with tags

  • How can i retrieve a computer name with a java code

    hello friends,
    please, can i get help on how i can rtrieve the name of a computer(any at all) using java - a code will be appreciated.
    i also wish to ask if you know how i can use the JFileChooser class, such that when i click on a file to select it and then click on the open button, the file will open / show in a TextArea which i have already created.
    Moreso, how can i use the JFileChooser to save something i've written in a TextArea, as file to a system.
    thanks in advance for your useful advice. quite grateful.

    'result' is a String I think.
    As for your JFileChooser question...
    Create your take the file returned from JFileChooser, open it in a BufferedReader (I'm assuming it's text as you want to display it in a JTextArea) then read the lines out.
    JFileChooser fc = new JFileChooser();
    fc.showOpenDialog(null);
    File file = fc.getSelectedFile();
    if (file != null) {
    try {
    BufferedReader in = new BufferedReader(new FileReader(file));
    String inputLine;
    String total = "";
    while ((inputLine = in.readLine()) != null)
    total+=inputLine;
    in.close();
    textarea.setText(total); // textarea = your JTextArea
    } catch (Exception e) {
    System.err.println("Error: "+e);
    }

  • How can I change my computer name

    My work computer is named the previous person who had it who's not hear any more.
    Now it says the name is: "his name -  my name"
    How can I change the name to just my name?
    Thx,
    Steven

    Thanks Eric. I note a few differences though.
    First there is no "Users & Groups" icon in the top level of System Prefs. However while exploring I found under "Sharing" you can change the computer's name there. One would think it's in Accounts, but it's not. I did add myself as an Admin when I first got  here but that just appended my name with a hyphen to the previous employee name
    So I changed Computer name to my name in the field in Sharing and then saw there's an Edit button. There you can change the lost hostname, whatever that is. I shouldn't do these things without knowing, I know, but I changed it but it doesn't allow spaces and adds hyphens. Since I have a Home comper, I named this work computer differently and hypens were added plus the suffix; .local.
    There is a "Use dynamic global hostname checkbox which was unchecked so I left it that way. Do you know what the global hostname does and if I need to check it? What happens when you do?
    Making the local hostname: my name-V1-Computer.Local, didn't change the Computer name field when you return to it. It still has the name I gave it before assigning the .local name.
    But if I go into MM for example and then Advance to see which computers sync to MM, I see my home computer and work computer which is still named: previous emloyee's Computer - Steven Lastname (This Computer). So obviously the complete computer name hasn't changed.
    The article you give above gets you to the Directory Utility in Utilities to change the Root info.
    It says after open the lock icon: Enter an administrator account name and password, then click OK.
    But the only thing to do in the main Directory Utility is: Add/configure a Directory server, again don't know what that does, but clicking it all you can do is set the drop down to: Open Directory or Active Directory, fill in the Server Name or IP Address field.
    There are no fields for "enter admin account and pw" which I assume is me since I'm listed that way in Sys Prefs > Accounts, and the only Admin listed for this computer.
    So I'm at an impasse. I don't see why this is all sy cryptic, but assume it's for security purposes. Well it's working. I can config my own computer
    Am way of the beaten path? In a parallel universe? Or close?
    Sorry for long email, but hopefully this will end up being a good tutorial for the next happless chap that can't rename his/her computer.

  • HT1420 how can you tell which computer is authorized inorder to reauthorize?

    HI I just purchased a new mac. I previously had a pc.  I just went to itunes to play a song.  When I went to log in, it told me that I had 5 authorized users on the account already.  How can I tell who the 5 are or choose which one to deauthorize?

    No, you cannot.
    About De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    Also, see iTunes Store- About authorization and deauthorization.

  • How can I get the host name from Email address?

    hi
    When I using socket to develope an email-sending servlet,I don't know how to get the host name from emial address.can you help me,thanks

    Stripping off the user name will give you the domain of from field in the message. This is not the same as the host. Take a look at:
    http://www.stopspam.org/email/headers/headers.html
    Theres a pretty good discussion about email headers and how to use the information. You probably want to check the information here against the RFC.
    Sean

  • How to find out the user name and email address from SAP user id?

    Hi experts,
    In sto3n I find out the the user id with most navigations. I like to know his name or email address to contact him. Which table stores the user details? how to do it?
    Thanks in advance.
    Sharat.

    hi,
    The below tables will give only the name .
    USER_ADDRS
    USER_ADDR
    USER_ADDRP
    USR02
    i think you need email address .
    you can use this Tcode : su01d
    and give the user name and excute it
    i hope it will help you.
    Ram
    Edited by: Ram velanati on Jun 30, 2008 6:57 PM

  • How can I authorise my computer when the email address no longer exists

    Yesterday, due to software problems I had to have my computer wiped. I reinstalled iTunes and loaded all my music, films etc back on (these are kept on a hard drive) with no problems. I now have about 120 songs/videos that will not play as they were purchased with an email address that no longer exists. iTunes keeps asking me to authorise my computer but I do not know the password. Is there any way I can get these purchases back? Not techy at all, please help, I've been at this all day!!!

    You will need to call Apple at 800-275-2273 and ask for the Account security department.  They will have you sign into the My Apple ID site at id.apple.com using the Manage Apple ID button and generate a temporary support pin.  It can be found in the lower left corner of the Password and Security section once you log in.
    Once you give them the support pin, they will ask for one other piece of information from the account in order to verify that you own it.  This can either be one of the current security questions, the credit card linked to the account, a device serial number, or a device verification code that they can send you.
    Good luck!

  • How can I see which computers (computer name) Creative Cloud is installed on?

    How can I see which computers (computer name) Creative Cloud is installed on?

    Hi Arno ten Hagen,
    To check for activation you need to go to all the machines in which you have installed CC apps, launch any of the CC software, go to help and you will see the email address mentioned by which you are logged in to that machine.
    Kb: http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html .
    Regards,
    Romit Sinha

  • How can you find out if another VI running on the same computer and how can you find out the name of that VI?

    Suppose that several VIs running simultaneously on the same computer. How can I find out the names of the running VIs, from another VI?
    If the already running VIs are clones of the same basic VI, open and run with the option "Prepare to call and forget", how can I find out the names and index of each clone? 

    I had an application where I spawned (= ran with Start Asynchronous Call) multiple (reentrant) copies of VIs, and would occasionally "lose control" of them.  I needed a way to find all VIs that were running "Top Level" and stop them (so I didn't have to log off from Windows).
    I used the Application Property "All VIs in Memory" to get an array of (wait for it ...) All VIs in Memory.  I took each name, opened a VI reference to it (simply wire the name string in, as the VI is, by definition, "in memory"), looked at its VI Execution State, and if it was Run Top Level, Invoked the FP.Close and Abort VI Methods.  [To prevent the VI that did all this from "committing Suicide", I compared the name string with the current Call Chain, and did nothing if there was a match].
    I think you could adopt this idea to do what you need.
    BS

  • How can i unauthorized a computer which  i no longer own

    how can i unauthorized a computer which  i no longer own

    The computer has to be in your possession, or you can go to the Store and deauthorize ALL devices, and then authorize each you still have access to.

  • HT1338 I wanted to import files but the computer says that there is not enough free space. how can i see which files take up the space?

    I wanted to import files but the computer says that there is not enough free space. how can i see which files take up the space?

    Here's freeing up disk space.
    DALE

Maybe you are looking for

  • Problem in Installation of SAP Netweaver CE 7.1 SP3

    Hi, I am trying to install SAP Netweaver CE 7.1 SP3 on Windows XP Professional. All the steps are executed sucessfully till Step 26 where it gives an error when it tries to "Creating SAP start service of instance CE1 SCS01" It says that the "Service

  • Proxy/XI adapter

    Could someone please give me the steps required to have proxy communication.. For example like IDOC's and RFC's does SM59 need to be configured in ECC or XI or Both... what other things are necessary an what should be done in comm channels?

  • Problems downloading Large dmg s ( like Bootcam)

    Recently I've noticed that I can't download large files like, an update of Mac OS X 10.4.10 Update (combo) and passing like 3 or 4 min since the beginning of the download it crashes telling me that it can't resolve the server.Then it happened with a

  • Can't turn on iphone

    can't turn on iphone4

  • SAPF180 & SAPF180A

    Hi to All, I have a few queries regarding business area clearing program. 1. What's the significance of LOWER DATE limit for Tax ? Has it to be first date of the relevant fiscal year in Every case. 2. I believe that this program can be run as often a