When this error occurs, you’ll see in the event log the following error description;

Fix Event ID 455 ESENT error

If you’re faced with this Event ID 455 ESENT error on your Windows 11/10 PC, you can try either of our two recommended solutions presented below to resolve the issue. Let’s take a look at the description of the process involved concerning either of the listed solutions.

1] Create a Database folder in TileDataLayer folder via File Explorer

To create a Database folder in TileDataLayer folder via File Explorer, do the following:

Press Windows key + R to invoke the Run dialog.In the Run dialog, copy and paste the directory path (assuming the C drive is housing your Windows 10 installation) below and hit Enter.

Now, right-click on the open space and then click New > Folder to create a folder in that location.Next, rename the new folder as TileDataLayer.Now, double-click the newly created TileDataLayer folder on it to explore it.Again right-click on the space within the open folder and then click New > Folder to create a new folder.Rename the new folder as Database.Exit File ExplorerReboot your computer.

After rebooting the Event ID 455 ESENT error should be fixed. Alternatively, to achieve the same result using File Explorer, you can use the CMD Prompt. Continue below to see how.

2] Create a Database folder in TileDataLayer folder via Command Prompt

To create a Database folder in TileDataLayer folder via Command Prompt, do the following:

Press Windows key + R to invoke the Run dialog.In the Run dialog box, type cmd and then press CTRL + SHIFT + ENTER to open Command Prompt in admin/elevated mode.In the command prompt window, copy and paste the syntax below one by one and hit Enter after each line to execute them sequentially on your computer.

Once the task completes, exit the CMD prompt.Reboot your computer.

After rebooting the Event ID 455 ESENT error should be fixed. Related read: Fix Event ID 642 ESENT error.

ESENT

ESENT is an embeddable, transactional database engine. It first shipped with Microsoft Windows 2000 and has been available for developers to use since then. You can use ESENT for applications that need reliable, high-performance, low-overhead storage of structured or semi-structured data. The ESENT engine can help with data needs ranging from something as simple as a hash table that is too large to store in memory to something more complex such as an application with tables, columns, and indexes. Active Directory, Windows Desktop Search, Windows Mail, Live Mesh, and Windows Update, currently rely on ESENT for data storage. And Microsoft Exchange stores all of its mailbox data (a large server typically has dozens of terabytes of data) using a slightly modified version of the ESENT code.

Features

Significant technical features of ESENT include:

ACID transactions with savepoints, lazy commits, and robust crash recovery.Snapshot isolation.Record-level locking (multi-versioning provides non-blocking reads).Highly concurrent database access.Flexible meta-data (tens of thousands of columns, tables, and indexes are possible).Indexing support for integer, floating-point, ASCII, Unicode, and binary columns.Sophisticated index types, including conditional, tuple, and multi-valued.Columns that can be up to 2GB with a maximum database size of 16TB.

Benefits

No additional download needed. ManagedEsent uses the native esent.dll that already comes as part of every version of Microsoft Windows.No administration required. ESENT automatically manages log files, database recovery, and even the database cache size.

Note: The ESENT database file cannot be shared between multiple processes simultaneously. ESENT works best for applications with simple, predefined queries; if you have an application with complex, ad-hoc queries, a storage solution that provides a query layer will work better for you.

How to fix Event ID 455 ESENT error on Windows 11 10 - 98How to fix Event ID 455 ESENT error on Windows 11 10 - 47