The adapter supports event recovery for ALE inbound processing in case of abrupt termination. During event processing, the adapter persists the event state in an event recovery table that resides on the data source.You must set up the database before you can create the event recovery table. Consult your database administrator for details about creating the database.
The event recovery table contains the following fields:
Table field name | Type | Length | Description |
---|---|---|---|
TID | VARCHAR | 30 | Transaction ID for tRFC (Transactional Remote Function Call) protocol. |
Status | VARCHAR | 10 | Event processing status. Possible values are CREATED, EXECUTED, PARTIAL, and ROLLBACK. |
NumIDocs | INT | Total number of IDocs in the packet. | |
NumIDocsProcessed | INT | Total number of IDocs from the packet that are successfully processed. | |
CurrIDoc | INT | Sequence number of the IDoc in the packet that the adapter is currently processing |
Last updated: Sun Mar 12 11:15:17 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)