Windows error 0x80010007, -2147418105

Detailed Error Information

RPC_E_SERVER_DIED[1]

MessageThe callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code7 (0x0007)

Questions

3votes
1answer

Setting up remote kernel debugger with WinDbg

c:\WinDDK\7600.16385.1\Debuggers>kdsrv.exe tcp:port=60001 c:\WinDDK\7600.16385.1\Debuggers>kd -remote tcp:server=\\127.0.0.1,port=60001 DebugConnect failed, HRESULT 0x80010007 "The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed." I'm using Win7 and have also set bcedit debug on and net on. read more
windows
kernel
windbg
2votes
1answer

Manually created recordset not behaving like disconnected recordset

I have a VB6 application that takes a recordset as a parameter in one of its functions. I am using ADODB in a .NET project to create and pass the recordset to the VB6 project. When I create the recordset in VS2010 by connecting to the database and then disconnecting, [...] read more
.net
datatable
vb6
adodb
recordset
0votes
2answers

OneDrive not working after changing name of user folder

I manually changed the name of my user folder using the process described here: https://superuser.com/a/499446 Since then, OneDrive does not sync, and shows errors such as 0x80010007. What can I do to fix this? I already tried resetting the client and using the troubleshooting cab. read more
windows-8.1
onedrive

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0