RPC Required By Outlook

J

Jerry Malone

I just completed installing Outlook 2003 for use with our
Exhchange 2000 server. When I start the Outlook Client
software I get an error message that says: "A system
component RPC required by Outlook to connect to E-Mail
Server is not configured properly. This install was an
update from Outlook XP and was working just fine. Any
ideas?
 
N

neo [mvp outlook]

Sounds like you are missing one of the following registry keys.

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ClientProtocols]
"ncacn_np"="rpcrt4.dll"
"ncacn_ip_tcp"="rpcrt4.dll"
"ncadg_ip_udp"="rpcrt4.dll"
"ncacn_http"="rpcrt4.dll"
 
Top