EventHandler process post for all the user records in the system target

Hi Experts,

My environment: IOM - 11.1.1.5, Sun Directory Server - 5.2
I did after,

1. implement the recon trust with Sun's LDAP
2. I was able to read the sun ldap users to the IOM
3. I wrote the post event handler process for updating the user password. It works fine if the connector gets only a new user
4. size of the batch = 0, in iPlanet Planner recon trusted user.

My Question:

In my target system, I have 100 users, for recon trust I need calling the game/Manager events vertical process of post for all 100 records and update process. Now, it runs only for the last record not for all records.

My event handler is,

<? XML version = "1.0" encoding = "UTF - 8"? >
< eventhandlers xmlns = "http://www.oracle.com/schema/oim/platform/kernel" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.oracle.com/schema/oim/platform/kernel orchestration - handlers.xsd" >
<! - custom event handlers process post - >
< class = "Manager com.custom.eventhandlers.CustomPostProcessEventHandler of shares" kind of entity = "User" operation = "CREATE" name = "CustomPostProcessEventHandler" order = "8000" stage = 'postprocess' sync = "TRUE" / > "
< / eventhandlers >

I do with sync = TRUE-> FALSE?

Please give your suggestions.

Thank you

The event handler will trigger in the BulkExecute. In this code, you must loop through all entries and not just the last.

You do this in your code?

-Kevin

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for