Basically, if you use Automatic Notifications (that automatically create triggers and buffer tables) you cannot capture events while the Adapter Notification is disabled. However, the buffer tables/triggers created by automatic notifications are only dropped when the Adapter Notification is disabled - not when the Adapter Connection is disabled or when the database connection is down. You have to ask yourself “how often am I likely to disable an Adapter Notification against a Production database?”
The best method in my opinion (and the one most fancied by our customers), is to use Basic Notifications (as described in previous messages). You then simply create your own trigger that populates your own buffer table which is outside the reach of the wM adapter. This removes the possibility of “missing” database events because your adapter notification is disabled.
Architectural purists would argue that this creates a tight coupling between the integration and the application, but you have to be pragmatic about these issues and address them on a case-by-case basis.
Personally, I think this kind of flexibility is what sets webMethods apart from its Tier 1 competitors. But then that’s just my opinion 
Andy Withers
Solutions Architect
Glue Ltd:
www.glueltd.com
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB