How to find Port no

Hi All,
i need to find Port no. for Essbase and FR, how to find it is there any script or any other process to find it
plz let me if any know abt it
Sri......

Hi,
Essbase Agent will usually run on port 1423
Essbase server applications (ESSSVR) port = 32768–33768
Financial Reporting
Web server usually runs on port 8200
FR Communication service runs on port 8299
Other FR ports are usually dynamic and can be set in property files e.g. fr_repserver.properties, fr_scheduler.properties, fr_printserver.properties
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • How to find Port numbers used by RMI application

    Hi, hope u all find me a solution, how to find port numbers used in the RMI application, that is port number which the RMI application communicates between RMIserver and RMIclient. ur answers would b highly appreciated

    Currently RMI transport layer does not directly expose any public methods to get the listening ports of the exported RMI objects, but the application can always export RMI server objects at certain designated ports instead of relying on the RMI runtime by specifying them to UnicastRemoteObjcect at the time of exporting.
    RMI transport layer try to optimize the number of listeing sockets by exporting all RMI server objects on a single port if no explicit ports were chosen. If the application is really interested in knowing the listeing ports, it can always specify the client and server socket factories to be used for creating Socket and ServerSocket to the RMI runtime at the time of exporting. When a RMI server object is exported, but the listening socket is not yet created, RMI transport layer invokes the createServerSocket(host, port) of server socket factory by passing the host and port details. If no explicit port is specified, underlying socket implementation choses anonymous port. At this point of time application can log these listeing ports to some log file.
    Similarly when the stub to the remote object is de-serialized in the client address space, it does also contain the client socket factory along with the end point details (host, port and server object ID). RMI runtime in the client address space needs to establish connection with the remote server object, it try to get the socket from client socket factory by invoking createSocket() on the client socket factory. Now the application can call getLocalPort() on the socket before returning it to the RMI transport layer.
    There is a undocumented class RMIStat to dump RMI runtime state information. It provides a lot of static methods to dump RMI state information like object table, transports, threads etc. You can download the source code of this utility from RMI archives, but remember this is not a comman-line utility, you must invoke these static methods as part of the application code.
    -- Srinath Mandalapu

  • How to find port number of message server

    Hi All,
       Is anyone there who could tell me how to find out port number of message server (Message Port)?  I am defining new system in my SLD so I need port number of message server of the system that I am connecting to. Thanks in advance.
       Best regards

    Hi,
    Go to the index page of the url,
    type http://hostname:http port in Internet browser.
    for ex : if installation is done on system with IP 172.16.28.90
    and your http port is 50000(depends on Central instance number,JCxx)
    then type http://172.16.28.90:50000.
    1.then go to system information tab in index page.
    for the credentials asked,type,
    user:administrator
    password:master password given during installation.
    then system information page opens,in the left corner top,you can find message server port.
    reward points if helpful.........

  • How to find port in db2 database

    Hello Everyone,
    I am using a db2 V8.1 and try to connect to it via JDBC. I am using the app-driver,
    Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
    however I get an errormessage: java.sql.SQLException: No suitable driver. I can see though that the driver is registered at the DriverManager, so I assume that something in the database connection part is wrong. I have tried to use the url in the way jdbc:db2://host:port/DBName, however I don't know how to find out which port my DB uses. Can someone tell me how to find it under Linux? And also I have read somewhere that one could use the IP-address instead of host:port, is that possible as well?
    thank you very much in advance

    No, the IP address will only replace host, not port. You've got to know the port that the database listener is attached to.
    The DB2 JDBC docs ought to tell you what the default port is. I believe it's 6789. (It was back in Apr-2000 when I last connected to DB2.)
    I don't know what the Linux/Unix command is to list all the active ports, but on Windoze it's netstat -a. I think it's the same in Unix. You should try it and see if it tells you about an app listening on port 6789. If not, speak to your DB admin and ask if the listener is up and running on the database server. - MOD

  • How to find port address in AL11

    Hi ,
    In transaction AL11.
    I need to know the port address defined for the directories in AL11 .
    How we find the port?
    Good answers will be really appreciated .
    Regards & Thanks
    Sandeep

    Hi,
    Please check the table
    user_dir for this
    report - RSWATCH0 to refer to directories.
    FM   - /SAPDMC/LSM_F4_SERVER_FILE.
    Other AL11 related FM
    EPS_GET_DIRECTORY_LISTING      Get directory listing
    EPS_GET_DIRECTORY_PATH         Get directory path for EPS subdirectories
    EPS_GET_FILE_ATTRIBUTES
    EPS_GET_FTP_SYSTEM_INFO        Get ftp system info
    EPS_INFO_TO_STRING
    EPS_OPEN_INPUT_FILE            Open file for input
    EPS_OPEN_OUTPUT_FILE           Open file for output
    Thanks & Regards,
    Chandralekha.

  • How to find port

    Hi
    I am running OAS which was installed and setup long time back
    i need to find out the http port from configuration files for different applications/web-sites setup
    Can you please advise
    Thanks
    Cyril
    PS: Please... it is not httpd.conf since this is 10gAS :(
    neither is it opmn.xml

    PS: Please... it is not httpd.conf since this is 10gAS :(
    neither is it opmn.xmlSo what is it then? What is that you are running when you say OAS? If you are using standalone OC4J, you can take a look at your default-web-site.xml or http-web-site.xml.
    Thanks
    Shail

  • How to find all JMX ports on a server?

    How to find all jmx ports on particular server (say localhost) on windows
    I have multiple JVM's running on my local server, and there is extensive use of JXM mbeans by the applications running on each server. So I want to connect to all these JMX servers and to instrument the MBeans using Jconsole(Jconsole localhost:<port>). But I don't know the port numbers, and its not logged by the application.
    How do I find all the ports jmx servers connected?
    Note : In my case I can not instrument using the PID.
    thanks,
    bala K

    Hi kajbj,
    I tried stop/start the application, but couldn't find any difference in the netstat command. I know it should show the JMX port (I am able to see on a test application), but this application's JMX port usage is missing.
    netstat -ano --> Do i need to use any other commands?
    I just injected few lines of code ( to list the MBeanServers programatically), to this application (did some usual tweaks to let this code execute at some time) and its listing couple of MBeanServers and lot of MBeans.
    MBeanServerFactory.findMBeanServer(null); and so on.....
    Is there a way to get the port using the Management API's?
    thanks,
    bala K

  • How to find out which server is running on which port

    hi all,
    how to find out which server is running on which port, i want to know both
    from front end and backend?
    thanks and regards
    srikanth

    The best source to get all the ports you have is the Context Files.
    All ports are defined in the Context Files through "AutoConfig Variable". You can get the list of those variables by referring to the following note under "What is the port pool? What if I want to give a specific value to a Server Port?"
    Note: 216664.1 - FAQ: Cloning Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216664.1
    You can also get that list via OAM.
    Referring to the installation log file should also be helpful (Unless you have changed any of the ports after the installation).

  • How to find mac address of a client computer in specified time and port in WIFI WCS Control system

    how to find mac address of a client computer in specified time and port in WIFI WCS Control system

    WCS record-keeping is very crude.  
    You'll get the time/date when the client authenticated.  You'll get the local inside address but you'll need the router to translate the outside IP address and the port.  
    You will need a proxy server to determine what sites did a wireless client goes.

  • How to find the listener port on windows?

    Hi Friends,
    We have a client who is still using Oracle 8.0.6 on NT 4.0
    I have a laptop with oracle client 10g.
    I want to connect to the NT database to check it.
    How do I know what port does the listener used ? what is the command to run at the c:\ command prompt?
    I tried> c:\ lsnrctl stat but the command is not recognized
    I tried to find the lsnrctl and bin but there is not.
    Please help
    Thanks a lot

    ytterp2009 wrote:
    Please help.. and please do NOT post [duplicate posts|http://forums.oracle.com/forums/thread.jspa?threadID=935282&tstart=0]
    How to find the listener port on windows?The Internet Protocol stack comes with a number of utilities - one of these, called netstat, is very useful to determine which processes are doing what to which IP ports on that platform. Unfortunately, different flavours are implemented. So the Windows one does not support the parameters and output than the Unix/Linux one.
    You can use the following on Windows (run it via a command console) to see what processes are listening on what address and port number:
    c:\> netstat -n -a -p tcp
      -n = display IP addresses and ports in numeric format
      -a = list all ports (including ones used for listening
      -p tcp = only display protocol entries for TCP An Oracle listener entry should look something as follows:
    Proto   Local Address  Foreign Address   State
    TCP     0.0.0.0:1521   0.0.0.0:0         LISTENINGSeeing IP +0.0.0.0+ means that the Listener is accepting connections on all your network interfaces - which is standard. The port number is typically 1521. The foreign address is meaningless for a port in listening state.
    PS. Why not simply check the listener.ora configuration file? Because what is actually happening may not be what you thought you configured to happen..

  • How to find service port oracle use.. for http... ftp.. ?

    Can any one tell me how to find what services ports does oracel uses for services like HTTP and FTP... ?
    Is there any commad that I can execute on SQL*PLUS console to find that ???

    Depends on the version of Oracle.
    If Oracle XE, or you are using XDB capability, you use
    SELECT dbms_xdb.gethttpport(), dbms_xdb.getftpport() from dual;
    and verify using lsnrctl status
    Otherwise you look at the Apache config files in $ORACLE_HOME/Apache/Apache/conf/httpd.*

  • How to find the port # of OEM?

    How to find the port # in the Oracle enterprise Manager URL (http://mydatabase:xxxx/em/). I have installed the Oracle long back did not jot down the URL. How to find the XXXX number in this case?
    Oracle 10g R2.
    Thank you,
    Smith

    check following file in
    $ORACLE_HOME/install
    cat portlist.ini
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (orcl) = 1158
    Enterprise Manager Agent Port (orcl) = 3938

  • How to find Installation Number in R3 to create Technical system in XI.

    Hi,
    how to find Installation Number in R3 to create Technical system in XI. can you please help me out.
    thanks
    siva.

    Hi Siva,
    Host name you can find at same location. Not sure about message server port (Basis team shall be able to provide this information)....
    However there is a very simple way fo creating technical system..
    Check out this Michals blog...its very easy
    /people/michal.krawczyk2/blog/2005/03/10/registering-a-new-technical-system-in-sld--abap-based
    Nilesh

  • How can I port my library from one pc to another?

    How can I port my music library from my pc to my new windows tablet?

    theres are three ways
    clicking on music in itunes, hitting control A on the keyboard to select all on the main list of all songs and then dragging them to an external hard drive. and then dragging them from the external hard drive to your other itunes computer.
    im not sure if that works on windows. i know it works on mac
    second way is to find the directory of itunes library  and copying that to a external hard drive and then going to your otther computer and clicking on "import library" and giving the location of the directory on the external hard drive
    third way is enable home sharing on both computers , by clicking on file, librsry, turn on home sharing and entering your apple id this wil let you go to the itunes server from the other computer, let you select all songs and then import them to your library via your home network . again im not sure if this works on windows, but it does on macs
    if i remember right the first way was faster. the second way would also import all your videos and movies and tv shows too
    if you use the first or second methods make sure to click on file , organize library, consolodate library after the songs are copied to make sure they were actualy copied from the external drive. if the library is not organized and consolidated, thte songs will not be available if you eject the external drive

Maybe you are looking for

  • Upgrade my mini or buy new again

    I have a new mac mini purchased in 12-07. Mac OS X version 10.4.10 1.83 GHz Intel Core 2 Duo 1 GB SDRAM Im currently working with final cut express 4 video editing program. my current projest is going to be 90 to 120 minuets long but im trying to kee

  • How do I view open office documents on ipad4?

    I can't open my pc documents on my iPad. They are either open office or Microsoft.

  • Updating firmware on Sony DVD burner?

    I wasn't sure where to post this question, and I know this isn't a Sony forum. But since Sony's support of Mac implementations is lacking at best, I thought a throwing this out there to some experienced Mac users couldn't hurt. I've got a Sony DRU-71

  • Get sales order from invoice

    hello all. i have two importent questions and i hope you can help me. 1. is there any way to get the sales order that the invoice is based on, in the xml and not as remark ? (can be as data and i will add it to the xml). 2. in sbo there is a option t

  • Email address disappears when sharing photos in iPhoto

    I run OSx 19.9.5 When I try to share a photo in iPhoto enter certain email addresses (not all) and they disappear when I tab to the next section.