Windows error 0x8009000F, -2146893809

Detailed Error Information

NTE_EXISTS[1]

MessageObject already exists.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code15 (0x000f)

Questions

9votes
5answers

Windows Process Activation Service not starting - error 13

I have IIS version 10 installed on Windows 10 Pro Version 1709, build 16299.125. After a Windows update, IIS stopped working. I saw that W3SVC isn't working, because WAS (Windows Process Activation Service) can't be started. When I try to start WAS, Windows display the message: > Windows can't start [...] read more
windows-services
windows-10
registry
iis-10
9votes
5answers

Windows Process Activation Service Failing - Windows 10

The Windows Process Activation Service (WAS) will not start on my Windows 10 PC anymore. As a result, IIS won't start. I'm not quite sure when it happened, but likely in the last month. During startup, I now get a series of 4 error events in the System log: > [...] read more
iis
windows-10
2votes
0answers

Error in AES Encryption using C++

I have done Encryption of a File using C++ with ENCRYPT_ALGORITHM as CALG_RC4. The code is working fine. When I changed the ENCRYPT_ALGORITHM to CALG_AES_256 it fails. if(CryptAcquireContext( &hCryptProv, NULL, MS_ENHANCED_PROV, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) and if(!CryptDeriveKey( hCryptProv, ENCRYPT_ALGORITHM, hHash, KEYLENGTH, &hKey)) fails with the error no. 0x80090016 and 0x8009000f I want [...] read more
c++
encryption
aes
1vote
0answers

The OpsMgr Health Service service terminated with service-specific error 2148073487 (0x8009000F)

I'm using Microsoft System Center Operations Manager 2007 SP1 and I'm having some problems getting the client installed on a couple of servers. They are Windows 2008 (not R2) SP1. (I'm going to try updating it to SP2 to see if that fixes it) The error that I get is: [...] read more
scom
0votes
1answer

Azure CosmosDb Emulator not starting

I uninstalled and re-installed the Azure CosmosDB emulator on my PC, but cannot start it up now. I keep getting the following error: Failed creating emulator certificate. Error: 0x8009000f I have run through all of the steps in the trouble shooting guide but I am still experiencing the problem. Has [...] read more
azure-cosmosdb
0votes
1answer

Cannot Create Test Certificate in VS 2012

When I go to my project properties page under the Signing tab and click "Create Test Certificate" I get the error "Object already exists. (Exception from HRESULT:0x8009000F)" I've also opened past projects that I've created certificates for and tried to create new ones but I get the same error. I [...] read more
visual-studio-2012
certificate
signing
0votes
1answer

IIS6 Metabase and Configuration Compatibility feature install fails on Windows 7

I'm trying to install the "IIS6 Metabase and Configuration Compatibility" feature on my Windows 7 Pro (64 bit) machine so I can use IIS with my VS2010 installation. Unfortunately, every time I go to install said update from 'Control Panel->Programs and Features->Turn Windows Features On or Off', it fails with [...] read more
iis
windows-7

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0