After you install Microsoft Exchange Server 2007 in an
existing Microsoft Exchange Server 2003 organization, you may notice one or
more of the following symptoms:
- The users who log on to the Exchange 2007 mailboxes cannot
view the Exchange 2003 public folders through a Microsoft Outlook
client.
- On the Exchange 2003-based server, the public folder
replication messages are queued in the "messages together
with an unreachable destination" queue.
- The following event log is logged on the Exchange
2003-based server:
Event Type: Warning
Event Source:
MSExchangeTransport
Event Category: Routing Engine/Service
Event ID:
951
Description: When sending mail to following address
exchange2007name.domain.com.5B2DCAE3-0882-1148-8DEB-B36F641F9E2B, we have found
the connector with target domain *.5B2DCAE3-0882-1148-8DEB-B36F641F9E2B
matching destination address exists in DS. However, we have no way of getting
there. Possibly, you need to check your topology and add appropriate connectors
among Routing Groups.
This problem occurs if one of the following conditions is
true:
- You install Exchange 2007 with only the mailbox
role enabled.
- You install Exchange 2007 with the
hub transport role. You do not select an Exchange 2003 or an Exchange 2000 routing group connector bridge head server. Therefore,
there is no routing group connector between the default routing groups in
Exchange 2007 and Exchange 2000 or between the default routing groups in
Exchange 2007 and Exchange 2003.
Note The first routing group connector between Exchange
2007 and Exchange 2003 or between Exchange 2007 and Exchange 2000 is created
and configured when
the first hub transport server role is
installed in an existing Exchange
organization.
To resolve this problem, perform one of the following
procedures:
- If you have not installed the Exchange 2007 hub transport
role to the existing Exchange 2003 organization, install the Exchange 2007 hub
transport server to the organization. Do not forget to select a routing group
connector bridge head server during installation.
- If you have installed Exchange 2007 hub transport role but
forgot to select a routing group connector bridge head server, use Exchange
Management Shell to manually create the routing group connector.
For example, run
the following command in
Exchange Management Shell to create reciprocal routing group connectors between the
Exchange 2007 routing group and the routing group that is associated with the
specified Exchange 2003-based server.
Assign
a value of 100 to the connector,
and
then enable public folder referrals:
New-RoutingGroupConnector -Name "Interop RGC" -SourceTransportServers "Ex2007Hub1.contoso.com" -
TargetTransportServers "Ex2003BH1.contoso.com" -Cost 100 -Bidirectional $true -PublicFolderReferralsEnabled $true