Results for fsutil transaction

🔍

196 solutions found, page 3 of 10

9001

Fix SQL Server Error 9001: Database log is full

The database log is full—here's how to free space and stop it from happening again. No fluff....

Database Errors Intermediate 👁 1 2d ago
0X0000371B

Fix ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE 0x0000371B

This error means Windows couldn't close a side-by-side assembly transaction cleanly. Usually caused by a corrupt pending Windows update or a broken .N...

Database Errors Intermediate 👁 1 21h ago
0X8004E004

CONTEXT_E_NOCONTEXT 0X8004E004: MTS Object Context Missing

This error hits when your COM+ component tries to access MTS context outside a transaction. It's common in old VB6 or ASP apps on Windows Server....

Database Errors Intermediate 👁 1 1d ago
0X8004D014

0X8004D014: XACT_E_NOIMPORTOBJECT Transaction Import Object Missing

This COM+ error means DTC can't find the transaction import object. Usually a dirty MSDTC configuration or firewall blocking RPC. Here's exactly what ...

Database Errors Intermediate 👁 1 1d ago
0X00000497

Fix 0x00000497: Unable to Remove the File to Be Replaced

This Windows error means a file can't be deleted during a replace operation — usually because another process holds a lock on it. Here's how to break ...

Windows Errors Intermediate 👁 1 1d ago
0X00001AA0

Fix ERROR_NO_TXF_METADATA (0X00001AA0) on Windows

This error means a file is missing its transaction log metadata. Here's how to fix it fast without data loss....

Database Errors Intermediate 👁 1 1d ago
0XC0000215

STATUS_TRANSACTION_INVALID_TYPE (0xC0000215) Fix

This error means a transaction type is wrong for the transport. Usually a bad network driver or misconfigured remote access service. Fix it in three s...

Database Errors Intermediate 👁 1 1d ago
0X000002E8

Fix ERROR_RXACT_COMMITTED (0X000002E8) in SQL Server

This error means a transaction already committed but something still references it. Here's how to stop it from wrecking your queries....

Database Errors Intermediate 👁 1 2d ago
0X000019E5

Fix ERROR_COULD_NOT_RESIZE_LOG (0x000019E5) on Windows

Stop wasting time with generic fixes. Here's the real cause and solution for this log resizing failure on Windows Server and 10/11....

Windows Errors Intermediate 👁 1 16h ago
0XC01A0030

STATUS_LOG_PINNED_RESERVATION (0xC01A0030) Fix

The log is pinned because a reservation ate almost all the log space. This usually hits when a backup or database app holds a log reservation and won'...

Windows Errors Intermediate 👁 1 16h ago
0X0000085D

Server not configured for transactions error 0X0000085D fix

This error pops up when a client tries to run a transaction against a server that's not set up for it. Real fix: enable the transaction service or che...

Database Errors Intermediate 👁 1 1d ago
0XC0190021

STATUS_OBJECT_NO_LONGER_EXISTS (0XC0190021) Fix

This error hits when a database cursor or handle points to a deleted row or object. It's common in SQL Server with stale cursors or orphaned tempdb ob...

Database Errors Intermediate 👁 1 1d ago
0X00000652

Fix ERROR_INSTALL_ALREADY_RUNNING (0x00000652)

This error means Windows thinks another installer is still running. Usually a stuck MSI process. Kill it or restart the Windows Installer service....

Windows Errors Beginner 👁 1 1d ago
0X00001A31

Fix ERROR_TRANSACTION_ALREADY_COMMITTED (0X00001A31)

This error means a transaction was already finalized when you tried to commit it again. Here's how to stop that from happening....

Database Errors Intermediate 👁 1 1d ago
Database 'tempdb' is in emergency mode

Fixing 'Database 'tempdb' is in emergency mode' in SQL Server

This error hits when tempdb gets stuck in emergency mode after a crash or disk issue. I've seen it on SQL Server 2016–2019. The fix is straightforward...

Database Errors Intermediate 👁 1 2d ago
0X401A000C

Fix STATUS_LOG_NO_RESTART (0X401A000C) on Windows Server

This error means a log stream lacks a restart area. Usually happens after a corrupt NTFS USN journal or system file. Rebuilding the journal fixes it....

Server & Cloud Advanced 👁 1 20h ago
0XC00D0065

Fix NS_E_BAD_FSMAJOR_VERSION (0XC00D0065) on Windows 10/11

This error means your disk has an unsupported file system version. Usually happens after an upgrade or disk conversion. The fix is to reformat or reve...

Hardware – Hard Drives Intermediate 👁 1 1d ago
0X8004D025

Fixing XACT_E_PARTNER_NETWORK_TX_DISABLED (0x8004D025)

This error means the remote machine's MSDTC won't accept network transactions. You'll need to tweak DTC security settings or firewall rules....

Network & Connectivity Intermediate 👁 1 1d ago
0XC019003A

STATUS_INDOUBT_TRANSACTIONS_EXIST Fix: SQL Server Stuck

This error means SQL Server has transactions that are stuck in doubt. Here's how to find and resolve them without breaking your database....

Database Errors Intermediate 👁 1 3h ago
0XC000020F

STATUS_TRANSACTION_ABORTED (0XC000020F) Fix – SQL Server & DTC

SQL Server transaction aborts when DTC or network transport drops the connection mid-commit. Here's how to fix it without rebooting everything....

Database Errors Intermediate 👁 1 1d ago