Get Client Host Name

Dear Experts,
I am using
String ipAddress = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getClientHostAddress();
retrieve client ip address.
When I use getClientHostName(), it still present client ip address.
Regarding the client hostname, how do I get it?
thank you.
Regards,
Weng

Use this
String hostName = WDProtocolAdapter.getProtocolAdapter().
getRequestObject().getClientHostName();
You also have one more method to get IP address.
String Address = WDProtocolAdapter.getProtocolAdapter().
getRequestObject().getClientHostAddress() ;
for more check this forum link
How to get the system name of the client?
thanks

Similar Messages

  • 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 get XI host name & IP address in Message Mapping

    Hi,
    Does anyone have an idea how we can get XI host name & IP address dyanamically in our mapping.
    Thanks in advance.
    Regards,
    Sarvesh

    Hi,
    Please find the code below for the UDF which serves the function: to check value for the PI system id (probably use System.getProperty("SAPSYSTEMNAME")) - if the system name is PIP then the function returns u201CPu201D; otherwise the function should return u201CTu201D
    String SystemID = null;
    SystemID = System.getProperty("SAPSYSTEMNAME");
    if (SystemID.equals("PIP"))
    result.addValue("P");
    else result.addValue("T");
    No input is required for the UDF and also no import packages required apart from the default ones in UDFs..
    regards,
    Kishore

  • How to get the Host name and port number

    Hi all,
    I am working in xRPM. I need to get the server name, host name & port number for the portal and i need to diaplay as a link in the Workflow step. I cant give the portal link as static, as it will vary depends on the DEV, QUAL, PROD. Is there any FM or class is available, so i can get the server name, port no. for my purpose?.
    Regards,
    Vinoth

    Hi Kanagaraja,
    My client has configured the portal and backend in different stack. So when i execute the FM you provided and with class: CL_HTTP_SERVER, CL_WD_UTILITIES, i am getting only the backend host name and port no. not the portal's info. So please help is there any way we can get the portal's info.
    Thanks for your reply.
    -Vinoth

  • How to get the Host name of Unix server

    Hi all,
    I am need to use the Host name of application server for some purpose.
    where can i see the host name of the unix server ?

    SYST-HOST or SY-HOST contain the name of the application server.
    You may also use the following internal call to get the actual application server
      call 'C_SAPGPARAM'
         id 'NAME'  field 'rdisp/myname'
         id 'VALUE' field servername.
    For the IP adress
      CALL FUNCTION 'DB_DBRELINFO'
        IMPORTING
          dbinfo = dbinfo.
      READ TABLE kernel_version INDEX 11.
      kinfostruc-ip_address = kernel_version-data.
    Regards

  • How to get a host-name representing a WebLogic cluster

    Hi guys,
    We are using weblogic to deploy a service. Service uses the below property to connect on managed port and get datasource informations
    PROVIDER_URL=t3://abc.com:20005
    Now this is fine but in PRODUCTION we have cluster who have 2 machines-manged server (mt1 and mt2) on which service is deployed. 
    Now what could be the PROVIDER_URL value inside the service code? we can't choose any of the mt1 (or mt2) as if that server down then service will not respond. We need to use a kind of abstarct host name so that this t3:// access
    always will be there. In the env we have LBR but that is an OHS which listen http only. Can any body tell me how to fix this issue?
    Thanks in advance.

    Here you can find some examples:
    Oracle Fusion Middleware Programming JNDI for Oracle WebLogic Server - 11g Release 1 (10.3.6)
    Best Regards
    Luz

  • How to get client machine name and IP address

    Hi,
    In my office I have one SERVER which has FORMS & Report Server installed and all the clients are accessing that application thru the following URL :
    http://OraServer:8889/forms/frmservlet
    to get the machine name I have read into a global variable like this
    SELECT USERENV('TERMINAL' ) into :global.clientname FROM DUAL;
    but obviously all the time its returning the SERVER machine name...not the name where client is accessing the program....so how can I get the client machine name..
    thanks

    Hi Frank,
    Well I am using Developer Suite 10g Release (10.1.2.0.2) ..I've gone thru the link what you have sent me and noticed that whatever updations of conf file or classpath its already there so i guess needn't to modify cause I think my release 10.1.2.0.2 has did already as webutils been bundled with it.
    Well What i did is to double click on ATTACH LIBRARY and browse the location to find webutil.pll and finally attached it...even though its showing me all the procedures like clientinfo and others...
    on my block's canvas I've put a button and used this trigger to get client info function like this.
    when-button-pressed trigger of INFOBUTTON
    DECLARE
    o_clientinfo varchar2(50) := Webutil_clientinfo.GET_HOST_NAME ;
    begin
    message(o_clientinfo);
    end;
    but when I am trying to open this form its simply not showing up..strange thing is that there is no error as well...so plz kindly guide me how to get clientinfo hostname or ipaddress using that library function.
    thanks

  • How to get client computer name in Developer 9i

    Hi ..
    I m using developer 9i from several days.But i need to get the client computer name.But i heard that i need to use GetClientInfo java bean to get that.How to use GetClientInfo.What is the procedure to use that?What code i should use?In Sample code in this site..there was a example.But in that example there is nothing clear.What to do and what code should i use?
    Sharif

    This shouldn't be any problems if you'd successfully installed the Forms Demos. Anyhow, another way is to use WebUtil which I'd prefer. There's tons of other interesting and useful functions in WebUtil.
    Also, I'd really, really think about using Forms 10g instead of 9i.
    Regards,
    Martin Malmstrom

  • Can I get the host name of my local machine?

    I've got a webapp that needs to send the host name of the machine it is running on to the client side.... I can't seem to find any way to find the host name through Java.
    Or will I perhaps have to make this a propery to be set manually?
    /J

    sij17tad wrote:
    Use JSP Program
    <%
    out.print( request.getRemoteAddr() ); //This command display IP AddressOf the client, not of the server.
    out.print(java.net.InetAddress.getLocalHost().getHostName());//This command display System Name
    %>This answer is already given 3 years ago, dude.
    In the future please respond to active topics only and do not resurrect old and dead topics.

  • How to get PC host name using labview

    hi,
    I have a need to display the pc host name(login name) in my application. How can i get it using labview in runtime i.e. if i write a program and execute it in different PC systems/same system with different users, then i should get the corresponding login names.
    Can any one help me on this?
    Thanks,
    Regards,
    Arvinth
    Solved!
    Go to Solution.

    Well, the PC host name and the login name are two different things, so which one are you trying to get? Darin's snippet gives you the login name. If you want the PC name use this method.

  • Getting the host name in the email subject line

    I am running SCOM 2012. Is there a way to have the host name of the server in the Subject line of an email?

    As alerts dont always have a servername included. ie Alerts usually have the name of the server or source included in Source or Path you might want to include both in the subject.
    Here is what we use but you can add the lines found in the body to the subject:
    Source: $Data[Default='Not Present']/Context/DataItem/ManagedEntityDisplayName$
    Path: $Data[Default='Not Present']/Context/DataItem/ManagedEntityPath$
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • How to detect remote (client) host name or remote host address?

    Hello!
    I need to receive remote host name or remote IP address in the BSP controller DO_REQUEST method. How to do it?
    In Java I can use getRemoteAddr() or getRemoteHost() methods of HttpServletRequest class. But in the BSP I can not find analogues of these methods.
    Please help
    Best regards,
    Eugeny

    Hi,
    I guess there is something "cleaner", but here is a solution:
    DATA l_host TYPE string.
    l_host = me->request->if_http_entity~get_header_field( '~remote_addr' ).
    Regards,
    Tanguy

  • Getting web host name, web-port, oral-report server name and virtual path

    Hi.
    I have been using oralce forms 6i on oracle application server 10g. I have three servers installed on remote locations.I just want that when i am hosting an application on a server, the web host name, web port , oracle report server name and the path of directory should be selected in a dynaminc variable at application level at run time. In this manner, I will be able to make a single application for all three servers. Any other solution to this problem is also welcomed. Please help anyone and oblige me.

    Hi Rajesh,
    Actually Web AS Host name is <Servername>.<domain name>:<Port no>
                 Web AS Path for R/3 is </sap/bc/bsp/sapd>
    Refer the following link.
    <a href="https://forums.sdn.sap.com/thread.jspa?threadID=402561">https://forums.sdn.sap.com/thread.jspa?threadID=402561</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=265076">https://www.sdn.sap.com/irj/sdn/thread?threadID=265076</a>
    Regards
    Hemalatha
    /Assign points if helpful/

  • DHCP Client Hosts Name

    How to configure DHCP client hostname?

    Hi,
    download this document from this URL:
    http://docs.sun.com:80/ab2/coll.47.8/SYSADV1/@Ab2PrintSelect?Ab2Lang=C&Ab2Enc=iso-8859-1
    guide name- TCP/IP and Data Communications Administration Guide
    and read Part IV - DHCP administration.
    revert back.
    Thanks.
    regards.
    senthilkumar.
    SUN - DTS

  • Getting host name of the remote client using getRemoteHost() --Problem

    Hi everybody
    Does anyone know how I can get the Host name out of the request ? I just get IP address which I do not need at all , any suggestion ?
    Many thanks
    Arash

    If it has a name then
            InetAddress addr = InetAddress.getByName("212.58.224.123");
            System.out.println(addr.getHostName());

Maybe you are looking for