Avatar

Correct answer by
Employee

Hi bkmills1 . This could happen if your script is not written in a fault tolerant way. Target disables the script in case of any exception or run time errors during the execution of profile scripts . Sometimes a script may work for a year before running into such a situation, but it should still handled properly.Hence please review best practices listed here and adjust the script to account for cases where a variable may get null as value and add a default value if applicable.

View solution in original post