- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2023 12:43 PM
I have been trying to debug this issue with Discovery for a while now, discovery errors are still appearing in the automation_error_msg table however the error card in the Discovery > Home page still says 0 and I can't click on it to view anything. Any other ideas on what else I can look at to solve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 11:47 AM
Here is the solution that worked for me.
The tables automation_error_category and automation_error_code had been cleared. I exported these tables contents from our Production environment and imported them into our Sub-Prod Environment. Then I ran the following Scheduled Job:
Error Manager - update counters
https://<instance_name>.service-now.com/sysauto_script.do?sys_id=e80ae5f667720300d3762dbd2685ef5b&sysparm_record_target=sysauto&sysparm_record_row=1&sysparm_record_rows=2&sysparm_record_list=nameSTARTSWITHError%5EORDERBYDESCsys_updated_on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2023 10:00 AM
Does your instance have records on those tables? automation_error_code and automation_error_category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2023 10:01 AM - edited ‎07-14-2023 10:01 AM
I do not see records in either of those tables either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2023 10:10 AM
That is why we are seeing a 0 on Discovery Dashboard. Now I'm wondering why and how those records were deleted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2023 11:28 AM
Were there any cloning processes recently? One thing that I notice is if you update the Service Mapping plugin, the automation_error_code table will be populated. Maybe it is just a matter of Update the Discovery Plugins.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2023 11:31 AM - edited ‎07-17-2023 09:16 AM
We did do a clone down from prod, which seemed to break those tables. I will check the Service Mapping plugin, thank you!
EDIT: No change after updating the Service Mapping plugin