The RPC server is unavailable

RevKrisz 1 Reputation point
2022-08-25T13:33:35.8+00:00

Hi all!

My backup fails with the above mentioned error. (HRESULT: 0x800706BA)

I've tried to connect to this server with wbemtest, but I got the same error like in Veeam.
The target server has been already restarted. The firewall on both machines are turned off completely. RPC services & Remote Registry have been restarted, and running at the time of connect.

Do you what should I try next?

Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,496 Reputation points
    2022-08-25T14:36:29.197+00:00

    Hi,

    Can you check over here there are some steps can be tried to fix the issue:

    the-rpc-server-is-unavailable-exception-from-hresult-0x800706ba

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

  2. Limitless Technology 39,926 Reputation points
    2022-08-26T09:03:27.427+00:00

    Hi RevKrisz-2788,

    It's an Firewall Issue, although as you said The firewall on both machines are turned off completely.

    Turning it Off won't open the port it closes when it was enabled.

    Please Try the Test-NetConnection cmdlet to check if the port 135 is open.
    (Alternatively, you can use the telnet client)

    Test-NetConnection -ComputerName MyComputer -Port 135

    Because port 135 need to be open to get it work perfectly.

    You can also check after opening port 135 that Windows Management Instrumentation service is running or not on the remote computer set it to auto start and all RPC to auto start after restart.

    ------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.