Link to home
Start Free TrialLog in
Avatar of TShevchenko
TShevchenko

asked on

"The RPC server is unavailable" on Vista

Here are 2 computers with Microsoft Vista and XP.
From Vista we try to start remotely an application on XP.
The result is "The RPC server is unavailable". The firewall is enabled. When the firewall is disabled, we get 'access denied'.
The Remote Procedure Call (RPC) and Remote procedure call (RPC) locator services are running.
Have you any idea now to solve it ?
o := CreateRemoteComObject('192.168.1.44', StringToGuid('{22D6F312-B0F6-11D0-94AB-0080C74C7E95}')) as IDispatch;

Open in new window

Avatar of graye
graye
Flag of United States of America image

Take a look at this article about the changes to the DCOM settings with WinXP SP2
http://msdn.microsoft.com/en-us/library/ms679714(VS.85).aspx 
Avatar of TShevchenko
TShevchenko

ASKER

Sorry for the long delay.
This is not we are looking for.
It would be really good to have step-by-step instruction how to start remote application Vista -> XP
Thank you
ASKER CERTIFIED SOLUTION
Avatar of graye
graye
Flag of United States of America 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