When an attribute of an OIM user is changed a trigger can be started. The first thing that is triggered is the post update trigger of the Data Object. This will trigger a check of the LOOKUP.USR.TRIGGER lookup tables.


Watch out for circular triggers in the post update trigger. When the post update trigger makes an update of the attribute it will recursively trigger itself. When no end point in this trigger process is defined the application server will go down because all the resources will be used in this process.
2 comments:
Hi,
Would you mind explaining the circular trigger in the post update trigger in detail?
Regards,
Sunny Ajmera
Sunny,
The post update trigger updates the field on which the trigger is, that ways starting the trigger, that would do an update that would again trigger the post update trigger.....etc etc etc.
This recursive process would bring down your application server.
By the way soory for the late reply, I didn't receive your post notification.
Post a Comment