System details

Hi All,
When a user is in the initial screen requesting userid and password credintials. In SM04 a thread will be open with system(host) name details though the user is still not logged in.
My requirment is to write a program which will tell from which system(host) the wrong userid, password was tried due to which the userid got locked. Please advice how this can be done or any standard procedure if any
Best Regards
Please do some research. SDN is not here to do your work for you.
Thread locked.
Edited by: Neil Gardiner on Dec 6, 2010 8:55 AM

This will only work on Unix/Linux, windows does not support ps.
try
Process child = Runtime.getRuntime().exec( "ps" ) ;
catch (Exception e)

Similar Messages

  • Mapping runtime constant to get system details of the XI box

    Hi
       We have a need to get the XI system details ( sysid and the client) at runtime - when executing a mapping that we designed using Message mapping . Is there any runtime constant/udf that we  can use to retrieve this information ?
    We are on XI 3.0 SP23.

    Hi,
    refer this blog by Michal..
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    just ignore the BPM part...you will need only the mapping logic and your target message will have the necessary value...also refer this link for the list of parameters that you can access:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/78/b4ea10263c404599ec6edabf59aa6c/frameset.htm
    Regards,
    Abhishek.

  • Hi I bought a macbook in 2007/2008 and am wondering if it is possible to update the operating system? Here are my system details: Hardware Overview:    Model Name:     MacBook   Model Identifier:     MacBook4,1   Processor Name:     Intel Core 2 Duo   Pro

    Hi, I bought a Macbook in 2007/2008 and am wondering if it is possible to update my system so I can get the new version of iTunes?
    Here are my current system details: Mac OsX Version 10.5.8
    Hardware Overview:
      Model Name:    MacBook
      Model Identifier:    MacBook4,1
      Processor Name:    Intel Core 2 Duo
      Processor Speed:    2.4 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache:    3 MB
      Memory:    2 GB
      Bus Speed:    800 MHz
      Boot ROM Version:    MB41.00C1.B00
      SMC Version (system):    1.31f1

    The model 4,1 can run a maximum of 10.7 Lion.  The 10.6 Snow Leopard DVD is in the Apple online store. You can get it for $19.99. After you’ve installed that then download the 10.6.8 combo updater to finish it off. http://support.apple.com/kb/DL1399 You will need to be running 10.6.8 to access the App Store to order Lion. http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    System Requirements for 10.6:
    Mac computer with an Intel processor
    1GB of memory
    5GB of available disk space
    DVD drive for installation
      Some features require a compatible internet service provider: fees may apply.
    You can upgrade from 10.5 to 10.6 with no problems as long as you have at least 1gb of RAM. Any program that runs under 10.5 should run under10.6. See this list for third party programs compatibility with 10.6: http://snowleopard.wikidot.com/  You might have to upgrade some drivers for printers, etc.... And you will have to install Rosetta if you have any Power PC applications 
    http://www.macobserver.com/tmo/article/snow_leopard_installing_rosetta/  
    Once you are at 10.6.8 Lion is still available from Apple. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775. to purchase it. Then within 3 days you will get an email with a code which you can use to download Lion from the App Store. Or go to http://store.apple.com/us/product/D6106Z/A/os-x-lion and purchase it there. The price is $19.99.
    Lion will require at least 2gb of RAM but really needs 4gb to run smoothly.
    As for third party programs see this list for compatibility with 10.7 http://roaringapps.com/apps:table
    Also Lion doesn't run any Power PC programs. To see if you have any Power PC programs go to the Apple in the upper left corner and select About This Mac, then click on More Info. When System Profiler comes up select Applications under Software. Then look under Kind to see if any of your applications are listed as Power PC. Universal and Intel will run under Lion.
    Before Mac switched to Intel processors in 2006 they used Power PC processors from 1994 to 2005. Power PC 601 through 604, G3, G4 and G5. Applications written for the Power PC processors need the application called Rosetta to run on Intel processors. This was part of the Operating System in 10.4 and 10.5 but was an optional install in 10.6. With 10.7 Lion Apple dropped all support for Power PC applications.

  • SLD webservice to get Business system details

    Hi,
    Is there a standard SAP provided webservice in SLD with which i can read all the properties of a business system?
    My scenario is like below:
    I have the logical system name with me in an external system, i need to resolve the details regarding the logical system from the business system details in the SLD.
    Thanks & Regards,
    Renjith John Andrews

    Hi VJ,
    Thank you very much for your response.
    Actually i had seen the FM from inside SLDCHECK on the backend system.
    However, the scenario that i am in -  is that i need this information on a different system altogether which is java based.
    Also, I have seen other forum posts which have pointed out to use CIM java APIs to read SLD details.
    I was hoping that SAP has supplied a standard service so that i can avoid the usage of the APIs directly in my coding and use an SAP published service.
    Regards,
    Renjith John Andrews

  • Extract Satellite System Details from SOLMAN

    Hi
    We are using SOLMAN EHP 1.  There are n no. of systems connected to our SOLMAN. We want to create inventory sheet of all satellite system. Requirement is we want to export System Details (Hostname,IP Address, System No) of all satellite systems to excel. We have checked in SMSY , but there is no download option. Is there any table or any other way to download such details.
    Regards
    Kapur

    Hello Paul
    Thanks for your prompt reply. I had seen this earlier, system no. , system id are coming there but message server column is missing when i view table SMSY_SYSTEM_SAP. i had seen checked Settings>format list>Choose Fields and found that message server is already selected but it is not coming when view table SMSY_SYSTEM_SAP.
    Can you tell me how to correct it or any other way to collect this information.
    Regards
    Kapur

  • XI - Dynamically Determine System Details in User Functions

    Hello.
    Does anybody know how to dynamically determine the logon information for the statement JCO.Client mConnection = JCO.createClient() from a user defined function in XI? 
    Within a mapping I have written a user defined function to call a function module on ECC but as the system details are 'hard-coded' the incorrect system is called once the interface is promoted from the DEV system. I am not able to modify the user function code for each system as we transport the interfaces between systems which are locked and as such code the builder objects cannot be modified .  I desperately need a method of determining which logon details should be used and I would prefer the solution to be within the user defined function.
    User defined function code:
    JCO.Repository mRepository;
    // Change the logon information to your own system/user
        JCO.Client mConnection = JCO.createClient(
                "300",         // SAP client   
                "pi_jco_rfc",        // userid
                "ecd4adrt",       // password
                "EN",          // language
                "adrp560dev1",        // host name
                "10" );        // system number                     
    // connect to SAP
    mConnection.connect();
    // create repository
    mRepository = new JCO.Repository( "SAPLookup", mConnection );
    // Create function
    JCO.Function function = null;
    IFunctionTemplate ft = mRepository.getFunctionTemplate("ZPI_DETERMINE_STORE_FROM_SITE");
    function = ft.getFunction();
    // Obtain parameter list for function
    JCO.ParameterList input = function.getImportParameterList();
    // Pass function parameters
    input.setValue( site[0] , "IM_WERKS" );
    mConnection.execute( function );
    String ret = function.getExportParameterList().getString( "EX_VLFKZ" );      
    mConnection.disconnect();
    result.addValue(ret);
    Any ideas gratefully accepted.

    Darren,
    Why are you using JCOs directly? It is not advisable to do so. You can/have to use the RFC Lookup API to achieve this.
    Have a look at Michal's article about this.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a03e7b02-eea4-2910-089f-8214c6d1b439
    Regards,
    Jai Shankar

  • How to find system details

    Hi Folks
    I am new to VC . I am trying to configure "define web service system" in portal. System ask me to fullfill following information .
    1) System ID
    2) System name
    3) System ID prefix.
    I dont know how to find these details. Can some one help me with step by step guide on this one?
    Thanks a lot
    AG

    Hi,
    Check out this link
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/5f/63c5e4ae6042ee804464f5888b0870/content.htm">System details</a>
    <b>WSDL URL portal system</b>
    A portal system (PCD semantic object) which represents a web service by its WSDL URL
    A portal system is created via system administrator role in the portal (New system wizard)
    <b>Logical Destination</b>
    A definition on the WebAS which represents a web service by one of the following:
    <b>WSDL URL</b> (e.g. http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl)
    WSIL URL (rarely used)
    SAP back-end
    A logical destination is created via J2EE Visual Admin (NW04s) or http://<server>:<port>/nwa (NY/CE)
    Hope it'll help
    Regards
    MaliniV

  • System Details in SAP ATTRIBUTES Tab under TRANSACTION DATA

    How to fetch the System Details in SAP ATTRIBUTES Tab under TRANSACTION DATA ? In CRM_DNO_MONITOR Transaction

    Hi,
    Create IBASE and COMPONENTS in IB51 Txn for the systems you are using.
    Fill in the particular IBASE COMPONENT on which message is raised on the IBASE & COMPONENT field in CRMD_ORDER Txn.
    It will automatically fetch all the details under SAP ATTRIBUTES Tab.
    http://help.sap.com/saphelp_sm40/helpdata/EN/75/4b730b1c628c459ef868acd48197ec/frameset.htm
    Thx,
    Waseem

  • Remote system details keying in Data Manager

    Hello Gurus,
    I need to create records theough portal. Is there any default way to key in the remote system & remorte key details in to data manager automatically?
    Thanks in advnace for your help.
    Regards,
    Ravi

    Hi Ravi
    Please refer to following thread for details.
    Re: Remote Key Manupulation in Java MDM APIs
    best regards
    Ravi

  • Target system details in SM59

    Hello all,
    I really need your help for the following:
    I am setting up an RFC destination in SM59 to communicate with an EDI server (Gentran).
    The details of the configuration are:
    - Connection type is: TCP/IP
    - Activation type is: Registered server program
    When I try to enter information for the Target system in: Extras> System Information> Target System
    I get the error:
    ERROR when opening an RFC Connection.
    How do we enter detials for the target system??ajiv
    Thanks,
    Rajiv

    Hi Rajivk,
    when you double-click on the line in SMGW where you can locate the name of the program, there should be two lines like this:
    LOCAL = XX.XXX.XXX.XX:NNNN where X* = ip-address of your SAP-server and N* port on your SAP-server
    REMOTE = YY.YYY.YYY.YY:MMM; where Y* = ip-address of your GIS-server and M* port on your GIS-server
    if i understand your problem correctly, there should be the same ip-address and Port in both lines. is that so? if yes, can you check your services file in OS whether there is an entry with sapgw* NNNN/tcp and MMMM/tcp?
    if that turns out ok. i have no futher idea. you should really check with your GIS consultants on the setup and connection information.

  • How to get the Portal System details?

    Hi,
    I have a webdynpro application which has links that the user can click and point to various systems. For instance, there is a link for SAP Transaction,. if the user clicks this link, the SAP transaction is opened as a URL.
    Among, these: There is a SAP transaction for BEX Analyzer (RRMXP).A transaction iview has been configured for this BEX ANALyser. I have a <b>link to URL</b> UI element defined in my application. All i need now is the <b>system and host</b> details of the Portal system (EP), where this transaction iview has been configured. Which is the best way to get the system/host/port details of Portal System (EP). Im not talking about backend, nor of the WAS, but the system where Iviews are configured?

    Hi Christian,
    When i tried this, i got <b>2 errors</b>
    cannot resolve symbol
    symbol  : method getProtocolAdapter ()
    location: interface com.sap.tc.webdynpro.services.task.ITask
    String hostName = TaskBinder.<i>getCurrentTask().</i>getProtocolAdapter ().getServerName();
    cannot resolve symbol
    symbol  : method getProtocolAdapter ()
    location: interface com.sap.tc.webdynpro.services.task.ITask
              int port      = TaskBinder.g<i>etCurrentTask</i>().getProtocolAdapter().getServerPort();
    <b>Questions:
    1. Are we missing any jar files?
    2. Does this work for https?</b>

  • Import technical system details into SLD

    HI ,
    I was looking for the way to import the technical system data for a SAP R/3 system into the SLD .
    Is there a automated way of doing this or do we have to key in the details .
    Thanks
    Nikhil

    Yes. It will import the all the details. The RZ70 has an option to run a batch job for every 720 minutes ( 12 hrs. you can change this). That means for every run, if there it will update all the components it has. No need of manual work.
    Connection Between Web AS ABAP Systems and SLD
    http://help.sap.com/saphelp_nw2004s/helpdata/en/21/84570b3ae14e77b3047c82218974b9/frameset.htm
    If you do not see your Technical System in SLD, then troubleshoot with the following link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/20244134a56532e10000000a1550b0/frameset.htm
    Regards
    Shravan
    Message was edited by: Shravan Miryala

  • Project system Details

    dear Gurus,
    Please can you provide project system config details.
    Regards,
    Ani

    Please check these answered links:
    PROJECT SYSTEM
    project system
    Project system
    Project system

  • Getting specific operating system details

    hello
    I'm trying to make a detailed report about the operating system.
    Some details i already know:
       // use these with the System.getProperty(...);
        public static final String OSNAME = "os.name";
        public static final String OSVERSION = "os.version";
        public static final String OSARCHITECTURE = "os.arch";
        public static final String USERHOMEDIR = "user.home";but the one below is one of the harder ones to get through java:
    - architecture of your computer (intel-compatible pc => i368, ...)
    can anyone help me with this?
    thanks in advance
    ~neosniperkiller

    NeoSniperkiller wrote:
    thanks but i've already looked through all the possible stuff
    and I couldn't find any command that returns stuff like
    i386 (is this for intel processors or what does it actually mean, i always thought i had a x64 architecture 64-bit cpu)Either you overlooked it, or it is not supported by the underlying OS. It lists here perfectly on all of my machines (PC's and laptops with XP and Vista).

  • Access portal system details in Web Dynpro ???

    Hello All,
    I have a requirement such that in my Web Dynpro application, I need to figure out that the backend R/3 it is trying to connect to, is it a unicode or a non unicode system.
    For this purpose, we maintain an additional alias name for the portal system starting with UNI_ if its a unicode box or NONUNI_ if its a non-unicode box.
    Is there any other better way of storing this information.
    <b>I need to know, how can we fetch all the alias names maintained for a sytem in portal using Web Dynpro APIs.</b>
    Please help.
    Thanks in advance,
    Samta

    Hi,
    please take a look at the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">tutorial section</a> here at SDN. This is a good starting point to learn WebDynpro.
    Regards
    Sebastian

Maybe you are looking for