Error log notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:01 AM
When an integration errors out .e.g. on the scheduled imports page,
can we
1. send notifications/emails to admins with the import log that X number of records errored out or failed?
2. can customers mark what they want as error vs warning on that log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 04:14 AM
You can create a notification on the sys_import_set_run table and if it's complete with errors, trigger it, but first check how many notifications that would trigger, because it needs to be manageble. The table has a count of errors, so you can just add that into the notification and do dotwalking for any information on the sys_import_set table.
Not sure what you mean with your second question. The import runs and ends in complete/complete with errors/cancelled/did not complete. If it doesn't do what it should, it's an error. Not a warning.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 08:19 AM - edited 03-11-2024 10:40 AM
thanks for your response,. What i tried to ask with the second question, is how does Servicenow decide if something is a warning or an a error" etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 12:44 AM
In this case, if the import/transform isn't completed completely, it is completed with errors. On my OOB instance, there aren't 'warnings' on import sets. Only errors.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark