How to disable "enable_stop_interrupt" variable in all components of OVM environment?

HI All,

I want to set enable_stop_interrupt = 0 for all components of my OVM testbench.
I have tried following way set to 0.
set_config_int(“ovm_test_top.my_env.*”, “enable_stop_interrupt”, 0 ); in start_of_simulation.

this is not working for me.

Could you guide on the same?

Thanks
Balu