Event ID: 44 from 'Microsoft-Windows-NetworkDeviceEnrollmentService' event source

PropertyDescription
Event SourceMicrosoft-Windows-NetworkDeviceEnrollmentService
Event ID44
Event Qualifier0
Event LogApplication
Event SeverityError
Event Text TemplateThe Network Device Enrollment Service cannot obtain the certificate revocation list (CRL) for key %1 from the certification authority. Verify that the CA service is running, the Network Device Enrollment Service account has Read permission on the CA service, and the CA service has successfully created the latest CRL. Use the Certification Authority management console to verify the permissions on the CA service. Use the command: Certutil -config "%2" -cainfo crl %3 to verify that the CA service has created the latest CRL. The error returned was (%4). %5
Variables
  • %1 - KeyId
  • %2 - ConfigString
  • %3 - KeyId2
  • %4 - ErrorCode
  • %5 - ErrorMessage
Raw Variable Template
<template xmlns="http://schemas.microsoft.com/win/2004/08/events">
  <data name="KeyId" inType="win:UnicodeString" outType="xs:string"/>
  <data name="ConfigString" inType="win:UnicodeString" outType="xs:string"/>
  <data name="KeyId2" inType="win:UnicodeString" outType="xs:string"/>
  <data name="ErrorCode" inType="win:UnicodeString" outType="xs:string"/>
  <data name="ErrorMessage" inType="win:UnicodeString" outType="xs:string"/>
</template>

Notes

None.

See also


Share this article: