103 solutions found, page 3 of 6
0X8004E024 COM+ activation timed out. This fix clears the component services queue and restarts the DTC service. Works in 5 minutes....
18456 SQL Server error 18456 means authentication failed. Usually a password mismatch, disabled account, or wrong login type. Let's fix it....
0X8004D016 This error means a DTC transaction is stuck in an indeterminate state. It usually happens after a power loss or network timeout between SQL Server and...
0X000019DF This error means your transaction log can't truncate because an active backup or log shipping job hasn't marked the log as backed up. Happens mostly o...
0X8004D004 The MSDTC aborted a distributed transaction after a timeout or communication failure. The resource manager couldn't decide, so it heuristically rolled...
0X00002754 This WSAEUSERS (0X00002754) error means a resource quota ran out, usually from too many network sockets. The fix: increase the ephemeral port range or...
0X000013A4 Had a client lose a SQL cluster over this. Here's the quick fix: rebuild the quorum witness or check disk space on the witness drive....
SQLSTATE[HY000] [2002] The connection string in your config file still points at the old server. Fix that, clear the cache, and you're back in business....
0X000010D9 This error pops up when Windows or an app can't read or write to a database file. Usually it's a permissions or corruption issue....
0X00003A9B Event Viewer can't find a message template for an event log entry. Usually a corrupt locale file, missing MUI, or bad registry key. Fix takes 30 secon...
0XC0000061 That STATUS_PRIVILEGE_NOT_HELD error means Windows denied access. The quick fix is resetting security permissions on the file or folder. Here's how....
0XC000012D Your system hit its virtual memory commit limit. The fix is adjusting the paging file or reducing memory-hungry apps. I'll explain both....
0X000021AB This error means Windows can't find the site settings object for an IE or Edge site. The fix is usually a registry tweak or clearing cached site data....
NS_ERROR_FILE_CORRUPTED This error hits when your bookmarks or history database gets corrupted. We'll walk you through three fixes, from a quick reset to rebuilding the datab...
Cannot truncate table because it is being referenced by a FOREIGN KEY constraint You tried to TRUNCATE a parent table with child tables referencing it via a foreign key. SQL Server blocks this by design — here's how to work around ...
0X0000046A Windows runs out of non-paged pool memory. The fix is raising the IRPStackSize registry key. Clearing desktop shortcuts won't help....
0X0000216A This error means the SPN couldn't be built because the host name has a bad format. The fix is to check the servicePrincipalName attribute and fix the ...
0X000006ED This error hits when Windows can't load a character translation file during RPC calls. Usually a corrupt or missing .tbl file in the system32 folder....
0XC00000D9 This error pops up when your app tries to read from a named pipe that's got no data yet. It's common after a crash or timeout on the writing side....
0X0000088D This error means Windows can't stop or restart a service because it's stuck in a pending state. The fix is usually a reboot or a targeted registry cle...