Hi Folks !!!
Can anyone tell me difference b/w suspending adapter notification and stopping adapter notification
Thanks a lot for all you people
Hi Folks !!!
Can anyone tell me difference b/w suspending adapter notification and stopping adapter notification
Thanks a lot for all you people
JDBC? MQ? What type of adapter? JDBC suspending leaves the database objects intact and really just suspends the polling. The database trigger will still fire and you won’t lose any data. Disabling the notification drops the database objects.
Hi,
I am taking about JDBC related Adapter Notifications.