6-8 Administrators Guide for Oracle Business Data Synchronization Server
6.10 Testing Domain Synchronization using the Exchange 2007 Connector
You can use the Exchange 2007 Connector for reflective synchronization
. You can test the Hub’s synchronization of the Task, Contact, and Calendar domains using the
Exchange 2007 Connector, because it provides synchronization for multiple Hub domains. You can configure the Exchange 2007 Connector to present itself as any type
of PIM server to the Hub, because server type is irrelevant to the Hub. If you configure a second Exchange 2007 Connector using the same PIM server type, the Hub can then
Table 6–12 Parameters of the Auto Discovery Section
Parameter Description
SCPN where N is a unique, nonzero ordinal that
specifies an order preference.
Enter either a full URL to the location of an Exchange Autodiscover service or the name of the server that runs the
Autodiscover service. If you enter the URL to the location of an Exchange Autodiscover server, then the URL is constructed to
include the given entry as follows:
protocol:configuredValue:portautodisco verautodiscover.xml
You can have 1 or more rows if and only if each SCPN is unique. When discovering a user, the connector tries each URL in the
order specified by the SCPN parameter. For example, the URL for SCP1 is tried before the URL for SCP2, and so on.
Port The port used for sending HTTP requests for user discovery. The
default value is the typical SSL port, 443. Set the value to the HTTPS port if Use SSL is set to true. If it is set to false, then
this value should be the HTTP port. The value is only used when attempting default SCP URLs which are attempted when
all SCP URLS have been tried those in the SCPN configuration and those obtained from AD per the Servern configuration
UseSSL Indicates whether to use secure HTTP SSL when sending
HTTP requests to discover users. The default value is true. Remove Domain From Urls
Directs the connector to remove the domain information from a discovered SCP URLs obtained from Active Directory.
For the development environment, set the value to true because DNS prevents the URL from being resolved when the
URL contains a domain that is, http:server360007.us.oracle.comautodiscover
autodiscover.xml does not work. When the option set to true, the URL becomes
http:server360007autodiscoverautodiscover.x ml
Read Timeout The time in milliseconds to wait for a response before timing
out. The default value is 5000. Connect Timeout
The time in milliseconds to establish a connection to Auto Discover server before timing out. The default is 5000
Client Certificate Path Set this value to the location of the PEM Privacy Enhance Mail
security certificate file containing the client certificate that is used if Auto Discover requires client certificates
Client Certificate Key Path Set this value to the location of the PEM Privacy Enhance Mail
security certificate file containing the client certificate private key
Configuring the BDSS Connector for Microsoft Exchange 2007 6-9
synchronize between two different Exchange users as if it were synchronizing between two users of different PIM servers.
To test Hub synchronization:
1.
Configure the Pim Transport Implementation Class and Extract Response Batch Size parameters for each Exchange 2007 Connector whereby the value for the
Profile is the name of the connector as it appears in the NAME column of the CONNECTORS
table. For example, suppose you have deployed a single Exchange 2007 Connector and want to use the single instance to synchronize two Exchange
2007 users that are mapped to a single
Hub user . Further, assume that
Exchange2007 and Exchange2007_2 are in the NAME column of the CONNECTORS table and both have a SERVER_TYPE_CD corresponding to the
Exchange2007 LOV value.
2.
Add the following four rows to the PROFILES
table using the setProfileParameter of the ProfileRuntimeInfo MBean. For more
information, see Section 4.8, Managing Profiles.
Table 6–13 Adding Profiles to Test Synchronization
Profile Section
Parameter Value
Exchange2007 Hub Transport
Pim Transport Implementation
Class oracle.bdss.connectors.exch
ange2007 pimtransport.PimTransport
Adapter Exchange2007
Hub Transport Extract Response
Batch Size 100000
Exchange2007_2 Hub Transport
Pim Transport Implementation
Class oracle.bdss.connectors.exch
ange2007.pimtransport.Pim TransportAdapter
Exchange2007_2 Hub Transport
Extract Response Batch Size
100000