GRC Indicator problem

Gustavo Barbos1
Tera Contributor

Hi folks!

I created a GRC Indicator, with method = Script but we're facing problem with the Indicators results.
We noticed that this Indicator daily ran for 208 times in Production Instance on Sunday... With that, the PROD instance almost crash. Does anyone know what can be the root cause?

The scrips check some information in target table - But this table, today, does not have any record. 
We did a customization in two OOTB ScriptIncludes to populate a custom field in Indicator Result record and I didn't see any problem with the code. And this problem just happens in PROD instance, I cannot replicate in sub-prod.

Thanks in advanced!


5 REPLIES 5

Community Alums
Not applicable

Hi @Gustavo Barbos1 ,

If you have the Schedule set for Daily, it will only run once based on the Scheduled Job "GRC indicator nightly run ".

Now as you mentioned the method you selected is "Script", that's where you need to check, nothing to do with platform, also check the changes you made to the OOTB Scriptincludes (Which is never recommended) :

SandeepDutta_0-1720006717730.png

 

Hi @Community Alums ! 

Yes, my indicator is to run Daily ... I made some changes in the ScriptIncludes to add some information in a custom field. Actually to test perspective, I returned to OOTB but the indicator still running a lot of times. 

My Indicator script is simples, I'm doing just some Queries in the target table. Any ideias?

Can you share the code you modified? Also your indicator itself?

Community Alums
Not applicable

Hi @Gustavo Barbos1 ,

Please share all the changes you made .