Get IT Solutions

How to do IT
Menu
  • Home
  • SCCM 2012
    • Deploy Packages
    • Troubleshooting errors SCCM 2012
  • Windows
    • Applications Silent Install
    • Windows Tools
    • Windows Error
    • Script
    • Exchange Server
    • Troubleshooting Office
    • Applications Errors
  • Database
    • SQL Server
    • MySQL
    • Oracle
  • Cybersecurity
  • Other
  • Reviews

Error Code 0x800706ba – Understanding And Fixing It Fast

Error code 0x800706ba is a popular error code in windows 10, but can also be found in older versions of windows like Windows XP. The Error can appear in different situations and these include:

  1. When updating windows 10.
  2. RPC server is not available.
  3. When a request is made to COM+.
  4. RPC server isn’t available in windows 10 backup.
  5. When system can’t print to any device.

Whenever these situations arise, you’ll receive the Error code 0x800706ba, in this article we’ll address all these five situations and how to remove the error code so that you can continue working with your PC effectively.

Table of Contents

  • Troubleshoot and Fix Error 0x800706ba
    • What’s Error Code 0x800706ba?
    • Causes:

Troubleshoot and Fix Error 0x800706ba

What’s Error Code 0x800706ba?

Generally, this error code is shown when the request sent to remote COM+ object failed, and this occurs when RPC server (Remote Procedure Call Server) isn’t available, or there are damaged registry entries.

Symptoms:

  1. The Error code 0x800706ba will be displayed on a dialog box.
  2. RPC server unavailable message will be shown.
  3. Computer will be running slow.
  4. Important programs on your Pc will not run successfully.
  5. Blue screen appears on your monitor

Causes:

  1. Corrupt or damaged system files.
  2. Unavailability of RPC server.
  3. Corrupt registry entries.
  4. Installing corrupt or damaged drivers.
  5. Installing corrupt applications on computer.
  6. Presence of malicious files in your computer.
  7. Virus and spyware in your operating system.

These are the common causes of Error code 0x800706ba. We will take a look at the different cases when this message is shown and how to fix it.

Case 1: How To Troubleshoot RPC Server Unavailable – Error Code 0x800706ba

The cause

  1. RPC server unavailable arise when RPC ports between servers are blocked, these are the ports that are involved in the server or communication process. RPC is the X11 protocol and is within the port range of 6001-6032. In the case of RPC error code 0x800706ba, 6007 is blocked and that’s why there is a problem.
  2. RPC service has stopped from the remote server.
  3. Endpoint mapper that’s on port 135 can’t be accessed by remote server.
RPC Server Unavailable

RPC Server Unavailable

First fix of RPC server unavailable
  1. First you need to test the RPC connectivity of the server you’re working on by using another server/computer.
  2. This can be done by using this command; Get-WmiObject Win32_ComputerSystem –ComputerName OTHERSERVER
  3. If there is a problem, you’ll see the output message in red, showing that there is a problem and if the test is positive the message appears in white showing details of the test result.
  4. You can also run a test on a specific port, and in this Error Code 0x800706ba, port 6007 is affected. If everything is OK, a blank screen will show, and if telnet failed, it means the port is closed and a message that reads something like; ‘could not open connection to the host on port 6007 | connect failed’
  5. If the results are negative, you need check windows firewall to ensure that RPC isn’t blocked, not only firewall, check also your antivirus software. Firewall and antivirus software are the common cause of RPC ports. So check your settings and give permissions to RPC, the problem will be solved. To make things easier, you should disable windows firewall to see if the RPC ports are now working without the error display. This is a quick way to find whether it’s from firewall settings or not.  If things are ok, it means you need to adjust firewall settings to accept RPC ports. You should also disable any firewall service that’s on the server so that you know if it’s firewall problem.

Here is how to configure windows firewall to accept incoming-remote management connections;

  • Open msc (Group Policy Object Editor), this should be used to change group policy object that’s used to manage firewall settings.
  • Go to Computer Configuration > Administration Templates > Network > Network Connections > Windows Firewall.
  • Next is to open the profile you want to configure, either profile or default domain profile.
  • You should enable these two options; ‘Allow exception for remote administration’, and ‘allow exception for file and printer sharing’.
Second Fix: Change DCOM Access Group

The Error Code 0x800706ba can arise if the computer is a member of DCOM access group or wrong authorization is given. Here is how to deal with this problem;

  1. Check controller domain where the certification service is granted.
  2. Check to make sure these group of domains are available; Certificate Service DCOM Access or CERTSVC_DCOM_ACCESS. Under any of these two groups that are available, you should add this domain groups; Domain controllers, domain users and domain computers.
  3. Update DCOM-security-settings on the server with CA role using these command;

certutil -setreg SetupStatus -SETUP_DCOM_SECURITY_UPDATED_FLAG

net stop certsvc & net start certsvc

  1. Check the COM security permissions on the server that has the CA, remote access & remote activation permissions should now be allowed to the group you’ve created.
  2. Restart your computer to see if the certificate has been issued.

Case Two: Troubleshoot Can’t Update Windows 10 Due To Error 0x800706ba

This troubleshoot applies if you’re receiving error code 0x800706ba when updating windows 10.

What’s the cause?

Error code 0x800706ba in windows 10 update is mainly caused by corrupt system files that are needed to complete the updates.

Update Windows 10 Due To Error 0x800706ba

Update Windows 10 Due To Error 0x800706ba

First fix: Run SFC Scan

Since error 0x800706ba in windows update is caused by corrupt system files, running SFC will help fix the situation. Follow these steps to run SFC scan;

  1. Press Windows Key + Q.
  2. Type cmd and command prompt will show up.
  3. Right on it and select ‘Run as Administrator’.
  4. Type sfc/scannow in the command prompt and press enter, this will scan your pc to find any error that’s interfering with windows update and fix it automatically, you need to wait until scan is 100% complete.

If SFC scan can’t fix the corrupt files, you should use Deployment Image Servicing and Management Tool. here is how to run DISM tool on Windows 10;

  1. Open command prompt, you should do that as Admin.
  2. Add this command line in command prompt;exe /Online /Cleanup-image /Restorehealth
  3. If DISM can’t get the files online, you can insert your installation media to fix the corrupt files.
  4. In such case you need to add the following command line in command prompt; exe /Online /Cleanup-Image /RestoreHealth /Source: C:/RepairSourceWindows /LimitAccess. Don’t forget also to replace your own repair path in the command.
Second fix: Windows update troubleshoot

Windows 10 comes with built-in feature that can fix Error code 0x800706ba associated with update problems. Here is how to do that with windows update troubleshoot;

  1. From the start menu, type settings and press enter.
  2. Click on ‘update and security’ and you’ll notice ‘Troubleshoot’ feature listed.
  3. Search for windows update and then click ‘Run the troubleshooter’
  4. You’ll be prompted with on-screen instructions, follow them to finish the process.
  5. And finally restart your computer when it’s done.

This fix is very effective, your problem will be solved after restarting your PC, if not let’s move on to the next fix.

Fix 3: Enabling Critical Windows Update Services

Critical windows update services play a vital role in ensuring that update packs are installed properly and if disabled will cause update problems. These important services include; Background intelligent Transfer Service, Workstation, Windows update and more.

Here is how to fix critical Windows Update Services;

  1. Open Run dialog by pressing Windows Key + R.
  2. Type msc and click OK.
  3. A window will open that lists some services, locate workstation, windows update and background intelligent transfer services, double-click on each of these three services. Check to make sure they’re all running and are set ‘Automatic’
  4. Click on apply for each and restart your computer.
Fix 4: Manual update

If you’re still receiving Error code 0x800706ba you can download the update pack separately from Microsoft since they do offer this update on their site.

Here is how you can do that;

  1. Visit Microsoft update packs page: https://www.catalog.update.microsoft.com/Home.aspx
  2. Locate the particular update you want to install.
  3. Download button is beside each pack, click to download.
  4. After download, run the setup file on your computer and follow the instructions.
  5. Restart your PC for the changes to take effect.
Fix 5: Resetting windows updates components

This is also another possible fix to Error code 0x800706ba. Follow these steps to reset windows updates components;

  1. Open command prompt as admin by pressing Windows Key + X.
  2. When open, you should then list the commands below;
  • net stop wuauserv
  • net stop cryptSvc
  • net stop bits
  • net stop msiserver
  • Ren C:WindowsSoftwareDistribution SoftwareDistribution.old
  • Ren C:WindowsSystem32catroot2 Catroot2.old
  • net start wuauserv
  • net start cryptSvc
  • net start bits
  • net start msiserver
READ ALSO -   Run Time Error 429 Solutions - ActiveX Component Can’t Create Object

These five fixes will help you solve Error code 0x800706ba related to windows 10 update.

Let’s move to third case of 0x800706ba error code.

Case 3: Error Generated When A Client Computer Makes A Request To A Remote COM+ Object

This error is received when the client computer is running on Windows XP and makes the request to COM+ object, the request will fail and additional message will be displayed that reads; Error Code 0x800706ba May Be Generated When A Client Computer Makes A Request To A Remote COM+ Object

What’s the cause?

It’s caused by RPC ports used by DCOM on the server when they’re closed.

How To Fix The Problem

The most effective way to solve the problem is a Hotfix. Here is how to do that;

  1. Download Hotfix from Microsoft that’s designed to solve Error Code 0x800706ba. The hotfix can be accessed from This Page.
  2. Choose the appropriate language and install, not all languages however are supported.
  3. Once you download and install the Hotfix, you should restart your computer.
  4. That’s the simple fix for Error Code 0x800706ba when received from request to a remote COM+ Object.

Let’s move on to case 4

Case 4: Cannot Print To Any Device, Error Code 0X800706BA

This error code shows up when one or more printers are connected but when you try to print you receive the error ‘Cannot Print to any device, error code 0X800706BA’

This scenario also has two simple fixes.

First fix

Download a Microsoft update designed to fix the error, the code for the update is ‘KB4524147’ and you can find the update on This Page.

Install the update and restart your computer.

Second fix

  1. Power up your printer, unplug the USB from the computer if wired.
  2. Go to Settings, app, apps and features, uninstall all printer software.
  3. Open device manager, click on view tab, select show hidden devices. You may find ‘open printer’ under driver tab, you should uninstall the driver.
  4. Select the full software package if asked, do this for all printers listed that are used regularly.
  5. Open control panel by searching ‘Control Panel” from windows search. Click ‘devices and printers, right click printer or any scanner that has the same name, also make sure to delete any old printer drivers for any unused printer that can cause problems.
  6. Restart your PC.
  7. So now you need reinstall your printer package either from a disc or download source.
  8. Extract your printer software package and right to Run as the administrator. Follow the set up instructions and complete the installation.

After that, the problem will be solved. If after trying these two fixes and the problem of ‘Cannot Print to any device, error code 0X800706BA’ isn’t gone, you need to restore your PC to an earlier date.

Now we’ll move on to the final case of error 0x800706BA.

Case 5: The RPC Server Is Unavailable Windows 10 Backup Error 0x800706BA

This backup error is more popular in windows 10 but can as well show up in windows 7 and 8. The message received is ‘The backup failed; The RPC server is unavailable’

Causes

There are many causes of Windows 10 Backup Error 0x800706BA, but the major ones are;

  1. Corrupt registry files that are needed by RPC service.
  2. Network connectivity problems.
  3. Disabled file and printer sharing.
  4. Malfunctioning of RPC related services.
Backup Error 0x800706ba

Backup Error 0x800706ba

Solution 1: Check whether RPC services are running

From the error message you can see that it has been pointed that RPC server is unavailable, that’s why the first thing you want to check is RPC services.

Follow these steps to ensure RPC services are running without any problem;

  1. Open run dialogue by pressing Windows Key + R.
  2. Type ‘msc’ in the box and click OK.
  3. In the list of services, you need to check for three services and ensure they’re ‘Running’ and ensure their startup type is set as ‘Automatic’. Here are the three services to check.
  • DCOM Server Process Launcher.
  • Remote Procedure Call (RPC).
  • RPC Endpoint Mapper.
  1. There is status for each service and the startup type, that’s what you should check for the three services above. If all are working as said and you’re still receiving the error, you then need to apply another fix.
Solution 2: Fix Registry

If registry files associated with RPC server are corrupt or changed the wrong way, you’ll receive Backup error 0x800706BA.

Here is how to edit your registry;

  1. First you should log into your PC as administrator.
  2. Next you open the Run dialog by pressing Window key + R.
  3. Type regedit in the box and click OK.
  4. The registry editor will open and you need to navigate to this path; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RpcSs
  5. Find out whether RPC is properly set or not, we’ve outlined that in solution one, you should now double-click on ‘start registry key’ which is RpcSs to change the value data from 1 to 2.
  6. After that you should navigate to this path from the registry editor; HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\services\\DcomLaunch
  7. Check to see if DCOM Server Process Launcher is correct in the services Window, if it’s not correct you should also double-click start and change the value from 1 to 2.
  8. You now head to this path; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RpcEptMapper.
  9. Check for RPC Endpoint Mapper, if not correct, you need to go back to start key and change value data from 1 to 2 also.

By now the problem should be solved if registry is involved. Don’t forget to back up your registry before making any changes.

Solution 3: Windows Firewall Configuration

Firewall, whether it’s windows or from third-party software, they can block RPC traffic requests which will lead to errors and in order to solve this we need to configure windows firewall.

Here is how to do that;

  1. Open control panel by typing ‘Control Panel’ in Windows 10 search box.
  2. Click System and security, then Windows Firewall and now select ‘Allow an app or feature through Windows Firewall’ option.
  3. A pop up window will appear and you need to locate ‘Remote Assistance’, there are two boxes that need to be checked, private and public, check them all and click OK.
Solution 4: Check network settings

The next fix if the error isn’t gone is checking network connection settings, and here is how to check and fix it;

  1. Open Run dialog box and type cpl and click OK.
  2. Network connections window will appear, right-click on the network you’re using and select properties.
  3. Check whether ‘Internet Protocol Version 6 (TCP/IPv6) and ‘File and Printer Sharing for Microsoft Networks’ are enabled. If they’re not enabled check the boxes to enable them, and click OK.
  4. Restart your PC and check if the error is gone.
Solution 5: Install or delete windows update

There are some Windows 10 versions that are known to display Windows 10 Backup Error 0x800706BA, Version 1803 is among the ones that show this error often. So you need to install to the latest update in order get rid of the error in this case.

Likewise, if you start receiving the Windows 10 Backup Error 0x800706BA after installing updates, you need to downgrade to an older version.

You can install or downgrade the updates from windows update settings, just type ‘windows update’ in your PC search box and windows update will show up, you see the option to check for updates and also view the latest updates installed, from the list of updates installed, you can remove the latest ones you believe are causing problem to your PC.

We’ve come to the end of the article and so far we’ve shared the best solutions to get rid of error 0x800706BA. You should choose the case that apply for you and follow the steps outlined, hopefully you’ll get rid of this error from your computer. Let us know in the comments whether you have solved the problem or not, or if you have more solutions to share with our readers.

Share
Tweet
Google+
Pinterest
Linkedin
Stumble
Email
Prev Article
Next Article

Related Articles

DRIVER_VERIFIER_DMA_VIOLATION
This article discusses DRIVER_VERIFIER_DMA_VIOLATION. For more details, refer to each …

How to Fix DRIVER_VERIFIER_DMA_VIOLATION Blue Screen Error in Windows 10

Error 1962 No operating system found
Today we’ll talk about another common error on Windows that’s …

Solution To Fix Error 1962 “No Operating System Found”

Best Computers & Laptops

Best Computer for Cyber Security – Laptop and Desktop
Best Computer for Cyber Security
Hey, are you seeking the best computer for cyber security? Well, we must say you have come to the right place to find your answer and guidance. There are a plethora of products out there for you to pick from ...
Read More
Best Computer for Microsoft Office & Excel – Laptop and Desktop
Best Computer for Microsoft Office & Excel
Are you finding the Best Computer for Microsoft Office and Excel? In modern days, the best laptop or desktop set is the one which is both portable, has good looks and offers the smoothest performance. Microsoft Office is a package ...
Read More
Best Computer for Hacking – Laptop and Desktop Selection
Best computer for Hacking
When it comes to hacking, either laptop or desktop, choosing the best computer for hacking would be an exhilarating job. There are many specifications to be considered for hacking ...
Read More

SQL Server Tips

FIX sqlstate 42000 – mysql error 1064 – you have an error in your sql syntax
Sqlstate 42000 Is a general code that come together with other number. Most often comes with the code 1064 and ...
Read More
The execute permission was denied on the object – SQL Server Error
The execute permission was denied on the object
The following article will handle “the execute permission was denied on the object” error appears on SQL Server. This error ...
Read More
How to Read Data from LDF file in SQL Server – A Complete Guide
Read LDF File
Hello Everyone, Today we are going to address the most popular query of SQL users, how to read data from ...
Read More

Search

We are on:

Get FREE SPACE for your PC

3 Method to Delete Temp Files in Windows 7/10 including vbs script

In this post we will explain how to delete temp files windows 7 using three different methods including vbs script ...
Read More

Fastest way to delete hiberfil sys from windows 10/8/7 and XP – CMD

In this article we will explain how to remove or delete hiberfil sys from Windows 10/8/7 and XP . If you does ...
Read More

Learn How to Silent Install Applications

Silent Install Adobe Flash Player
In this tutorial will explain how to silent install adobe flash player 25, Msi and Exe version. How to disable auto update and uninstall older ...
Read More
Java Silent Install and Uninstall Older Version – Deploy Package MSI
This tutorial will explain how to silent install Java MSI/EXE version and disable auto-update. The command line will also uninstall the ...
Read More
Silent Install Adobe Shockwave Player 12 and disable update
In this tutorial will explain how to silent install Adobe Shockwave Player 12 msi and disable auto update. The command will uninstall older ...
Read More
Silent Install Google Chrome MSI, Silent Uninstall and Disable Auto Update
This tutorial will explain how to silent install Google Chrome MSI and disable auto update. The command will uninstall older version of ...
Read More
Silent Install Adobe Reader 11 and DC – msi and exe – disable update
In this tutorial will explain how to silent install Adobe Reader version 11 and DC. We will user both version "msi" ...
Read More
Silent Install Mozilla Firefox msi and exe file – Including Silent Uninstallation
This tutorial will explain how to silent install Mozilla Firefox. We will use MSI and EXE files to perform a silent ...
Read More
Skype Silent Install Msi and disable updates
In this tutorial will explain how to silent install skype  and disable auto update. The command will uninstall older version of Skype and ...
Read More
Filezilla Silent Install msi and exe version
Filezilla silent install tutorial will explain how to perform a silent installation of application. We will explain methods, silent install ...
Read More
Silent install VLC Media Player
In this tutorial will explain how to silent install VLC Media Player. We will explain both methods for exe and ...
Read More
Notepad++ silent install exe and msi version – Command Line
Notepad++ silent install is the new article from a series of silent installations. Notepad++ as free software has two main ...
Read More

Batch File Solutions

How to list files in cmd – Command Prompt – Windows 10
Whenever you want to search and make a list of all files on a specific folder, you used the windows ...
Read More
Batch rename multiple files in folder – CMD script – Bulk Method – Win 10
The following article will teach how to rename multiple files in a folder with the bulk method using Command Line ...
Read More
Batch script rename file using Command Line (CMD) & PowerShell – Windows 10
The following article will use the “rename” or “ren” command to rename the file using a command prompt. Also, we ...
Read More
Change extension of multiple files at once – CMD batch file
The following article will teach the methods to change the extension of multiple files at once using command prompt and ...
Read More
How to delete registry key with command line | PowerShell | Batch
The following article is the third of series about registry and working on it through command line (CMD) and PowerShell ...
Read More
How to add registry key & values with CMD | PowerShell | Batch
The registry is the place where most of the applications store the settings but not only. Used also from the ...
Read More
Unmap Network Drive CMD – (Batch file) – net use delete command
After we posted the methods to map network drive using cmd commands we come this time with the method to ...
Read More
Map Network Drive cmd (batch file) – net use user password
This article will focus on another way to map a network drive on your computer instead of from the explorer ...
Read More
How to Find Large Files on Windows 7 & 10 – CMD Forfiles Command
If the capacity of your hard drive is running low, it is time to clean off some files and to ...
Read More
CMD Script to check disk space on windows and multiple remote servers
The following article will provide you script to check disk space. The Script monitor space on windows and multiple remote ...
Read More

Get IT Solutions

How to do IT

About Us

Get IT Solutions is a personal blog, which is managed to guide people for various topic.

Second Menu

  • Donate
  • About Us
  • Contact Us
  • Privacy Policy

What Will You Find

Automation is our area of writing where are included scripts, batch and various tips to automate your daily job.
Copyright © 2025 Get IT Solutions