Windows error 0x8004E00C, -2147164148

Detailed Error Information

CONTEXT_E_ROLENOTFOUND[1]

MessageThe specified role was not configured for the application
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code57356 (0xe00c)

Questions

1vote
1answer

Cannot Request SmartCard Certs on Behalf of Users

I am creating a service to get users smartcards in a SmartCard only domain (So I can't pass the user's authentication since they haven't enrolled to smartcard so i use other authentication methods to authenticate the user) and then the user sends me his CSR but when I try to [...] read more
c#
.net
x509certificate
certificate-authority
certenroll
0votes
1answer

How to suppress a popup window while using certreq to request a certificate from an enterprise CA?

I am trying to request a certificate from a machine that is in the same domain as our enterprise CA server. Everything is working fine but I'm one step away from making my script have zero user interaction. I basically modified the following script to contain no parameters and removed [...] read more
powershell
certificate
popupwindow
ca
certreq

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