199 solutions found, page 5 of 10
0X00001A39 The transaction marshall buffer is malformed. Fix is to ensure PushTransaction and PullTransaction calls use flat, contiguous byte arrays. Avoid neste...
0X00000724 This error means your RPC serialization version is mismatched. Usually a corrupt COM+ catalog or outdated Windows update causes it. Here's the fix....
0XC00002A4 This error means AD already has the attribute or value you're trying to add. Here's how to clear it fast, from a quick reboot to a deep ADSI edit....
0X0000218E This error hits when AD can't start in single-user mode, often after a botched schema update or failed domain controller promotion. Here's how to fix ...
0X00000070 You're getting ERROR_DISK_FULL even when your drive says it has space? That's usually a Windows bug or a full hidden partition. Here's what actually w...
0XC002001A RPC_NT_NO_CALL_ACTIVE error means a thread tried to reply to a remote procedure call that doesn't exist. I'll walk you through fixes from quickest to ...
0X00000115 This error means the extended attribute table on an NTFS drive is full. Here's how to clear it out....
0X8004D004 The MSDTC aborted a distributed transaction after a timeout or communication failure. The resource manager couldn't decide, so it heuristically rolled...
0XC0190033 This error means a transaction enlistment isn't marked as superior, blocking KTM commits. Common in old SQL Server clusters or .NET apps on Windows Se...
0XC0190048 Your database transaction can't create a savepoint because a file is open inside it. Close the file handle or restructure the transaction. Simple fix ...
0X00000299 Error 0x00000299 means NTFS can't handle the file operation. Real fix: check file size, path depth, or corrupted metadata....
0X0000008B Trying to substitute a drive letter to a folder that's already on a substituted drive? That's the trigger. Here's why it fails and how to fix it clean...
0X8004D00A This error means your app can't join a DTC transaction. Start with a quick network check, then adjust DTC settings, then try a firewall fix. Most peop...
0X00001F4D The File Replication Service can't populate SYSVOL because of an internal error. The fix is almost always resetting the FRS subscription on the stuck ...
0X00002103 Quick answer: Restart the AD database service and repair the NTDS.dit file using ntdsutil. This error means the database on your DC is corrupted or lo...
0X8004E00F This error shows up when COM+ can't reach MSDTC — usually after a Windows update or service crash. Here's how to fix it....
0XC0030061 This error pops up when an RPC pipe runs dry mid-call. The server sent zero bytes, usually from a timeout or memory pressure. Here's how to trace and ...
0X00001AAE Transactional NTFS (TxF) attribute corruption, often from an interrupted transaction or disk errors. We'll walk through three fixes, starting with the...
0XC0000266 This error means disk quotas are corrupted. We'll start with a quick check, then rebuild quotas. No deep registry hacks needed....
0XC000022A NTFS duplicate object ID error. Happens when a file or folder has the same unique ID as another on the volume. Usually caused by bad disk clones or dr...