LDAP Integration after User Import - few users are not populated with M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 05:52 AM
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.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 12:13 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 12:24 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 03:37 AM
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