How to handle errors in Scheduled Data Import?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 10:26 AM
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:
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:
How can I handle whenever an error occurs by this way?
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2021 12:33 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2021 10:57 AM
Yeah, at the end I made something similar, thank you for your answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 09:00 AM
@Ramon Cordova I have similar configuration can you tell me your approch