You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please let me know if you have seen this error before and how I can get around it? I have automated the process but since upgrading some DC's to 2019+ I am seeing this error:
Performing audit... [----------] 0% |
Unhandled Exception: Microsoft.Isam.Esent.Interop.EsentSecondaryIndexCorruptedException: Secondary index is corrupt. The database must be defragmented or the affected index must be deleted. If the corrupt index is over Unicode text, a likely cause is a sort-order change.
at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err)
at Microsoft.Isam.Esent.Interop.Api.JetAttachDatabase(JET_SESID sesid, String database, AttachDatabaseGrbit grbit)
at NtdsAudit.JetDb..ctor(String dbPath)
at NtdsAudit.NtdsAudit..ctor(String ntdsPath, Boolean dumphashes, Boolean includeHistoryHashes, String systemHivePath, String wordlistPath, String ouFilterFilePath)
at NtdsAudit.Program.<>c__DisplayClass2_0.
b__0()
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at NtdsAudit.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered:
Hi,
Could you please let me know if you have seen this error before and how I can get around it? I have automated the process but since upgrading some DC's to 2019+ I am seeing this error:
Performing audit... [----------] 0% |
b__0()Unhandled Exception: Microsoft.Isam.Esent.Interop.EsentSecondaryIndexCorruptedException: Secondary index is corrupt. The database must be defragmented or the affected index must be deleted. If the corrupt index is over Unicode text, a likely cause is a sort-order change.
at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err)
at Microsoft.Isam.Esent.Interop.Api.JetAttachDatabase(JET_SESID sesid, String database, AttachDatabaseGrbit grbit)
at NtdsAudit.JetDb..ctor(String dbPath)
at NtdsAudit.NtdsAudit..ctor(String ntdsPath, Boolean dumphashes, Boolean includeHistoryHashes, String systemHivePath, String wordlistPath, String ouFilterFilePath)
at NtdsAudit.Program.<>c__DisplayClass2_0.
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at NtdsAudit.Program.Main(String[] args)
The text was updated successfully, but these errors were encountered: