Windows error 0x800706D9, -2147023143

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[1][2]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[1][2]
Error Code1753 (0x06d9)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000006d9.

Questions

4votes
2answers

Docker - Windows Container - Install DotNet Framework 472

I am trying to setup a Windows Docker image with .net framework 4.7.2. For other reasons, I am starting from microsoft/windowsservercore What I tried so far - I have choco installed on my image, so my initial solution was to use choco install choco install dotnet4.7.2 --allow-empty-checksums -y -v --trace [...] read more
.net
powershell
docker
chocolatey
windows-container
3votes
2answers

Unable to install NET Framework 4.7.1 on Server Core installation Windows Server 2016

or "Update is not applicable to your computer" for NET Framework 4.7.1 on Server Core installation Windows Server 2016 Trying to update net framework to 4.7.1 on a Server Core installation but no dice. The installation starts to extract the files for the setup, runs the setup.exe /x86 /x64 /redis [...] read more
windows-server-2016
windows-server-core
dotnet-framework
2votes
1answer

Error while configuring TFS2010

I am doing some work with TFS2010 and I've been trying to install it on a Windows 7 machine. I had it installed and then uninstalled it so I could change the SQLExpress to a SQL 2008 db. I rebooted between these changes just to be safe. The install went [...] read more
tfs
tfs-2010
1vote
0answers

How to fix the app event log warning MSDTC encountered an error (HR=0x80000171)

I keep getting the following warning message in the application event log (Win2012R2): > MSDTC encountered an error (HR=0x80000171) while attempting to establish a > secure connection with system I have read all the related questions, and none of them helped resolve the issue. The application on that server works [...] read more
msdtc
1vote
1answer

Clustered BizTalk SSO configuration error

While configuring the clustered SSO on the second server, I got an error, while running the command : > C:\Program Files\Common Files\Enterprise Single Sign-On>ssoconfig > -restoresecret SSOSecret.bak Password : ******* Confirm Password : ******* The error is : > Could not contact the SSO server ''. Check that SSO is [...] read more
biztalk
1vote
0answers

NCryptOpenStorageProvider returns 0x800706D9

The call NCryptOpenStorageProvider(myProvider, MS_KEY_STORAGE_PROVIDER, 0) returns 0x800706D9. Since I couldn't find this retcode in MSDN, I am really in a mess. What went wrong? read more
winapi
cryptography
cng
1vote
1answer

There are no more endpoints available from the endpoint mapper

I have a Windows Server 2008 R2 Datacenter part of a domain. The DebugView constantly spits out this error: [5592] 5592: 2014-01-08 13:32:39.410 [DirectResult] Error (Id=0) System.Runtime.InteropServices.COMException (0x800706D9): There are no more endpoints available from the endpoint mapper. (Exception from HRESULT: 0x800706D9) I've gone through the recommendations from Replication error [...] read more
windows-server-2008
rpc
1vote
0answers

Problems configuring winrm without windows firewall

I'm trying to follow this guide to prepare my server to become a chef-client: http://wiki.opscode.com/display/chef/Knife+Windows+Bootstrap When I run commands like: C:\> winrm set winrm/config @{MaxTimeoutms="1800000"} I get the following error: WSManFault Message ProviderFault WSManFault Message = There are no more endpoints available from the endpoint mapper. Error number: -2147023143 0x800706D9 [...] read more
windows-server-2008
windows-firewall
winrm
1vote
4answers

Windows Server 2008 R2 Server Manager not working -> mmc.exe crashes with System.IO.FileNotFoundException -> Hyper-V role guilty

Since some days ago I can't run the Server Manager, it fails like this: DescripciĆ³n: Stopped working Firma con problemas: Nombre del evento de problema: CLR20r3 Firma del problema 01: mmc.exe Firma del problema 02: 6.1.7600.16385 Firma del problema 03: 4a5bc808 Firma del problema 04: System.Management Firma del problema 05: [...] read more
windows-server-2008-r2
endpoint
windows
0votes
0answers

What is causing Provisionning Packages to fail to install?

I am trying to set-up a PC as a kiosk, using a Provisionning Package. When I log into the target computer, with a Domain Administrator account, and install the ppkg, I get the following error message: ProvXML category 'Policies' failed with '0x800706D9' at CSP node 'NULL'. Policies applied successfully. I [...] read more
windows
kiosk
0votes
1answer

WINDOWS 10, firewall file missing

Windows 10 cannot be updated. Error message 0x800706d9. Firewall is not running and when I try to reset to defaults I get a message that there are Firewall file(s) missing. Microsoft "trouble" scan can't detect or repair. Still using version 1511 because it's unable to update Windows 10 (dozens of [...] read more
windows-10
firewall
0votes
0answers

Windows Media Foundation -- IMFActivate::ActivateObject() RPC Error?

I've had this problem for a few days now. I would like to interface with a web cam using Windows Media Foundation classes, but for whatever reason, any time I call IMFActivate::ActivateObject() To open up a capture source, it yields a 0x800706d9 Error: > 0x800706d9 : There are no more [...] read more
c++
windows
winapi
webcam
ms-media-foundation
0votes
0answers

Windows Media Foundation -- IMFActivate::ActivateObject - RPC Error?

I'm having trouble creating a UVC Extension Unit interface using the Windows Media Foundation API (using the Windows 8.1 kit). I am attempting to open a video source before using functions provided by Ks.h to interface with the video source's respective UVC extension unit. I enumerate available video sources using [...] read more
c++
windows
winapi
ms-media-foundation
uvc
0votes
0answers

Error installing MySQL on windows 7

I uninstalled MySQL 5.7.1 Community from my windows 7 laptop , and now trying to install it again. But getting error "There are no more endpoints available from the endpoint mapper. (Exception from HRESULT: 0" Googled around to find this... http://johnyassa.wordpress.com/2012/12/12/there-are-no-more-endpoints-available-from-the-endpoint-mapper-exception-from-hresult-0x800706d9/ , but not sure if this is the reason [...] read more
mysql
windows
windows-firewall
0votes
1answer

How to handle error message when a package fails with a managed bootstrapper application

I created a setup that consists of a package, a managed bootstrapper application, and a bundle. I notet that when the package fails, under certain circumstances the Error event is not called. I already looked at InstallationViewModel.cs from the WixBA setup, but did not find a solution. How can I [...] read more
wix
wix3.10

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0