Way to analyze all integration failures
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 04:28 AM
Hello All,
Is there any way to track all the existing integration failures in the system, I have to set-up an alert informing specific group of users that so and so integration has been failed and there is no insert/update on the table, please take required actions, is there any OOB script include which can be used here?
All suggestions are welcome,
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 05:13 AM
Hi @ujjwala_678
Unfortunately, ServiceNow is very weak in this aspect because there is no point at which all inbound requests converge, making monitoring impossible. Only the node log files would provide more details, but firstly these have to be downloaded and searched through manually, and secondly each node has its own log files.
The only thing you can do is monitoring the syslog table, but there is no guarantee, that an integration would log any issues there.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 10:29 AM
Hi @Maik Skoddow ,
I had a discussion with our client on this...he has suggested to create a flow to track failures on operation insertion or updation Still not sure if this can be achievable