RPC Runtime exception

Posted by viswanathan on Stack Overflow See other posts from Stack Overflow or by viswanathan
Published on 2010-04-21T11:17:44Z Indexed on 2010/04/21 11:23 UTC
Read the original article Hit count: 739

Filed under:
|

Hi

I am having an application which requires inter process communication between different processes in different machines.

Assume i have 2 processes in different machines which communicate usnig RPC.

Everything works fine in the normal case.

Now if i remove network and reconnect the same my processes still work however what happens is sometimes an RPC call(which sends a message from one process on one machine to another process on another machine) fails with an error code value of 3765269347, which may not really make any sense.

This failure occurs only sometimes and i have no clue as to why this occurs.

Anybody knows any reason why this may occur or general network related RPC issues.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about rpc

Related posts about vc++