Share via

ESENT Catalog Database

Anonymous
2021-01-08T12:37:42+00:00

Can you help me with this?

Log Name:      Application

Source:        ESENT

Date:          1/8/2021 5:30:50 AM

Event ID:      642

Task Category: General

Level:         Warning

Keywords:      Classic

User:          N/A

Computer:      DESKTOP-892H6FC

Description:

Catalog Database (3332,D,12) Catalog Database: The database format feature version 9080 (0x2378) could not be used due to the current database format 1568.20.0, controlled by the parameter 0x410022D8 (8920 | JET_efvAllowHigherPersistedFormat).

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name="ESENT" />

    <EventID Qualifiers="0">642</EventID>

    <Version>0</Version>

    <Level>3</Level>

    <Task>1</Task>

    <Opcode>0</Opcode>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2021-01-08T11:30:50.1817458Z" />

    <EventRecordID>1310</EventRecordID>

    <Correlation />

    <Execution ProcessID="0" ThreadID="0" />

    <Channel>Application</Channel>

    <Computer>DESKTOP-892H6FC</Computer>

    <Security />

  </System>

  <EventData>

    <Data>Catalog Database</Data>

    <Data>3332,D,12</Data>

    <Data>Catalog Database: </Data>

    <Data>0x410022D8 (8920 | JET_efvAllowHigherPersistedFormat)</Data>

    <Data>9080 (0x2378)</Data>

    <Data>1568.20.0</Data>

  </EventData>

</Event>

Thanks,

richard.moore

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2021-01-08T13:18:46+00:00

    Hi! My name is Anderson Souza. I'm an Independent Advisor and a Microsoft user like you, I'll be glad to help you today.

    There are two tools that you can try at first to fix this issue: "sfc" and "dism". In the following link, you will see how to use them. This is from the official Microsoft Support page:

    https://support.microsoft.com/en-us/help/402652...

    The System File Checker (SFC) tool built into Windows will scan your Windows system files for corruption or any other changes. If a file has been modified, it will automatically replace that file with the correct version. If the SFC command doesn’t work, you can also try the Deployment Image Servicing and Management (DISM) command to repair the underlying Windows system image.

    [ Using System File Checker in Windows 10 ]

    System File Checker is a utility in Windows 10 that checks for problems with files on your computer. To run it, follow these steps:

    Make sure you've installed the latest updates for Windows 10, and then restart your machine. To find out more, read Update Windows 10.

    In the search box on the taskbar, type Command Prompt, and right-click or press and hold Command Prompt (Desktop app) from the list of results. Select Run as administrator, and then select Yes.

    Type

    DISM.exe /Online /Cleanup-image /Restorehealth

    (note the space before each "/"), and then press Enter. (Note: This step may take a few minutes to start and up to 30 minutes to complete.)

    After you see a message that says "The operation completed successfully," type

    sfc /scannow

    (note the space between "sfc" and "/") and press Enter.

    After you see a message that says, "Verification 100% complete," type exit.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-01-09T16:59:08+00:00

    You're welcome, I'm glad you solved it. Your questions are always welcome here.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-01-09T11:57:15+00:00

    Got it!  Thanks.

    Was this answer helpful?

    0 comments No comments