Activity Rule Failed with exception error in syslog table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 07:20 AM - edited 10-30-2023 07:32 AM
Hi
Having this error "Activity.Rules *** RULE FAILED with exception: table=sys_audit_relation, class=class com.glide.activity.rules.SysAuditRelationRule, method=convertToCachedEvent"
What could be causing this error to popup and any recommended solution will be appreciated?
Thanks all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 07:44 AM
Hi Malo,
Maybe this KB1213047 can help you
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1213047
Hervé
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 07:57 AM
Hi @Malo ,
Review the SysAuditRelationRule Implementation:
Look into the SysAuditRelationRule implementation to understand what it is trying to achieve.
Check the relevant script (the method mentioned in the error message: convertToCachedEvent).
Ensure that the script logic is correct, and there are no syntax errors or logical issues.
Check for Data Issues:
Verify that the data in the sys_audit_relation table is consistent and doesn't contain any anomalies or unexpected values.
Ensure that the records involved in the process have the necessary data required by the SysAuditRelationRule
Thanks,
Jyoti Kamthe