199 solutions found, page 6 of 10
0XC019004F This error hits when a program tries to open a Kernel Transaction Manager resource manager that doesn't exist. Usually from a broken or unregistered R...
0X00001A91 This error means the Resource Manager service isn't running or is corrupted. You'll see it in SQL Server or backup apps trying to access NTFS transact...
0X8004020B This COM+ error means your app couldn't remove some objects from the event system. The fix is clearing orphaned subscriptions in Component Services....
0XC000A2A3 This error usually hits when copying large files off a NAS or SAN drive. It means the storage offload feature failed....
0XC0190046 Your SQL transaction freeze is stuck in a loop. Here's how to break it out without restarting everything....
0X00001A32 Your transaction manager won't start, usually because of a corrupted log file or bad registry key. Here's the exact fixes I've used for years....
0X00001128 This error pops up when a reparse point—like a symbolic link or mount point—has corrupted data. I'll show you how to check and fix it fast....
0XC01A001C You'll get this error when Windows can't read the end of the log file—usually after a hard crash or power loss. The fix is to clear or repair the log ...
0XC0000031 You're trying to set a disk quota lower than current usage. The OS blocks it. Here's how to fix it....
0X8004E029 This error means IIS intrinsics like Request and Server can't be used outside a real IIS context. Three things cause it: wrong app pool config, missin...
0X00001A97 The database object you're trying to use was deleted or invalidated mid-transaction. Three causes: stale cursors, missing tables/indexes, or replicati...
0XC019000C This error pops up when a remote file's version or FID doesn't match what the SMB client expects. The fix is usually clearing outdated SMB cache or ad...
0X8000001B This error pops up when a tape drive hits a filemark during a read or write. It's common in backup jobs using old tape libraries like LTO-5 or 6....
0X0000112A This error happens when Windows sees a corrupted or mismatched reparse tag on a file or folder. Here's how to fix it fast....
0XC00002B8 This error means the USN journal on a disk is disabled. You'll fix it with fsutil commands, then check disk health....
0XC000011C This error means a transactional registry operation hit a dead or corrupt state. We'll reset the KTM and clean up pending transactions....
0XC0190005 SQL Server resource manager isn't running. Real fix: restart the service and clear a stuck transaction log. No reboot needed....
0X8004D10A This error hits when a distributed transaction component can't reach a linked SQL Server. The fix is almost always a network or DTC misconfiguration....
0X00002B0C Your PC hit error 0x00002b0c because an app used a bad QOS filter type. Here are three fixes, from a quick restart to clearing stale network policies....
0X8004E027 This error means your COM+ component tried to work outside a transaction. The fix is to restart the COM+ app or re-register the component....