4-6 Administrators Guide for Oracle Business Data Synchronization Server
4.2.3 Deleting a Connector
To delete a connector:
1.
Select the deleteConnector operation.
2.
Specify the ConnectorName parameter described in Table 4–4
and then click
Invoke .
4.3 Managing BDSS Server Instances
Use the operations of the ServerDomainConfigMBean listed in Table 4–5
to create or delete the server instances used by the connectors.
4.3.1 Adding and Updating BDSS Instances
To add or update a BDSS instance:
1. Select the updatePimServerInstance operation.
2. Specify the parameters listed in
Table 4–6 and then click Invoke.
MaxSyncLevel The maximum synchronization level for the connector:
■
Full: Enables bidirectional that is, both inbound and outbound synchronization. If you set the MaxSyncLevel
parameter to Full, then the connector can both propagate and extract Create, Read, Update, and Delete events
between the Hub and the PIM server.
■
Inbound: Enables propagation of Create, Update, and Delete record event data into a PIM server. If you select
Inbound Only as the value for the MaxSyncLevel parameter, then it does not extract data from the PIM server.
■
Outbound: Enables the connector to extract Create, Read, Update, and Delete record event data from the PIM server.
If you select Outbound Only as the value for the MaxSyncLevel parameter, then it does not propagate
Create, Read, Update, and Delete record event data to the PIM server.
■
None: Setting the MaxSyncLevel parameter to None prevents the connector from synchronizing.
EnabledForSync Select true to enable synchronization. Select false to disable
synchronization.
Table 4–5 Operations for Managing Server Instances
Operation Administrative Task
updatePimServerInstance Adding and Updating BDSS Instances
deletePimServerInstance Deleting a PIM Server Instance
Table 4–6 Parameters of the updatePimServerInstance Operation
Parameter Description
PimServerInstance The name of the PIM server instance. This should be the name of
the PM server as it would be returned by Active Directory or by the network directory service used by your network.
Table 4–4 Cont. Parameters for the updateConnectorForPIM Operation
Parameter Description
Getting Started with Administering BDSS 4-7
4.3.2 Deleting a PIM Server Instance
To delete a PIM server instance:
1.
Select the deletePimServerInstance operation.
2.
Specify the parameters listed in Table 4–6
and the click Invoke.
4.4 Managing Connector Instances
A connector instance represents a specific installation of a connector. The instance can be a single connector or represent a group of connectors that are accessed from the
same load-balanced URI Universal Resource Identifier.
Use the operations of the ServerDomainConfigMBean listed in Table 4–7
to manage the instances of a connector.
4.4.1 Adding and Updating Connector Instances
To add or update a connector instance
:
1. Select the updateConnectorInstance operation.
2. Specify the parameters listed in
Table 4–8 and then click Invoke.
4.4.2 Deleting a Connector Instance
To delete a connector instance:
1.
Select the deleteConnectorInstance operation.
2.
Specify the connectorInstName and connectorName parameters described in Table 4–8
and then click Invoke.
ConnectorName The display name for the connector for which the PIM server
instance is configured.
Table 4–7 Operations for Managing Connector Instances
Operation Administrative Task
updateConnectorInstance Adding and Updating Connector Instances
deleteConnectorInstance Deleting a Connector Instance
Table 4–8 Parameters of the updateConnectorInstance Operation
Parameter Description
connectorInstName The display name for the connector instance
connectorName The name of the connector for which the connector instance is
configured. You can find this name using the showConnectorDetails operation. Although the SQL scripts
seed the names for the Exchange 2007 and BPEL Task connectors, you can add a different name.
pimServerInst The PIM server instance used by this connector
url The URL of the connector’s Web service
Table 4–6 Cont. Parameters of the updatePimServerInstance Operation
Parameter Description