Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/12/2024 11:41 AM
RuleRunJob is failing. How can I track it from Data Analyzer to find out the reason for the failure. I cannot find anything under ExecutionTrail
FileName: 889086_RuleRunJob
07/12/2024 11:42 AM - edited 07/12/2024 11:48 AM
Click on Job attribute name or check logs
Query - select * from ecmimportjob where jobname='RuleRunJob'
07/15/2024 04:45 AM - edited 07/15/2024 04:46 AM
HI @rushikeshvartak,
This is what I found under the logs
org.springframework.orm.hibernate3.HibernateQueryException: unexpected char: ';' [select a.id from com.saviynt.ecm.identitywarehouse.domain.Users a where a.id=64328 AND (null 1 = 1 null [Ljava.lang.String;@30a92901 AND 1=1 )];
How do I resolve this? Thank you for your help