Hi,
We are having problem in RPC. The scenario is like this:
OS: Win NT 4.0 workstation(service pack 5)
We are having two different processes running on same machine and listening on different ports.
One process (say A) makes a RPC call to the other process (say B), it executes successfully. But second time, the RPC call from A to B fails with an unidentified error code (rpc status = -1073741819).
If I see the traces (logs) for Process B, it seems that RPC request never reached the server process (i.e.B). I have checked the binding handles and made sure that these are the correct. Any Clue?
Also in unix there's file /opt/dcelocal/var/svc/routing, here we can set the tracing level for RPC. Is there any equivalent in NT also?
We are having problem in RPC. The scenario is like this:
OS: Win NT 4.0 workstation(service pack 5)
We are having two different processes running on same machine and listening on different ports.
One process (say A) makes a RPC call to the other process (say B), it executes successfully. But second time, the RPC call from A to B fails with an unidentified error code (rpc status = -1073741819).
If I see the traces (logs) for Process B, it seems that RPC request never reached the server process (i.e.B). I have checked the binding handles and made sure that these are the correct. Any Clue?
Also in unix there's file /opt/dcelocal/var/svc/routing, here we can set the tracing level for RPC. Is there any equivalent in NT also?