Cant connect to Exchange server

C

Clyde

Windows 2000 SP4 Outlook 2003 fully patched

I have two systems running Outlook, both connect to a private network
via Cisco VPN client software. Machine A is part of my employer's
domain. Machine B is part of my local workgroup.

This week I fired up Outlook on machine B and discovered that it could
not connect to the Echange server. The last time I did this
(according the Outlook's Inbox) was Jan 4.

When using Outlook on machine B via the VPN I used to get propmpted
for my credentials (username, password, domain). Now I do not get
prompted for my credentials.

Outlook's status bar shows "Loading" then immediately "All folders up
to date". The right side shows "Disconnected". Outlook exhibits this
same behavior when the VPN connection is not active.

When trying "Send/Receive" Outlook immediately shows the error "The
server is not available" code 0x8004011D (again same behavior when VPN
is not connected).

When connected to the VPN my Exchange server name does resolve to an
IP and I can ping the IP through the VPN.

I have tried changing some of Outlook's properties such as "always
prompt for username/password" (still never get prompted) as well as
password authentication scheme.


I do not have any problems using Outlook via the VPN on machine A.
Other employees that have machines not on the domain report that they
can connect to Exchange.
 
C

Clyde

Found the solution after much searching:

quote:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ClientProtocols

In all cases where this problem was occuring, I verified and found
that either 1) the key was missing or 2) it was incorrect.


The correct entries are as follows for ClientProtocols:
ncacn_http REG_SZ rpcrt4.dll
ncacn_ip_tcp REG_SZ rpcrt4.dll
ncacn_nb_tcp REG_SZ rpcrt4.dll
ncacn_np REG_SZ rpcrt4.dll
ncacn_ip_udp REG_SZ rpcrt4.dll


You might also want to verify and tweak (not as touchy as it was under
Windows Messaging and all that nonsense years ago) the values and
order of the rpc bindings under:


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\ExchangeProvider\Rpc_Binding­_Order


Rpc_Binding_Order REG_SZ
ncalrpc,ncacn_ip_tcp,ncacn_spx,ncacn_np,netbios,ncacn_vns_spp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top