LDAP Integration after User Import - few users are not populated with M

now developer
Tera Contributor

Hello all,

 

I am working on LDAP integration, and manager field is empty only for few users after the user import. out of 300 records approximately 100 users are not updated with manager value.

 

Please help.

3 REPLIES 3

Jeffrey Siegel
Mega Sage

1) do these 100 have managers in AD

2) if so is the manager a new import? maybe the manager record couldnt be found a subsequent update will populate?

3) is there any scripting in the mapping of manager - manager?

Yes they do have managers in AD. I was able to fix it. Initial process of import I used explicit tranform map script, onStart and onBefore scripts. Later I ran the same onBefore script as onComplete to process managers value in the user table.

 

Please share your inputs on this if it is a right process or may be if there is any other way we can achieve this.

 

Thanks

Yes they have and I was running the transform script as onBefore, later I updated the records by running the same script as onComplete. That worked. Thank you