Technote (troubleshooting)
Problem(Abstract)
Currently the IBM WebSphere Adapter for Siebel (JCA) does not support the event archive capability. Once an event is successfully processed it is deleted from the event store.
Resolving the problem
To resolve this issue there is a work around which requires changes on the Siebel EIS side:
1) Create a new table on Siebel EIS, for example ADAPTER_ARCHIVE_TABLE, that is similar to the IBM_EVENT_TABLE schema (if IBM_EVENT_TABLE is currently used as the event store).
2) Add a trigger to the current event store so that whenever an event is processed successfully (i.e. when an event status changes to 1), it adds the same event to the ADAPTER_ARCHIVE_TABLE.
When an event is successfully processed by the Adapter, the trigger will add the same event to the archive table before the event is deleted.
WBI Siebel Adapter already has event archive functionality. If you would like to see this functionality added to the WebSphere Adapter for Siebel, a request for enhancement
should be logged. This RFE can be added via the WebSphere RFE Community:
http://www.ibm.com/developerworks/rfe/?BRAND_ID=181
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.