30 solutions found, page 2 of 2
0XC0190044 You tried to run a file that's still stuck in a pending transaction. Usually SQL Server or an incomplete update. Here's how to clear it fast....
0X000006DE This RPC error usually means a DCOM object won't unexport cleanly. Most common cause: a leftover registry reference or a hung COM+ app....
0X00001AB0 This error means you're trying to open a file or object inside a transaction that doesn't support it. The fix is immediate: change how you open it or ...
0X0000171E The cluster database transaction is stuck. Kill the hung transaction or restart the cluster service. Fixes in under 10 minutes....
0X0000085D 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...
0X80004014 This DCOM error means Windows can't resolve the server name for a remote activation. Usually a DNS or SPN issue....
0X00000652 This error means Windows thinks another installer is still running. Usually a stuck MSI process. Kill it or restart the Windows Installer service....
ERROR 1146 (42S02): Table 'db.table' doesn't exist MySQL says your table doesn't exist, but you know it's there. Here's the real fix: check the table definition cache and rebuild if needed....
0X0DEAD100 This error means NTFS tracking is out of sync with move notifications on your hard drive. Fix it by resetting the USN journal or checking disk health....
0X80110812 This error shows up when you try to recycle a COM+ application process that's already been recycled. Here's why and how to fix it....