Write userID back in identity manager in provisioning workflow of synchronization editor

Hello,

We are using Identity Manger 9.2.1.

We have connected MySQL db application and doing lifecycle management of the employee in the application.

we have created a synchronization project (manually) to connect to the MySQL db via generic database connector-mysql connector.

When new employee is created and account definition assigned to the employee, provisioning works perfectly. user account gets created in UNSAccountB and then in target system. but we have one field called userID that gets generated when record is inserted in the user table. that userID field value we want to write back to one identity manager UNSAccountB table for that user in any field. that value is not writing back. in the mapping, we map the userID field to ObjectID field in UNSAccountB table and application direction is select as Identity manager. also, force against the mapping direction also being selected but still it is not working.

can someone please help here?

Regards,

Prasad

Parents
  • Hi Prasad,

    When you look in the synchronization logs of the synchronization editor. Do you see the field (trying) to be updated there. With (possibly) any errors? 

    Some quick things I can think of are;

    1) An (overwriting) template on the field undoing your change.

    2) The mapping not being committed

    3) Some other error you might see in the synchronization logs?

Reply
  • Hi Prasad,

    When you look in the synchronization logs of the synchronization editor. Do you see the field (trying) to be updated there. With (possibly) any errors? 

    Some quick things I can think of are;

    1) An (overwriting) template on the field undoing your change.

    2) The mapping not being committed

    3) Some other error you might see in the synchronization logs?

Children