Issuing CA halts processing (JET_errLogDiskFull)

Leo Walker 40 Reputation points
2026-09-16T08:29:21.55+00:00

Anyone here when manage an issuing CA have problem where the certificate processing is halt because the Jet database transaction log directory ran out of disk space (JET_errLogDiskFull)? I don't know the steps on how we can execute safe log truncation and volume expansion to fix this.

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Newest
  1. Jason Nguyen Tran 26,090 Reputation points Independent Advisor
    2026-09-16T09:12:14.09+00:00

    Hello Leo Walker,

    The error JET_errLogDiskFull occurs when the transaction log directory for the CA’s Jet database runs out of disk space, which halts certificate processing. The good news is that this can be resolved safely with a combination of log truncation and disk expansion.

    The first step is to free up space by performing a safe log truncation. Stop the Certificate Services, then back up the CA database using certutil -backupdb and certutil -backupkey. After the backup, you can run eseutil /mh against the database to confirm its state, and then use eseutil /r to replay and truncate logs. This ensures no pending transactions are lost. Once truncation is complete, restart Certificate Services.

    In parallel, it’s strongly recommended to expand the volume hosting the log files or move the log directory to a larger disk. This prevents the issue from recurring under heavy issuance loads. You can configure the log path in the CA properties, but be sure to update permissions accordingly.

    As a best practice, monitor disk usage regularly and set alerts for the log directory so you can act before it fills up. This combination of truncation, expansion, and monitoring will stabilize your CA and prevent future outages.

    I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.

    Jason

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.