IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Managing integration failures

  • 1.  Managing integration failures

    Posted Thu September 19, 2002 10:06 AM

    We have an integration scenario where we are reading from a Flat FIle using Flat FIle Adapter.
    Each record in the file is read and a docment is published.

    The subscribing integration component, processes the data and based on some business logic it updates the data in an Oracle table using Oracle Adapter. We are trapping errors when processing the document - but we dont know how to log the document which did not get processed and failed to be updated in oracle table. The business scenario requires, some master data to be maintained in the oracle application before the errorneous documents can be reprocessed. How to log the document and resubmit it at a later point of time ?

    Regards and thanx in advance,

    Harish


    #Universal-Messaging-Broker
    #webMethods
    #broker
    #Integration-Server-and-ESB


  • 2.  RE: Managing integration failures

    Posted Fri September 20, 2002 12:07 PM

    You have to use either ATC or Logger adapter to log data in to log tables. You can refer the manuals to know how they they fit in to your design.

    I suggest for Logger adapter. Based on the error you can decide to process or just log the data, all in where you place the log operation in the integration component.

    =Jeyaraman=


    #Integration-Server-and-ESB
    #broker
    #Universal-Messaging-Broker
    #webMethods