Configuring the Dispatcher Postinstallation Configuration

Installing the BDSS Components 3-25

3.15.2 Configuring the Engine

The attributes of the Engine are exposed through the EngineSettings MBean. For more information, see Section 5.3, Configuring the Engine. After you configure the EngineSettings MBean, you next configure the parameters of the setProfileParameter operation listed in Table 3–6 . For more information, see Section 4.8.2, Managing Profile Parameters.

3.15.3 Configuring PIM Server Instances Using MBeans

In addition to the installation scripts, the operations of the ServerDomainConfigMBean of the fusionsync-fusionsync-WS application enable you to create, delete, and update connectors. For more information, see Chapter 4, Getting Started with Administering BDSS . Table 3–6 Parameters of the setProfileParameter Operation Profile Section Parameter Description Exchange2007 Task URL for transformations The URL where the XLST transformation files are stored on the server Exchange2007 Calendar URL for transformations The URL where the XLST transformation files are stored on the server Exchange2007 Contact URL for transformations The URL where the XLST transformation files are stored on the server Exchange2007 Task Filter Condition The URL where the XML filter files are stored on the server Exchange2007 Calendar Filter Condition The URL where the XML filter files are stored on the server Exchange2007 Contact Filter Condition The URL where the XML filter files are stored on the server WebCenter Tasks Task connUrl The URL where the specified XLST transformation files are stored on the server WebCenter Tasks Task URL for transformations The URL where the XLST transformation files are stored on the server Tip: Review other parameter values to determine if they should be changed from their default values. 3-26 Administrators Guide for Oracle Business Data Synchronization Server

3.15.3.1 Creating PIM Server Instances and Connector Instances

The CreateBDSSConnectorInstances.sql script provides an alternative method to MBeans for creating server and connector instances. To seed the proper tables with PIM server instances and connector instances for the server, run the CreateBDSSConnectorInstances.sql script. You can run this script, which is located in the database folder, from any Oracle database client using the SQLPlus SQLPlus.exe utility. The CreateBDSSConnectorInstances.sql script requires the following parameters: ■ The Microsoft Exchange 2007 server ■ The name for the The Exchange 2007 Connector ■ The URL for the Exchange 2007 Connector ■ The BPEL Server ■ The name of the BPEL Task Connector ■ The URL for the BPEL Connector Table 3–7 Operations for Configuring BDSS Instances Operation Function showConnectorDetails Viewing the Connector Configuration updateConnectorForPIM Adding and Updating Connectors deleteConnector Deleting a Connector updatePimServerInstance Adding and Updating BDSS Instances deletePimServerInstance Deleting a PIM Server Instance updateConnectorInstance Adding and Updating BDSS Instances deleteConnectorInstance Deleting a PIM Server Instance updateDomainForConnector Creating a Domain for a Connector deleteDomainForConnector Deleting a Domain from a Connector updateFilterForDomain Creating a Filter for a Domain deleteFilterForDomain Deleting a Filter from a Domain Note: This script is optional, because you can also add and modify servers using the MBean interface.