23 solutions found, page 1 of 2
0X00002153 Active Directory won't start after a failed restore or boot into DS Repair Mode. Usually a database corruption or missing system state files....
0X0000170D This error shows up when a cluster config change hits a hung transaction. You need to abort the pending commit, then retry....
0X000002E8 This error means a transaction already committed but something still references it. Here's how to stop it from wrecking your queries....
fatal: refusing to merge unrelated histories Git throws this when two branches have no common ancestor. Usually happens after a misconfigured remote add or clone. Force the merge with --allow-unr...
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...
Could not find method implementation() for arguments You're using Gradle 3.x or lower, but 'implementation' requires Gradle 4.0+. Update your Gradle wrapper and check the Android plugin version....
0X00030204 This error pops up when a program opens a file multiple times and tries to commit changes. It's common after backups or antivirus scans. Here's how to...
0XC000020F SQL Server transaction aborts when DTC or network transport drops the connection mid-commit. Here's how to fix it without rebooting everything....
Not Enough Memory You get this error even with free RAM? It's usually a virtual memory or pagefile issue. Here's the real fix....
Your HEAD is detached when checking out a commit hash. Fix by creating a branch from it so your commits aren't orphaned....
0X8004D004 The MSDTC aborted a distributed transaction after a timeout or communication failure. The resource manager couldn't decide, so it heuristically rolled...
0XC0000088 This error means a flush operation tried to write to a section that isn't backed by a data file. The fix: check your memory-mapped file pointers and v...
0X000005AF This error means the paging file can't handle the load. Usually a memory leak or too-small virtual memory. Here's how to fix it....
0XC0190005 SQL Server resource manager isn't running. Real fix: restart the service and clear a stuck transaction log. No reboot needed....
fatal: refusing to merge unrelated histories You tried to merge two branches that don't share a common commit. The fix is the --allow-unrelated-histories flag. Here's exactly how to use it and wh...
0X000020D3 This error hits when AD tries to remove an attribute from the cache during schema updates. The fix is clearing the schema cache or rebooting the DC....
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....
0X00002024 Happens when AD hits a hard limit on directory searches or LDAP queries. Usually a maxPageSize or administrative limit issue....
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....