• Topic
  • Discussion
  • UdaWikiWeb.UnableToInstallRPCServices(Last) -- Owiki? , 2016-08-19 15:01:30 Edit owiki 2016-08-19 15:01:30

    Error Messages (U)

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    Unable to Install RPC Services

    If you receive "Unable to install RPC services" error messages, examine your TCP/IP configuration. If your TCP/IP settings are in order, take the following action:

    1. Use a text editor to open the oplrqb.ini file which appears in the /bin sub-directory of your OpenLink server components installation.

    2. Locate the [Protocol TCP] section. For example:

    [Protocol TCP]
    PingWatchdog = No
    PingInterval = 600
    PortLow = 5000
    ;PortHigh = 60000
    ;IPAddress = 127.0.0.1
    


    3. Hardcode your server's address into the IPAddress parameter. For example:

    ;IPAddress = 83.123.44.127
    


    4. Remove the semicolon (;) from IPAddress. For example:

    IPAddress = 83.123.44.127
    


    5. Save your changes and exit the file.

    6. Restart your Request Broker and test.

    Evidence

    Session Rules Book


    Referenced by...