Relatedly, I would suggest seriously considering always using the basic notification and never the activity-specific notifications.
Use basic notification to be able to control the database elements directly rather than have the adapter manage them. When the adapter manages these elements they are sometimes dropped and recreated when you don’t anticipate that to happen–which can result in missing data activity that you wanted to capture.
The only meaningful difference between basic and the others – with basic, the staging table and trigger need to be created explicitly. The other types create them for you but there are drawbacks to that: 1) elevated permissions required which DB teams often do not prefer/permit; 2) if the notification is disabled (intentionally or otherwise), the DB objects are dropped – which is almost never what was intended/desired.
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards