Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED CWmi::Connect() failed to connect to \\BR050D00\root\CIMv2. Error = 0x800706BA

  • Thread starter Thread starter suraj
  • Start date Start date
  • Replies Replies 5
  • Views Views 11K
Status
Not open for further replies.
Error 0x800706BA = "The RPC server is unavailable"
Check firewall settings on the server that you're trying to install the DP role on.
Looking forward, it's making a connection to WMI remotely, so whatever account you're using to install the role (Site Server account or user account) will need to be in local admins as well.
-BH
 
Error 0x800706BA = "The RPC server is unavailable"
Check firewall settings on the server that you're trying to install the DP role on.
Looking forward, it's making a connection to WMI remotely, so whatever account you're using to install the role (Site Server account or user account) will need to be in local admins as well.
-BH
Hi,
The account used to install the DP has local admin access. What should I check in the Firewall settings?
 
OK, so when you're getting a 0x800706BA (RPC Server is unavailable), that means you're making an RPC call from point A (site server in your case) to point B (DP to be) and it's not getting a reply. In many cases, this is a firewall setting that's blocking
  • TCP port 135 (RPC Endpoint Mapper) inbound on the point B
  • The Dynamic RPC ports either outbound on point B or inbound on point A
What's the status of the RPC Endpoint Mapper service?
- BH
 
Status
Not open for further replies.

Forum statistics

Threads
7,064
Messages
27,602
Members
17,844
Latest member
Frazier

Trending content

Back
Top