Link to home
Start Free TrialLog in
Avatar of corpa
corpa

asked on

RPC-Server not available???

Hello, I try to develop a client/server application using the remoteconnection from Midas. The application works fine as long as I stay on the same machine. As I try to install the server part on a different machine and in my client app (on another machine) I alter the pcname of the remoteconnection then I get the following error:
Project Myproject raised exception class EOleSysError with message 'The RPC-Server is not available'.
Obviously I am forgetting something, can anyone tell me what I need to do?
Many thanks, Pascal Corstjens
Belgium
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Hi Pascal,

Try to run TRegsvr found in the bin directory of your delphi installation with the name of your server exe on the server machine.

Hope this helps
:O)brUINTje.
And you also look into this
http://www.inprise.com/devsupport/delphi/qanda/FAQ323D.html
http://www.inprise.com/devsupport/delphi/qanda/FAQ346D.html

If you got it running it's beautiful stuff, but looking for errors can cost a lot of time. Because when you got deeper involved into the NT system, you're not sure if the bugs are form you, microsoft or borland(inprise).

:O) Hope this will get you any further.
Avatar of corpa
corpa

ASKER

Thanks bruintje,
you were a great help...

How do I give you a grade?
My plesure, hope your problem indeed got solved.
:O)
ASKER CERTIFIED SOLUTION
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of corpa

ASKER

thanks again, it did help...
:O)Great!