Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RPC - Unknown error code

Status
Not open for further replies.

RDX

Technical User
Sep 6, 2001
2
US
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?
 
I looked for the error code on the Microsoft website and the first thing that came up was a confliction between this and Canon BubbleJet printer drivers. Not running such a printer are you?

Anyway, apart from that, I could not find anything related to RPC -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top