Client/server application RPC connection gets disconnected very frequently

Posted by Chris Thompson on Server Fault See other posts from Server Fault or by Chris Thompson
Published on 2009-07-21T16:58:02Z Indexed on 2010/04/22 12:04 UTC
Read the original article Hit count: 407

Filed under:
|
|

I have a client/server application that uses RPC for the client to communicate with the server.

Fairly regularly, I get an event in the Application log that the RPC connection was disconnected:

 Client callback failed ((0x80010108) )

I have the Windows Firewall disabled on both machines. I've even run the client on a second computer with a clean Windows XP install without any group policies.

This has been going on for a long time and no one has been able to figure out why it's happening. The same client/server app works fine at other client locations.

Any thoughts?

© Server Fault or respective owner

Related posts about rpc

Related posts about client-server