- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 02:26 AM
Hi,
I am trying to import user information from Active directory via LDAP. I can see few records are ignored by transform map and are being set state as ignored. Please find the screenshot for the reference.
I verified the main script in transform script, transform scripts, field maps and couldn't find anything relevant that is ignoring the record. Just wanted to know if there anything else that am missing or anything else that I need to verify.
Appreciate for the help. Thanks.
Regards,
Ganesh.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 05:55 AM
Hi @Ganesh Reddy ,
In the ldap_import table, you will have a column called Comment.
You can filter out based on your specific import set and check the comment field to see which transform script is ignoring the record.
Example: Row transform ignored by onBefore script
When you check the comment field for the particular record, you can get more clarity on why it is being ignored.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful.
Thanks,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 05:55 AM
Hi @Ganesh Reddy ,
In the ldap_import table, you will have a column called Comment.
You can filter out based on your specific import set and check the comment field to see which transform script is ignoring the record.
Example: Row transform ignored by onBefore script
When you check the comment field for the particular record, you can get more clarity on why it is being ignored.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful.
Thanks,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 07:26 AM
Hi @Mahathi
Thank you for your response. I have checked the comments for the ignored records, it helped but there are few records with no comments. do you know any way for that.
Regards,
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 08:20 AM
Hi @Ganesh Reddy ,
Check for another column called error.
Is there any specific attribute that is not getting updated?
Sometimes when no changes are there to update, it ignores the record.
If my answer helped in any way, please mark it as ✅Correct & 👍Helpful
Thanks,
Mahathi