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.

 View Only
  • 1.  Adapter Notification

    Posted Wed July 03, 2013 09:08 AM

    Hi,
    I want to know how can i create single insert adapter notification for multiple tables.Please disscus with example and reply as soon as possible.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Adapter Notification

    Posted Mon August 26, 2013 07:31 AM

    As your question is create single Insert Adapter Notification for multiple tables…i think you can’t do this.
    because Insert Notification is comes under Local_Transaction and under this we can’t deal with multiple table.

    So u can’t achieve this scenario in this way.

    Please correct me if i am wrong.

    Thanks,
    Vicky


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Adapter Notification

    Posted Sat November 30, 2013 02:09 AM

    You can go with Order Notification…

    You use Ordered Notifications to monitor multiple insert, update, or delete operations on
    one or more tables for a given database by creating a single notification using the same
    publishable document.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 4.  RE: Adapter Notification

    Posted Mon December 02, 2013 11:00 PM

    What Venu is pointing to is, Basic notification

    Using this method, you will have to manually create buffer table and database trigger. You could write your own logic in this database trigger to monitor tables that you wanted to and write those details to buffer table…

    -Senthil


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods