RE: RPC over HTTP

From: Val Tuckett [MSFT] (valt_at_online.microsoft.com)
Date: 03/31/04


Date: Wed, 31 Mar 2004 23:05:48 GMT


>>It is likely that your Outlook 2003 client is detecting
>a 'fast' network
>>connection to your Exchange environment when using DSL
>or Cable, thus is
>>using TCP/IP.
>>
>>Try checking the following option - Email Accounts >
>More Settings >
>>Connection Tab > Exchange Proxy Settings:
>>'On fast networks, connect using HTTP first, then
>connect using TCP/IP'
>
>Nope. Checked that. I'm thinking that the gateways my
>cablemodem people are using are blocking something
>important. Any ideas as to what?
>

The RPC traffic is encapsulated within HTTP packets, so it is unlikely they
are blocking anything relating to this traffic (port 80).

Try hard coding your Outlook 2003 client to only use HTTP(s) using this
registry key:

HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook
DWORD = RPC::DisableRpcTcpFallback
Value = 1

This will disable the failover ability of the client, so remember to
disable it once you have finished troubleshooting.

Otherwise, use the RPCPing command to verify RPC over HTTP connection
without the use of Outlook 2003. Bring up a CMD box on your client and type
the following, replacing ExchServer and RPCProxyServer with their valid
servernames.

rpcping -t ncacn_http -s ExchServer -o RpcProxy=RpcProxyServer -P
"user,domain,*" -I "user,domain,*" -H 1 -u 10 -a connect -F 3 -v 3 -E -R
none

You can read through this KB for more details and steps to verify your
setup.
     827330 How to troubleshoot client RPC over HTTP connection issues in
Office
     http://support.microsoft.com/?id=827330

Regards,
Val

----
Val Tuckett
Microsoft PSS
This posting is provided 'AS IS' with no warranties and confers no rights.
Please do not send email directly to this alias.  This alias is for 
newsgroup purposes only.


Relevant Pages

  • Re: RPC Over HTTP
    ... delete the existing Outlook profile and create and configure a new one, ... is the public IP of the sbs, to ensure you have a connection. ... Redid everything on the client end - ... > You can connect to the server using the network, ...
    (microsoft.public.windows.server.sbs)
  • Outlook 2003 RPC over HTTPS breaks after Windows 2003 SP1 applied on client
    ... Many users use Outlook 2003 remotely using RPC over HTTPS with no ... Then one user running Windows Server 2003 STD on a laptop (a client ... machine) applied the new SP1 and Outlook connection over HTTPS is now ... Event logs on the client show nothing. ...
    (microsoft.public.windows.server.general)
  • RPC over HTTP - again..
    ... The hostname of the server is MAIL, ... when configuring Outlook 2003 on the client PC. ... The Client is based externally to the network on which the exchange ... Selected the connection Tab, ...
    (microsoft.public.outlook)
  • Intermittent Client Connection Problems
    ... Server Config: Windows 2003 Server, ... Outlook 2003 Professional ... Client Connection to Exchange Server: ...
    (microsoft.public.exchange.clients)
  • Re: persistent TCP connection over page reloads ?
    ... Whether the HTTP connection is persistent or not, ... cookies go back to the web server. ... I want to stream data from the server to the client (I guess this is ...
    (comp.lang.javascript)