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.  Duplicates

    Posted Mon February 17, 2014 02:45 AM

    Can any one let me know …if there is any chance of data duplication by any webMethods notification …if there is a chance how can we identity it and how to avoid it


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


  • 2.  RE: Duplicates

    Posted Mon February 17, 2014 03:47 AM

    @Sandeep,

    You can avoid duplicate publish but not data duplicates. If you are looking for data duplicates, you need to come up with custom logic. [Although this is very rare case, as tables have primary or references keys].

    Ref: http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/adapters_estandards/Adapters/JDBC/JDBC_6-5/6-5_JDBC_Adapter_Install_and_Users_Guide.pdf
    Page 188

    Content:
    Adapter notifications can use the Exactly Once notification feature. This feature ensures that notification data will not be duplicated even if a failure occurs during processing. This is achieved by assigning unique IDs for each publishable document. After a processing failure, Integration Server checks for duplicate records in storage and ignores any duplicate IDs.

    HTH.

    Thanks,
    Rankesh


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