How to handle errors in Scheduled Data Import?

Ramon Cordova
Tera Contributor

Hi everyone,

 

I have a requirement wich is about fire an email notification whenever an error related to triying to load the data from a data source through ftp occurs.
I have this scheduled job and it works:
find_real_file.png

find_real_file.png

As you can see, it show me a log when an error trying to load data from data source occurs, So I need to do the same in an Scheduled Import Script:
find_real_file.png

How can I handle whenever an error occurs by this way?

3 REPLIES 3

Tim Deniston
Mega Sage
Mega Sage

The Transform History/import set run (sys_import_set_run) should have a list of any errors. It would be in a related list on that record. You can get there by going to the import set and then opening the record in the Import Set Runs related list. The related list is "Import Set Row Errors". Hopefully this is what you're looking for!

Yeah, at the end I made something similar, thank you for your answer

@Ramon Cordova  I have similar configuration can you tell me your approch