In my CCAPI client DLL, RpcMgmtIsServerListening returns true when the server isn't running. I'd expect it to return an error if the RPC handle were invalid and it should return RPC_S_NOT_LISTENING instead of 0 when the server isn't listening (or running). This call used to work. What could cause this? Thanks. Kevin