RPC Server Unavailable

Problem

Unable to reach computer while installing image creator components.

Cause

RPC Server is unavailable as:

  1. "File and Printer Sharing" is disabled
  2. Remote Administration is disabled
  3. RPC services are stopped
  4. Connection blocked by firewall
  5. Computer reachability issues

Resolution

  1. Enable "File and Printer Sharing for Microsoft Networks": Enable "File and Printer Sharing" in the network adapter of the client computers as follows:
    1. Select Start --> Settings --> Network Connections.
    2. Right-click on Network Connection and select Properties.
    3. In the connection properties dialog, select the General tab.
    4. Select the "File and Printer Sharing for Microsoft Networks" and click OK.
    5. If you do not find this option, click Install button.
    6. In the network component type, select Service and click Add.
    7. Select File and Printer Sharing for Microsoft Networks and click OK.
    8. Click Close to exit the properties dialog
  2. Enable Remote Administration in client machine's firewall: Steps to enable Remote Administration in Firewall:
    1. Click Start --> Run
    2. Type gpedit.msc and click OK
    3. Expand Computer Configuration --> Administrative Templates --> Network --> Network Connections --> Windows Firewall --> Domain Profile.
    4. Right-click Windows Firewall: Allow remote administration exception, and then click Properties.
    5. Click Enabled, and then click OK.
  3. Start RPC services: Follow the steps given below to start RPC services
    1. To open the services console on the server, go to Start  >  Run > type "Services.msc" and press enter.
    2. Locate the Remote Procedure Call (RPC), DCOM Server Process Launcher, Server, and RPC Endpoint Mapper services and ensure that the service is running.

      Note: In some older versions of Windows, DCOM Server Process Launcher and RPC Endpoint Mapper services may not be available.

    3. Ensure that the Windows Management Instrumentation (WMI) service is running, right click on it, select properties, and under General tab set Startup type as Automatic.
    4. Ensure that TCP/IP NetBIOS Helper service is running, right-click on it, select properties, and under General tab set Startup type as Automatic.
  4. Unblock firewall connections: Follow the below steps to unblock/disable firewall,
    1. If any firewall is blocking the connections, disable or unblock them.
    2. If a third-party firewall software, security application, or network firewall appliance is blocking the connection, refer to its documentation to ensure that it can be properly configured to handle RPC traffic.
  5. Computer connection should be reachable: Follow the steps given below to ensure that the computer is reachable,
    1. Execute ping command to check basic connectivity between RPC client and server
    2. If the client and server are on different subnets, ensure that traffic is properly routed between the two. If they are in different physical locations, ensure that the link between the sites is up and allows traffic to pass freely.

Keywords: RPC server unavailable, firewall connections, computer reachability issues.