
Instructions for Installing Exchange Server 2007 on the Same Server as a SQL 2000 Report Server or a MOM 2005 Report Server
Exchange 2007 can be installed on the same server as an SQL Server 2000 Report Server or a MOM 2005 Report Server with the following exceptions. The workarounds are required only if you are installing SQL Report Server 2000 and Exchange 2007 with the Client Access server role on the same server.
Site Replication Service (SRS) requires the .NET Framework v1.1 and ASP.NET v1.1 to be installed. However, if the Client Access server role is installed it will register v2.0 with all the virtual directories in IIS. For SRS to install and function, you must manually register the SRS virtual directories with v1.1.
There are two workarounds depending on whether you install the Client Access server role for Exchange 2007 before you install SRS or you install SRS before you install Exchange 2007. Scenario two is the one that is recommended.
Scenario one: Installing Exchange 2007 and then installing SRS 2000
-
After you install Exchange 2007 (with the Client Access server role), run \WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -r to make sure that IIS is prepared to use ASP.NET v1.1.
-
Install SRS and the MOM Reporting Server.
-
For each Client Access Server virtual directory, run \WINNT\Microsoft.NET\Framework\v2.0.xxxxx\aspnet_regiis.exe -s <metabase path of virtual directory>
The Client Access Server virtual directories are as follows:
-
/W3SVC/1/ROOT/Autodiscover
-
/W3SVC/1/ROOT/EWS
-
/W3SVC/1/ROOT/owa
-
/W3SVC/1/ROOT/Microsoft-Server-ActiveSync
-
/W3SVC/1/ROOT/Exchange
-
/W3SVC/1/ROOT/ExchWeb
-
/W3SVC/1/ROOT/Public
If you have additional virtual directories, they have to be changed using a similar process. Use Metabase Explorer to find the metabase path of the new virtual directories. Metabase Explorer is included with the Internet Information Services (IIS) 6.0 Resource Kit.
Note You do not have to use Metabase Explorer in scenario two. This is why it is the recommended procedure.
Scenario two: Installing SRS 2000 and MOM Report Server first and then installing Exchange 2007 with the Client Access server role
-
Before you install SRS 2000, run \WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -r to make sure that IIS is prepared to use ASP.NET v1.1.
-
Install SRS and the MOM Report Server.
-
Install Exchange 2007 with the Client Access server role which will register ASP.NET v2.0 in IIS.
-
For the two SRS virtual directories (\Reports and \ReportServer), run: \WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -s <metabase path of virtual directory>.
Examples:
run \WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -s /W3SVC/1/ROOT/Reports
run \WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -s /W3SVC/1/ROOT/ReportServer