Troubleshooting ‘RPC server unavailable’ 0x800706BA
4 Replies
Issue: You are getting the error: "The RPC Server is unavailable. (Exception from HRESULT: 0x800706BA)"
Cause: This error is likely caused by the RPC ports being blocked between the servers involved in the communication or server process you are trying to complete.
Background: RPC is categorized as the X11 protocol and is in the 6001 to 6032 port range. Commonly 6007 is what is being blocked in this case.
Diagnosis: You can test RPC connectivity from the server you are on to another Read more [...]