Windows error 0x80090014, -2146893804

Detailed Error Information

NTE_BAD_PROV_TYPE[1]

MessageInvalid provider type specified.
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 Code20 (0x0014)

Questions

5votes
1answer

ServiceFabric standalone: Failed to get private key file

I have a standalone ServiceFabric cluster (3 nodes). I created SSL certificate for server and client authorization. Then I assign certificate thumbprint to a cluster config. Everything work okey( cluster health is Ok and my applications works as well. But there are a lot of errors in Microsoft-ServiceFabric/Admin log. Following [...] read more
ssl
acl
azure-service-fabric
2votes
2answers

Parsing winerror.h & ntstatus.h statuses/definitions with regex

I'm trying to create a regex in Python to capture all the Last Errors, HRESULT and NTSTATUS defenitions from winerror.h & ntstatus.h: * http://www.carrona.org/winerror.html * http://www.codemachine.com/downloads/win71/ntstatus.h For example, for this text: // // MessageId: NTE_BAD_PROV_TYPE // // MessageText: // // Invalid provider type specified. // More data is avaiable on [...] read more
python
c
regex
windows
header
2votes
2answers

Service Fabric Cluster nodes can't get private key from certificate

I have a 5 node service fabric cluster running a single application. I have my app settings encrypted using a self signed certificate. This certificate is uploaded to keyvault, and I have fed this URL into my application. I can see the cert is being installed on my VM, and [...] read more
azure
ssl
azure-service-fabric

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