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