I am just explaining the problem again
I have an integration in webMethods 4.x ,Here basic notification is used which has a SELECT and a WHERE clause.The integration is triggered by the notification document.Here if there are any adapter connection errors after the notification document is published and before the Canonical is published(i.e the integration fails after the notification document is published), the records would be picked up in the next run once the adapter connection is restored.
We have upgraded the same integration to webMethods 6.x .As there is no WHERE caluse in the basic notification we used the Insert notification.
Here if there are any adapter connection errors after the notification document is published and before the Canonical is published(i.e the integration fails after the notification document is published) and Once the adapter connection is restored, we are manually resubmitting the notification document to retrigger the intgertaion.
Is there any notification mechanism in webmethods6.x ??
If we donot want to use insert\update notification and the user donot want to create any trigger on the database
So that it needs no manual intervention like webmethods4.x.So that once the adapter connection is restored the records would be picked up automatically.
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods