After you select and configure business objects for your module, use the external service wizard to configure properties that the adapter uses to connect to a specific database. The wizard creates a new business integration module where all the artifacts and property values are saved.
This task is performed through the Specify the Service Generation and Deployment Properties and Specify the Location Properties windows of the external service wizard.
The connection properties in this task are initialized to the values that the wizard used to connect to the database. To configure the module to use other values, change the values here. For example, to use the IBM® Toolkit for Java™ native driver at run time on IBM i, set the driver information here.

The following figure shows typical settings for reusing a managed connection factory or activation specification for a stand-alone deployment of the adapter.


The new business calendar is created and available in the Business Integration view. Once you complete the wizard, you can view or modify the calendar schedules in the Business Integration view using the Business Calendar Editor. You can modify the intervals and exceptions, or add new entries for these elements. For more details about working with business calendars, see Business calendars.

| Values | Description |
|---|---|
| , | To separate different filters, which are compatible with earlier versions. |
| : | To separate the business object name and the operation name. |
| | | To separate different supported values. |
For example, to receive events related to the Customer and Order business objects only, specify SchemaNameCustomerBG,SchemaNameOrderBG. To receive events related to the Customer business object with only the Create operation, and Order business object with the Create or Delete operation, specify SchemaNameCustomerBG:Create,SchemaNameOrderBG:Create|Delete. Use the real schema name to replace the SchemaName in the example.
For more information, see Event types to process (EventTypeFilter).



| Field | What to specify | For more information |
|---|---|---|
| User-defined delete query | The name of the query, stored procedure, or stored function that is run after each event is processed to delete records that can be deleted after the event is delivered. | User-defined delete query (CustomDeleteQuery) |
| User-defined event query | The name of the query, stored procedure, or stored function that performs the polling for events. | User-defined event query (CustomEventQuery) |
| User-defined update query for failed event delivery | The name of the query, stored procedure, or stored function that is run when an event is not delivered successfully. | User-defined update query for failed event delivery (CustomUpdateQueryForFailedEvent) |
| User-defined update query | The name of the query, stored procedure, or stored function that is run after each event is processed to prevent the event from being picked up for processing in a subsequent event cycle. | User-defined update query (CustomUpdateQuery) |
