Port used by HFM Client

Hey All,
Can you please tell me What is the default port used by HFM "WINDOWS" client to connect to Server ?

HFM uses DCOM. The connection is initially made from the HFM client to the HFM Application server on the RPC mapper port 135. After initial connection a dynamically allocated range of ports are used, it is not a fixed range by default. If you need to fix the range you will need to do this on each HFM application server using the DCOMCNFG tool.
Have a look here from the msdn docs.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndcom/html/msdn_dcomfirewall.asp
If you need to deal with firewalls you will need to allow traffic from the client to the server on port 135, and you will need to fix the DCOM port range.

Similar Messages

  • Port used by JMS Client

    HI All,
    We have one JMS Client which sends the TextMessage to Weblogic server.
    How can I get the port number used by this code to send JMS Message?
    Is there any ways to fix the port in the below code?
    The partial Code is given below:
    <CODE>
    System.out.println("Enter ConnectionFactory name:");
    String factoryName = reader.readLine();
    System.out.println("Enter Destination name:");
    String destinationName = reader.readLine();
    //Look up administered objects
    Properties prop = new Properties();
                   prop.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
              prop.put(Context.PROVIDER_URL, "t3://localhost:7001");
    InitialContext initContext = new InitialContext(prop);
    ConnectionFactory factory =
    (ConnectionFactory) initContext.lookup(factoryName);
    Destination destination = (Destination) initContext.lookup(destinationName);
    initContext.close();
    //Create JMS objects
    Connection connection = factory.createConnection();
    Session session =connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
    MessageProducer sender = session.createProducer(destination);
    String messageText = reader.readLine();
                   TextMessage message = session.createTextMessage(messageText);
    sender.send(message);
    </CODE>
    Please help me to resolve this issue.
    Thanks in Advance.
    Manoj

    Hi,
    Thanks for reply.
    The actual problem we have is that we have Weblogic installed on some different machine.
    prop.put(Context.PROVIDER_URL, "t3://localhost:7001");
    This is not localhost in our scenario.
    We know that machine on which Web logic is installed is using 7001.
    When we are establishing the connection to this Weblogic server, our client code use certain port for establishing the connection.
    We need to activate this port on our client machine, for connectivity to the web logic server.
    If it uses any of the available port for establishing connection, then we need to fix this port, so client can connect to weblogic server from specified port only.
    I hope I have cleared actual problem.
    Thanks in advance.
    Manoj

  • Ports used in windows client

    Hi
    I know that this questions have been raised many times. But again
    is there a way to limit skype to use all sorts of ports. All other application
    are not so hungry. I mean it is a security issue.
    I would appreciate an answer.
    Thank you very much
    Heinrixx

    Hi,
    Check this out: http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/3.2/install/guide1/prereq.html

  • Cannot see application in workspace (Created App via HFM client not BPMA)

    Dear All,
    I have some trouble with my 11.1.1.0 installation. After installation and configuration, I try to goto workspace to find consolidation administration and cannot find it. Then I tried to create an app using the HFM client but after granting all security to the user account, the application will not show up in workspace.
    Is there anyway to un-register the HFM installation from Shared Services and Workspace and re-register the HFM installation. There is an option in previous Hyperion version 9 but in 11.1.1.0 there is no such option under the EPM configurator.
    Can I fix it or it's pretty much a re-installation. Please give me some advice
    Thanks in advance

    Tried uninstall HFM and reinstall again.
    Ran EPM onfigurator and everything seem to processed ok.
    I can log onto Shared Service and see that I have created an HFM Application and be able to provision users to the application.
    But when I log onto Workspace, it just won't show anything related to HFM, the application is not on my application list and under "Classic Application Administration" only Planning shows up and no HFM.
    I have Apache running on 19000 and IIS running on 80.
    Any idea what I can do to trouble shoot?
    I tried to create 2 apps, I using http://compter:19000/hfm as security url and 1 using :80/hfm and neither makes any difference.
    Edited by: Redcomet on Oct 15, 2009 7:42 PM

  • Hfm client 9.3.3 installation link

    please provide a link for hfm client 9.3.3 installation.
    thanks.

    This is not issue but is a common behaviour of HFM Client as far as I know.
    The HFM Client requires a temporary local storage folder where it can place temporary files when you work with the application using the HFM Client. It will ask for this local storage folder only for first time when a user opens an application. It will not ask for this information when the user opens the application the next time.
    If you think it is asking everytime when the user accesses the application then I would assume that the Citrix session might be deleting temporary folder created, for some reason which you need to check why with your IT team.

  • Which ports does Webi Rich CLient use to connect to Universe etc..

    Hello together,
    we have the problem that we cannot run Rich Client from computers outside our network - so which ports does webi Rich Client use to connect to BO Serverl?.
    It will always say universe not found. Login to rich client and everything else is possible.
    It's not an authorisations problem, inside the network people can run the programs fine.
    Thank you

    Hi,
    i assume you have enable CMS port on the firewall, apart from this you need to enable IFRS and Connection Server port also.
    Regards,
    Ramu.
    Edited by: Gowda Timma Ramu on Oct 14, 2010 4:06 PM

  • Using HFM Client API from FDM

    Hi all,
    is it possible to use HFM CLient API libraries from FDM Scripts or just HFM Web API?
    Thanks

    "Unreadable" squares are probably an indication that you are seeing non-printable characters due to the fact that the data is in one format (i.e. Unicode) and you are attempting to treat it as a another data format (ASCII). You may need to instruct the function to return data in a particular type or cast the result so that you are processing it properly.
    In regards to the wrapper, I think he's referring to the fact that vbscript doesn't support UDT's. (User Defined Types more commonly referred to as structs) You don't really need to wrap the API itself, rather create a COM object (or other) that would expose a property for each struct field. In the vbscript you would then create an instance to the object and use that with the API call.
    In regards to webservices, HFM doesn't have much out of the box. The comment was to create your own, etc. About the only thing you have going for you OOTB is Smartview. Smartview doesn't technically have a web service; however, if you monitor the data that goes in and out of Smartview it is dirt simple. For more than one project, I've taken advantage of Smartview as a means to get quick and dirty data out of HFM.

  • Ports used by SAP BO Client tools

    Hi Team ,
    We  are planning to put our BO Landscape( BO 4.0 SP7 patch 2 ) to be accessible by SAP to trouble shoot. We needs a list of ports we may need to open the from out network to SAP. Could you please tell which all ports are used by BO Client tools to connect to the BO platform , in case SAP may need to connect via client tools.
    Regards ,
    Abhinav

    Hello,
    as per default the following Ports need to be open bi- directional on your Firewall as TCP:
    6400
    8080
    8443 (in case you use HTTPS)
    But this is not sufficient enough. You also need to narrow down the IFRS and OFRS and open these ports aswell.
    I recommend you check the Chapter 7.15 from the BI 4.0 Admin Guide - there is everything explained. And when you start configuring your Firewall, never forget the local Windows Firewall (when your BI deployment is on Windows).
    Regards
    -Seb.

  • How to read a data from USB port using JAVA

    hi all,
    i need to know how to read a data from USB port using java. any API are available for java ?.........please give your valuable ideas !!!!!!!!!
    Advance Thanks!!

    You can do this. Please use this link
    [http://www.google.co.in/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=uHu&q=java+read+data+from+usb+port&btnG=Search&meta=&aq=f&oq=]
    What research did you do of your own? Have you done some testing application and tried yourself??

  • One or more ports used by the Compute Emulator are currently used by other processes

    Environment:
    VS 2012 Professional
    Azure SDK October 2012
    Windows 8
    I lost the last few days of my life struggling with a weird issue in the emulator. I just ran out of options and I would really appreciate if someone could help me figure out what's wrong.
    I am trying to debug a service package from Visual Studio 2012. It's really just about any package -- even the ones generated from a Windows Azure Cloud Service VS template. Any. The VS debugger starts, and in parallel there's "Starting the Windows Azure Debugging
    Environment" dialog which shows "Deploying service package to the Windows Azure compute emulator..." message.
    The progress bar shown in the dialog gets stuck for a long time (possibly even for an hour or longer!) at some 60% and then the following error message is shown:
    "One or more ports used by the Compute Emulator are currently used by other processes. To resolve this, please see MSDN documentation at http://msdn.microsoft.com/en-us/library/hh472164.aspx"
    There doesn't seem to be anything else listening on the ports mentioned on the above MSDN page. I did nevertheless try to re-map devfabric and agent ports by specifying different values in the .config files mentioned on the page, but that did not help.
    What I also tried and did not help:
    - reinstalled SDK, IIS Express, Local DB
    - reinstalled VS 2012 (yes, I got that desperate)
    - tried using IIS instead
    - used SysInternals TcpView to check if there are any conflicts
    - rebooted the machine: the deployment works initially (*once*), and the subsequent deployments fail (!)
    - tried to kill all Azure-related processes in memory and restart debugging
    - tried looking into log files under the user directory (dftmp\...); no errors in *any* log
    - tried looking into Event Viewer logs (Azure-related and in general); no errors either
    Since the conflict seems to be related to my current network settings, below is my IP
    configuration. I am behind a router and I have DHCP activated, but again that should not matter since none of that has changed in the last few years (and the emulator did work until few days ago).
    C:\WINDOWS\system32>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : MYCOMPUTER
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
       Physical Address. . . . . . . . . : 32-AB-30-66-BC-56
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2a01:e35:8a3a:9970:edd9:b989:b67a:5a8a(Preferred)
       Temporary IPv6 Address. . . . . . : 2a01:e35:8a3a:9970:dc7a:4fe6:62a5:e54a(Preferred)
       Link-local IPv6 Address . . . . . : fe80::edd9:b989:b67a:5a8a%12(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.0.1(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Sunday, December 16, 2012 21:26:30 PM
       Lease Expires . . . . . . . . . . : Tuesday, December 18, 2012 09:26:14 AM
       Default Gateway . . . . . . . . . : fe80::224:d4ff:fea2:9722%12
                                           192.168.0.254
       DHCP Server . . . . . . . . . . . : 192.168.0.254
       DHCPv6 IAID . . . . . . . . . . . : 253808432
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-18-1B-EE-4D-20-CF-30-66-BC-46
       DNS Servers . . . . . . . . . . . : 192.168.0.254
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{7A96B710-3107-48B9-A7B2-2F261DDD91AD}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fb:1caf:12ff:a75c:5668(Preferred)
       Link-local IPv6 Address . . . . . : fe80::1caf:12ff:a75c:5668%14(Preferred)
       Default Gateway . . . . . . . . . :
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Below are the Azure SDK emulator configuration files, unmodified (as created by the SDK installation).
    DevFC.exe.config
    <configuration>
        <configSections>
            <section name="DevFCSettings"        type="System.Configuration.NameValueSectionHandler" />
        </configSections>
        <!-- The following are options related to the SimulatorSetup -->
        <DevFCSettings>
            <add key="StartMACAddress" value="00155D201928" />
            <add key="EndMACAddress" value="155D20193C" />
            <add key="StartIPAddress" value="192.168.0.20" />
            <add key="EndIPAddress" value="192.168.0.40" />
            <add key="DipPoolStartIPAddress" value="127.255.0.0" />
            <add key="DipPoolEndIPAddress" value="127.255.255.255" />
            <add key="VipPoolStartIPAddress" value="127.0.0.1" />
            <add key="VipPoolEndIPAddress" value="127.0.0.255" />
            <add key="DefaultGateway" value="192.168.0.1" />
            <add key="SubnetMask" value="255.255.255.0" />
            <add key="InternalSwitchName" value="{F3C577E3-8256-4bb9-8F54-256F84E227DE}-DevFabricSwitch" />
            <add key="InternalSwitchPortName" value="{F3C577E3-8256-4bb9-8F54-256F84E227DE}-DevFabricHostSwitchPort" />
            <add key="InternalEthernetNICName" value="{F3C577E3-8256-4bb9-8F54-256F84E227DE}-DevFabricEthernetNIC" />
            <add key="InternalEthernetPortMACAddress" value="00155D201927" />
            <add key="InternalEthernetPortIPAddress" value="192.168.0.2" />
            <add key="InternalEthernetPortSubnetMask" value="255.255.255.0" />
            <add key="StorageRoot" value="DFTemp" />
            <add key="LogsDirName" value="DevFCLogs" />
            <add key="DynamicPortAllocStart" value="20000" />
            <add key="ManagementServicePort" value="15095" />
            <add key="RepositoryServicePort" value="15096" />
            <add key="AgentCallbackPort" value="15097" />
            <add key="AgentPort" value="15098" />
            <add key="PxeResponderPort" value="15100" />
        </DevFCSettings>
        <startup>
            <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
        </startup>
    </configuration>
    DFAgent.exe.config
    <configuration>
      <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
      </startup>
      <appSettings>
        <add key="AgentMAC" value="00155D201927"/>
        <add key="AgentIP" value="192.168.0.2"/>
        <add key="EnableActiveNotification" value="false"/>
        <add key="StorageRoot" value="C:\DFTemp"/>
        <add key="CopyFilesInStartRole" value="false"/>
        <add key="LogsDirName" value="DFAgentLogs" />
        <add key="EnableFileLog" value="true" />
        <add key="AgentPort" value="15098" />
        <add key="RuntimePort" value="15099" />
        <add key="AgentCallbackPort" value="15097" />
      </appSettings>
    </configuration>
    DFService.exe.config
    <configuration>
      <configSections>
        <section
          name="dfservice"
          allowExeDefinition="MachineToLocalUser"
          type="Microsoft.ServiceHosting.Tools.DevelopmentFabric.DfServiceConfigurationSection, DfService, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
        />
      </configSections>
      <dfservice
        ManagementServicePort="15095"
        RepositoryServicePort="15096"
       />
      <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
      </startup>
    </configuration>
    Finally, here's what TcpView shows while the emulator is stuck:
    devenv.exe    3736    TCP      MYCOMPUTER    7240    localhost    15095    SYN_SENT
    devenv.exe    3736    TCP      MYCOMPUTER    7245    localhost    15095    SYN_SENT
    svchost.exe   4332    TCP      MYCOMPUTER    7438    MYCOMPUTER    0    LISTENING
    System        4        TCP      MYCOMPUTER    10000    MYCOMPUTER    0    LISTENING       
    System        4        TCP      MYCOMPUTER    10001    MYCOMPUTER    0    LISTENING       
    System        4        TCP      MYCOMPUTER    10002    MYCOMPUTER    0    LISTENING       
    DevFC.exe      4380    TCP      MYCOMPUTER    15095    MYCOMPUTER    0    LISTENING              
    DevFC.exe      4380    TCP      MYCOMPUTER    15096    MYCOMPUTER    0    LISTENING              
    DevFC.exe      4380    TCP      MYCOMPUTER    15097    MYCOMPUTER    0    LISTENING              
    DFAgent.exe    14472    TCP      MYCOMPUTER    15098    MYCOMPUTER    0    LISTENING
    DFAgent.exe    14472    TCPV6    mycomputer    15098    mycomputer    0    LISTENING              
    DFAgent.exe    14472    TCPV6    mycomputer    15098    mycomputer    6399    ESTABLISHED         
    System        4        TCP      MYCOMPUTER    15099    MYCOMPUTER    0    LISTENING       
    System        4        TCPV6    mycomputer    15099    mycomputer    0    LISTENING            
    DevFC.exe      4380    TCP      MYCOMPUTER    15100    MYCOMPUTER    0    LISTENING
    Thanks in advance for help!



    Hi,
    Unfortunately I already tried all kinds of re-installs (the full list is in my original message). The only one remaining is the reinstall of Windows 8 itself, which I would really like to avoid.
    What I find really strange is the time it takes for the above error message to appear. It's like one hour or even more (never measured exactly, I left the computer running).
    What kind of a timeout is that? I would expect that, if ports are really used by some other application, I get the message in less than a minute (seconds, actually). To me this looks like the emulator itself for some reason believes there's a problem with
    some port while in reality there isn't.
    I'll eventually contact Microsoft Support, thanks for the suggestion.

  • How to use a fixed client localPort in an RMI communication?

    Hi,
    I am trying to use a fixed localPort in RMI communication using CustomSocketFactories. When I use a fixed localPort the client program runs fine with a right lookup and correct stub method invocation for first time, but when I run the same program immediately I am getting an exception "java.net.SocketException: errno: 125, error: Address already in use for fd: 9".
    I also tried to close the socket of ClientRemoteFactory in my client program in a finally block, still I am getting the same exception. If I run the same program after a few minutes it runs fine.
    Bottomline is -- "it is clear that if I use a fixed localPort in my customClientFactory, it will be in use for sometime even after I am done with the stub method".
    Is there anyway or a work around to clean the socket after it's use. I can not use an anonymous client port for security reasons, I must have to use a fixed localPort. If anyone has any other ideas or approach, please share with me. Any help is highly appreciated as this is very urgent.
    Thanks,
    Murthy

    I'm not sure that you really want to do this unless you are trying to resolve some firewall issue which might be better resolved another way. For a start this technique will limit you to one RMI call per host at any one time.
    However, the API you are looking for is java.net.Socket.setReuseAddress(true), which was introduced in JDK 1.4. You have to do this before the socket is connected, i.e.:
    Socket s = new Socket();
    s.setReuseAddress(true);
    s.bind(new InetSocketAddress(localPort));
    s.connect(new InetSocketAddress(remoteHost,remotePort));
    EJP

  • Problem while creating logical port using soamanager

    Hi all,
    I have created a client proxy for web service from a 3rd party system.
    When i am creating a logical port for the same consumer proxy i get a error as follows:
    RABAX_STATE -e: UNCAUGHT_EXCEPTION
    and a dump saying
    "  The exception 'CX_SXMLP' was raised, but it was not caught anywhere along the call hierarchy.
         Since exceptions represent error situations and this error was not adequately responded to, the running ABAP program
          'CL_SXMLP_FRAGMENT=============CP' has to be terminated.                  
    Please suggest what can be done or what can be the problem.
    Thanks in advance.
    Komal

    Pls go to txn SM59 and check if the RFC destination for webservice is working in the test connection.
    Then go to txn LPCONFIG and create the logical port using the RFC dest.  Pls mention the path suffix appropriately.
    Next in your code while instantiating the client proxy pass the logical port name in the constructor (if the LP is not maintained as default).
    Pls reward points if the tips are helpful.

  • Properties that are updateable and which ones not using epma batch client

    Can anyone provide list of properties (HFM/Essbase etc.) that are updateable and which ones not using epma batch client?

    This will be documented in the batch client and related documentation on the EPM documentation portal

  • DC making query to port 53(udp) on client machines

    After some network troubleshooting with our network engineers it was noticed that the domain controllers were trying to make connections to port 53(udp) on client machines. There is nothing in DNS that would suggest there is a reason for this. Is this normal
    behavior? Has anyone else run in to this?
    Thanks

    Hi,
    I have been experienced if I disable the IPV6 on some DC, the port 389 will can’t be accessed, please confirm your IPV6 settings.
    The related KB:
    How to use Portqry to troubleshoot Active Directory connectivity issues
    http://support.microsoft.com/kb/816103/en-us
    How to configure a firewall for domains and trusts
    http://support.microsoft.com/?scid=kb%3Ben-us%3B179442&x=19&y=10
    Support for IPv6 in Windows Server 2008 R2 and Windows 7
    http://technet.microsoft.com/en-us/magazine/2009.07.cableguy.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Using MQ in client mode vs bindings

    Is there any documentation available on how to configure WLS 8.1 sp3 to use MQ in client mode instead of bindings mode?
              Our infrastructure folks do not like having queue managers local to our Weblogic layer, and are insisting that we use client mode. The "Using Foreign JMS Providers with WebLogic Server" whitepaper explains how to use MQ in bindings mode. Is there a similar HOWTO on using client mode?
              Thanks,
              Vickram

    Hi,
              In order to use client mode with XA, you must install the Extended Transactional Client. This installation will give you and additional jar file "com.ibm.mqetclient.jar" that needs to be in the server classpath. You can still use the .bindings file with file:/ protocol in your configuration. When you create the bindings for the XA connection factory, you just need to specify the host, port, and transport mode, e.g. in JMSAdmin utility:
              def xaqcf(mqTestQCFXA) host(192.168.1.100) port(1414) transport(client)
              Hope this helps.
              Jane

Maybe you are looking for