A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Installation
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Trying to get RPC over HTTP for Outlook working



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 28th 08, 05:19 PM posted to microsoft.public.outlook.installation
Daniel Mazur[_2_]
external usenet poster
 
Posts: 6
Default Trying to get RPC over HTTP for Outlook working

having trouble seeing my exchange server via outlook 2007 over the internet
connecting to my Exchange Enterprise Server 2003. Have followed Microsoft
instructions, testing first without use of of SSL certificates. I may be a
bit confused about front end and backend servers. I have one PC, a domain
controller at our office, a seperate PC with Exchange Only on it, connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User access
off property. Sounds good configuring settings into the Outlook only and
preventing other local access this way. Any ideas? Again, cannot get the
Outlook to see the Exchange Server during the logon name and password to
server process.



  #2  
Old September 29th 08, 12:12 PM posted to microsoft.public.outlook.installation
neo [mvp outlook]
external usenet poster
 
Posts: 718
Default Trying to get RPC over HTTP for Outlook working

You should be asking this question over in one of the
microsoft.public.exchange support groups. Also, you will need to clarify
your post a bit. Based on the below, I would assume that you have a single
Exchange server setup. If my understanding is right, you high level checks
would be...

1) Ensure that the RPC proxy component is installed on your Windows 2003
(SP1/SP2)/Exchange 2003 SP2 server

2) Enable the Exchange server as an RPC/HTTPS backend server. (Exchange
System Manager Right click on server object Properties RPC-HTTP tab)
You may have to add the necessary registry keys to get this working.
Location in registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy

The DWORD value Enabled should be set to 1
The REG_SZ value ValidPorts would be set to
ServerNETBIOSName:6001-6002;ServerNETBIOSName:6004;ServerFQDNName:6001-6002;ServerFQDNName:6004

To explain the ValidPort line better, assume that the name of the Exchange
server is EXCH01 and the domain name I'm working with is contoso.com. The
ValidPorts entry would be:

exch01:6001-6002;exch01:6004;exch01.contoso.com:6001-6002;exch01.contoso.com:6004


3) I would test the connection on the internal network before testing from
the internet.

Other than that, test with SSL enabled and if you are using a private
(internal) certificates to secure the web/rpc proxy services, make sure that
a copy of the signing certificate authority is installed on the
workstations. The client operating system (assuming Windows XP SP2 or
newer) will verify the SSL certificate back to the issuing certificate
authority.

"Daniel Mazur" wrote in message
...
having trouble seeing my exchange server via outlook 2007 over the
internet
connecting to my Exchange Enterprise Server 2003. Have followed Microsoft
instructions, testing first without use of of SSL certificates. I may be
a
bit confused about front end and backend servers. I have one PC, a domain
controller at our office, a seperate PC with Exchange Only on it,
connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User
access
off property. Sounds good configuring settings into the Outlook only and
preventing other local access this way. Any ideas? Again, cannot get the
Outlook to see the Exchange Server during the logon name and password to
server process.





  #3  
Old October 8th 08, 11:24 AM posted to microsoft.public.outlook.installation
Daniel Mazur[_2_]
external usenet poster
 
Posts: 6
Default Trying to get RPC over HTTP for Outlook working

Thanks,

Your reply was most thorough. Got it working!


"neo [mvp outlook]" wrote in message
...
You should be asking this question over in one of the
microsoft.public.exchange support groups. Also, you will need to clarify
your post a bit. Based on the below, I would assume that you have a
single Exchange server setup. If my understanding is right, you high
level checks would be...

1) Ensure that the RPC proxy component is installed on your Windows 2003
(SP1/SP2)/Exchange 2003 SP2 server

2) Enable the Exchange server as an RPC/HTTPS backend server. (Exchange
System Manager Right click on server object Properties RPC-HTTP tab)
You may have to add the necessary registry keys to get this working.
Location in registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy

The DWORD value Enabled should be set to 1
The REG_SZ value ValidPorts would be set to
ServerNETBIOSName:6001-6002;ServerNETBIOSName:6004;ServerFQDNName:6001-6002;ServerFQDNName:6004

To explain the ValidPort line better, assume that the name of the Exchange
server is EXCH01 and the domain name I'm working with is contoso.com. The
ValidPorts entry would be:

exch01:6001-6002;exch01:6004;exch01.contoso.com:6001-6002;exch01.contoso.com:6004


3) I would test the connection on the internal network before testing from
the internet.

Other than that, test with SSL enabled and if you are using a private
(internal) certificates to secure the web/rpc proxy services, make sure
that a copy of the signing certificate authority is installed on the
workstations. The client operating system (assuming Windows XP SP2 or
newer) will verify the SSL certificate back to the issuing certificate
authority.

"Daniel Mazur" wrote in message
...
having trouble seeing my exchange server via outlook 2007 over the
internet
connecting to my Exchange Enterprise Server 2003. Have followed
Microsoft
instructions, testing first without use of of SSL certificates. I may be
a
bit confused about front end and backend servers. I have one PC, a
domain
controller at our office, a seperate PC with Exchange Only on it,
connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User
access
off property. Sounds good configuring settings into the Outlook only and
preventing other local access this way. Any ideas? Again, cannot get
the
Outlook to see the Exchange Server during the logon name and password to
server process.







  #4  
Old October 20th 08, 08:12 PM posted to microsoft.public.outlook.installation
Evans Leung
external usenet poster
 
Posts: 7
Default Trying to get RPC over HTTP for Outlook working

Neo,

I have a similar situation, my domain is company.local, server name is
exchange

with respect to your suggestion to change ValidPorts entry:

at the moment I have:

exchange:6001-6002;exchange.company.local:6001-6002;exchange:6004;exchange.company.local:6004

do I need to change the above entry?

the outlook 2007 (installed in Windows XP SP2) rpc-over-http only works
outside the network only if it VPN in (we use ISA2004 here)

thanks,
Evans

"neo [mvp outlook]" wrote in message
...
You should be asking this question over in one of the
microsoft.public.exchange support groups. Also, you will need to clarify
your post a bit. Based on the below, I would assume that you have a
single Exchange server setup. If my understanding is right, you high
level checks would be...

1) Ensure that the RPC proxy component is installed on your Windows 2003
(SP1/SP2)/Exchange 2003 SP2 server

2) Enable the Exchange server as an RPC/HTTPS backend server. (Exchange
System Manager Right click on server object Properties RPC-HTTP tab)
You may have to add the necessary registry keys to get this working.
Location in registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy

The DWORD value Enabled should be set to 1
The REG_SZ value ValidPorts would be set to
ServerNETBIOSName:6001-6002;ServerNETBIOSName:6004;ServerFQDNName:6001-6002;ServerFQDNName:6004

To explain the ValidPort line better, assume that the name of the Exchange
server is EXCH01 and the domain name I'm working with is contoso.com. The
ValidPorts entry would be:

exch01:6001-6002;exch01:6004;exch01.contoso.com:6001-6002;exch01.contoso.com:6004


3) I would test the connection on the internal network before testing from
the internet.

Other than that, test with SSL enabled and if you are using a private
(internal) certificates to secure the web/rpc proxy services, make sure
that a copy of the signing certificate authority is installed on the
workstations. The client operating system (assuming Windows XP SP2 or
newer) will verify the SSL certificate back to the issuing certificate
authority.

"Daniel Mazur" wrote in message
...
having trouble seeing my exchange server via outlook 2007 over the
internet
connecting to my Exchange Enterprise Server 2003. Have followed
Microsoft
instructions, testing first without use of of SSL certificates. I may be
a
bit confused about front end and backend servers. I have one PC, a
domain
controller at our office, a seperate PC with Exchange Only on it,
connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User
access
off property. Sounds good configuring settings into the Outlook only and
preventing other local access this way. Any ideas? Again, cannot get
the
Outlook to see the Exchange Server during the logon name and password to
server process.







  #5  
Old October 20th 08, 08:57 PM posted to microsoft.public.outlook.installation
neo [mvp outlook]
external usenet poster
 
Posts: 718
Default Trying to get RPC over HTTP for Outlook working

ISA2004 adds a layer of complexity, but
http://www.isaserver.org/tutorials/2...owamobile.html might be helpful to
you.


"Evans Leung" wrote in message
...
Neo,

I have a similar situation, my domain is company.local, server name is
exchange

with respect to your suggestion to change ValidPorts entry:

at the moment I have:

exchange:6001-6002;exchange.company.local:6001-6002;exchange:6004;exchange.company.local:6004

do I need to change the above entry?

the outlook 2007 (installed in Windows XP SP2) rpc-over-http only works
outside the network only if it VPN in (we use ISA2004 here)

thanks,
Evans

"neo [mvp outlook]" wrote in message
...
You should be asking this question over in one of the
microsoft.public.exchange support groups. Also, you will need to clarify
your post a bit. Based on the below, I would assume that you have a
single Exchange server setup. If my understanding is right, you high
level checks would be...

1) Ensure that the RPC proxy component is installed on your Windows 2003
(SP1/SP2)/Exchange 2003 SP2 server

2) Enable the Exchange server as an RPC/HTTPS backend server. (Exchange
System Manager Right click on server object Properties RPC-HTTP
tab) You may have to add the necessary registry keys to get this working.
Location in registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy

The DWORD value Enabled should be set to 1
The REG_SZ value ValidPorts would be set to
ServerNETBIOSName:6001-6002;ServerNETBIOSName:6004;ServerFQDNName:6001-6002;ServerFQDNName:6004

To explain the ValidPort line better, assume that the name of the
Exchange server is EXCH01 and the domain name I'm working with is
contoso.com. The ValidPorts entry would be:

exch01:6001-6002;exch01:6004;exch01.contoso.com:6001-6002;exch01.contoso.com:6004


3) I would test the connection on the internal network before testing
from the internet.

Other than that, test with SSL enabled and if you are using a private
(internal) certificates to secure the web/rpc proxy services, make sure
that a copy of the signing certificate authority is installed on the
workstations. The client operating system (assuming Windows XP SP2 or
newer) will verify the SSL certificate back to the issuing certificate
authority.

"Daniel Mazur" wrote in message
...
having trouble seeing my exchange server via outlook 2007 over the
internet
connecting to my Exchange Enterprise Server 2003. Have followed
Microsoft
instructions, testing first without use of of SSL certificates. I may
be a
bit confused about front end and backend servers. I have one PC, a
domain
controller at our office, a seperate PC with Exchange Only on it,
connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User
access
off property. Sounds good configuring settings into the Outlook only
and
preventing other local access this way. Any ideas? Again, cannot get
the
Outlook to see the Exchange Server during the logon name and password to
server process.









  #6  
Old October 20th 08, 09:10 PM posted to microsoft.public.outlook.installation
Evans Leung
external usenet poster
 
Posts: 7
Default Trying to get RPC over HTTP for Outlook working

thanks for your reply, it puzzeles me that the current setup has been
working well with Outlook 2003 but not Outlook 2007...

Evans

"neo [mvp outlook]" wrote in message
...
ISA2004 adds a layer of complexity, but
http://www.isaserver.org/tutorials/2...owamobile.html might be helpful
to you.


"Evans Leung" wrote in message
...
Neo,

I have a similar situation, my domain is company.local, server name is
exchange

with respect to your suggestion to change ValidPorts entry:

at the moment I have:

exchange:6001-6002;exchange.company.local:6001-6002;exchange:6004;exchange.company.local:6004

do I need to change the above entry?

the outlook 2007 (installed in Windows XP SP2) rpc-over-http only works
outside the network only if it VPN in (we use ISA2004 here)

thanks,
Evans

"neo [mvp outlook]" wrote in message
...
You should be asking this question over in one of the
microsoft.public.exchange support groups. Also, you will need to
clarify your post a bit. Based on the below, I would assume that you
have a single Exchange server setup. If my understanding is right, you
high level checks would be...

1) Ensure that the RPC proxy component is installed on your Windows 2003
(SP1/SP2)/Exchange 2003 SP2 server

2) Enable the Exchange server as an RPC/HTTPS backend server. (Exchange
System Manager Right click on server object Properties RPC-HTTP
tab) You may have to add the necessary registry keys to get this
working. Location in registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy

The DWORD value Enabled should be set to 1
The REG_SZ value ValidPorts would be set to
ServerNETBIOSName:6001-6002;ServerNETBIOSName:6004;ServerFQDNName:6001-6002;ServerFQDNName:6004

To explain the ValidPort line better, assume that the name of the
Exchange server is EXCH01 and the domain name I'm working with is
contoso.com. The ValidPorts entry would be:

exch01:6001-6002;exch01:6004;exch01.contoso.com:6001-6002;exch01.contoso.com:6004


3) I would test the connection on the internal network before testing
from the internet.

Other than that, test with SSL enabled and if you are using a private
(internal) certificates to secure the web/rpc proxy services, make sure
that a copy of the signing certificate authority is installed on the
workstations. The client operating system (assuming Windows XP SP2 or
newer) will verify the SSL certificate back to the issuing certificate
authority.

"Daniel Mazur" wrote in message
...
having trouble seeing my exchange server via outlook 2007 over the
internet
connecting to my Exchange Enterprise Server 2003. Have followed
Microsoft
instructions, testing first without use of of SSL certificates. I may
be a
bit confused about front end and backend servers. I have one PC, a
domain
controller at our office, a seperate PC with Exchange Only on it,
connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User
access
off property. Sounds good configuring settings into the Outlook only
and
preventing other local access this way. Any ideas? Again, cannot get
the
Outlook to see the Exchange Server during the logon name and password
to
server process.











  #7  
Old October 22nd 08, 01:07 AM posted to microsoft.public.outlook.installation
neo [mvp outlook]
external usenet poster
 
Posts: 718
Default Trying to get RPC over HTTP for Outlook working

Interesting. What kind of certificate are you using on the ISA box?
(wildcard, san, .etc)

"Evans Leung" wrote in message
...
thanks for your reply, it puzzeles me that the current setup has been
working well with Outlook 2003 but not Outlook 2007...

Evans

"neo [mvp outlook]" wrote in message
...
ISA2004 adds a layer of complexity, but
http://www.isaserver.org/tutorials/2...owamobile.html might be helpful
to you.


"Evans Leung" wrote in message
...
Neo,

I have a similar situation, my domain is company.local, server name is
exchange

with respect to your suggestion to change ValidPorts entry:

at the moment I have:

exchange:6001-6002;exchange.company.local:6001-6002;exchange:6004;exchange.company.local:6004

do I need to change the above entry?

the outlook 2007 (installed in Windows XP SP2) rpc-over-http only works
outside the network only if it VPN in (we use ISA2004 here)

thanks,
Evans

"neo [mvp outlook]" wrote in message
...
You should be asking this question over in one of the
microsoft.public.exchange support groups. Also, you will need to
clarify your post a bit. Based on the below, I would assume that you
have a single Exchange server setup. If my understanding is right, you
high level checks would be...

1) Ensure that the RPC proxy component is installed on your Windows
2003 (SP1/SP2)/Exchange 2003 SP2 server

2) Enable the Exchange server as an RPC/HTTPS backend server. (Exchange
System Manager Right click on server object Properties RPC-HTTP
tab) You may have to add the necessary registry keys to get this
working. Location in registry is:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy

The DWORD value Enabled should be set to 1
The REG_SZ value ValidPorts would be set to
ServerNETBIOSName:6001-6002;ServerNETBIOSName:6004;ServerFQDNName:6001-6002;ServerFQDNName:6004

To explain the ValidPort line better, assume that the name of the
Exchange server is EXCH01 and the domain name I'm working with is
contoso.com. The ValidPorts entry would be:

exch01:6001-6002;exch01:6004;exch01.contoso.com:6001-6002;exch01.contoso.com:6004


3) I would test the connection on the internal network before testing
from the internet.

Other than that, test with SSL enabled and if you are using a private
(internal) certificates to secure the web/rpc proxy services, make sure
that a copy of the signing certificate authority is installed on the
workstations. The client operating system (assuming Windows XP SP2 or
newer) will verify the SSL certificate back to the issuing certificate
authority.

"Daniel Mazur" wrote in message
...
having trouble seeing my exchange server via outlook 2007 over the
internet
connecting to my Exchange Enterprise Server 2003. Have followed
Microsoft
instructions, testing first without use of of SSL certificates. I may
be a
bit confused about front end and backend servers. I have one PC, a
domain
controller at our office, a seperate PC with Exchange Only on it,
connecting
to the Domain Controller, and another PC with Blackberry Enterprise
installed. The purpose of this is to get away from use of the VPN
connection required to be part of the local network for Exchange User
access
off property. Sounds good configuring settings into the Outlook only
and
preventing other local access this way. Any ideas? Again, cannot get
the
Outlook to see the Exchange Server during the logon name and password
to
server process.













 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook RPC over HTTP Guido Outlook - Installation 6 June 24th 08 06:13 AM
RPC of HTTP not working for Outlook 2007 JW Outlook - General Queries 1 October 10th 07 08:43 PM
RPC Over HTTP Outlook cannot connect Deanna Outlook - Installation 0 October 12th 06 06:24 PM
Outlook 2k3 RPC over HTTP Script vzerbonia Outlook - Installation 0 July 27th 06 07:35 PM


All times are GMT +1. The time now is 12:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.