You must set up the event notification mechanism in the database before the
connector can process event delivery. To do this, you must complete the
following tasks:
- Create the event and archive tables in the database.
- Install database triggers on the application's tables to support the
required business objects. It is assumed that you develop your own
database triggers.
- Optionally, install a counter table. Perform this step only if you
require the connector to generate a unique ID when creating a business
object. For more information on generating unique IDs, see the UID=CW.uidcolumnname[=UseIfMissing] parameter.
The sections that follow provide information on creating and configuring
the event and archive tables.
