Issue in finding the root cause for the transform map records being ignored

Ganesh Reddy
Tera Contributor

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.

GaneshReddy_1-1718788901313.png

 

 

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. 

1 ACCEPTED SOLUTION

Mahathi
Mega Sage
Mega Sage

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

View solution in original post

3 REPLIES 3

Mahathi
Mega Sage
Mega Sage

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

Ganesh Reddy
Tera Contributor

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.

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