Activity Rule Failed with exception error in syslog table

Malo
Tera Contributor

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 

 

2 REPLIES 2

rvgr
Tera Contributor

Jyoti_D_kamthe1
Tera Contributor

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