36 solutions found, page 2 of 2
0X00000046 This error means the remote server's file share service is paused or starting. You'll see it when trying to map a drive or access a network path....
0X0000090A You get this when a program references a file ID that's already closed or never existed. Here's the quick fix and why it happens....
0XC00000E3 This error usually pops up when accessing files over SMB shares. I'll walk you through three fixes—fast, moderate, and deep....
0XC0000080 The allocation server is disabled on your Windows server, causing GUID errors. Three fixes, from simple to advanced....
0X000008EB The NERR_NameInUse error 0X000008EB means another machine on the network is already using the server's computer name. Here's how to track down the dup...
0X0000085E This error means a remote server rejected an API call, often due to SMB version mismatch or disabled functions. Here's how to fix it....
0X00000888 This error means a service you're trying to start isn't installed on your Windows Server. The fix is to install the missing service or point the comma...
0X00000865 This error means a line in your config file is over 256 characters. The fix is to split the line using continuation. I'll show you how....
0X0000084B This error means a buffer in a network API call is too small. The fix is to increase the buffer size in the registry or script....
0X000008B1 This error pops up when Windows networking fails to add a duplicate resource permission list. We'll clean out the stale entry fast....
0X000002E6 This error means a file operation tried to complete while an oplock break was still happening. It's common with SMB file shares and hypervisors....
0X00000908 This error usually means Windows can't find a network session you're trying to close. Here's the quick fix and why it happens....
0X00000004 This error means Windows ran out of handles for open files. Usually happens with file servers or apps that leak handles. Fix it by closing apps or inc...
0X0000097E This error appears when a client tries to register twice for the same NetAlert event in Windows. The fix is clearing stale registrations in the regist...
0XC0000909 Your app can't break an oplock because another program holds a file lock. It's a network file sharing conflict, not hardware failure....
0X0000012C ERROR_OPLOCK_NOT_GRANTED means Windows denied an oplock request, often due to file locks or network sharing. Here's the fix and why it works....