32 solutions found, page 1 of 2
0X00002090 You can't make a group alias point to another alias in Active Directory. This error happens when you try. Here's how to fix it....
0XC00D14BB Streaming server chokes when a playlist contains a playlist that points back to itself or nests too deep. Happens with live radio feeds and mismatched...
0X00002184 You can't move objects within the schema naming context in Active Directory. Here's why and how to fix it when you hit this error....
0X00002143 This error pops up when you try to nest a security-enabled local group inside another group in a mixed-mode domain. Here's why and how to fix it....
0X000000D7 This error means you're trying to load a module while another load is still in progress. Restart the service or app to clear the stuck call....
0X00001A31 This error means a transaction was already finalized when you tried to commit it again. Here's how to stop that from happening....
SyntaxError: invalid syntax Python 3.6+ f-strings get confused when you use literal curly braces inside a dictionary. Double them up or switch to format()....
0X8004D00E Kicks in when you try to commit or rollback a transaction that's already finished. Usually from nested transaction mishandling or misordered API calls...
0XC00002DB This error pops up when you try to add a domain local group from another domain into a local group. Only universal or global groups from other domains...
0XC0000358 Your account group can't contain a universal group. Here's the quick and real fix, no fluff....
TypeError: Cannot read property 'x' of undefined Stop guessing at nested object checks. This error hits when you try to access a property on something that's null or undefined. Here's the exact fix....
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...
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...
0X00000A7B You get this when trying to share a folder that's already part of a DFS namespace. Windows won't let you nest independent shares under a DFS root....
0X00002014 This Active Directory error usually means you're trying to add a wrong object class to a group or container. Here's how to fix it in 3 common scenario...
0XC00002D8 A global group got a universal group added as a member. Fix it by checking group scope in ADUC or using PowerShell to remove the invalid member....
0X00002144 This error fires when you try to add a local group to a global group in Active Directory. The fix is adding the user account itself instead....
0XC00002D4 This error means you tried to create or modify a security group in Active Directory with an invalid type. The fix is almost always a mismatched group ...
0XC022000D You called a transaction API outside an explicit transaction. The fix: wrap your code in a BEGIN/COMMIT or use the correct transaction scope....
0XC00002D9 This error pops up when you try to add a local group to a universal group in Active Directory. The fix is to change the group scope or use a domain lo...