Use > JMX Reference > Administration Methods > How to Show/Hide the "Cannot invoke trigger" Error Message on UI

How to Show/Hide the "Cannot invoke trigger" Error Message on UI

The JMX setting appilog.collectors.ShowCanNotInvokeError in the getInternalSetting method allows you to show or hide the "Cannot invoke trigger" error message on UI. The default value for the setting is true.

To hide the "Cannot invoke trigger" error message,

  1. Go to JMX Console > UCMDB:service=Settings Services > getInternalSetting.
  2. Invoke the getInternalSetting method with the following parameters:

    • customerID: <Customer ID>
    • key: appilog.collectors.ShowCanNotInvokeError
  3. On the result page,

    • To show the error message, replace the null value with true (default) and click Set.
    • To hide the error message, replace the null value with false and click Set.

    Note that for the error message displayed for a specific trigger, the change takes effective the next time the trigger CI is triggered. Since not all triggers are scheduled to run at the same time, you may still see occurrences of the error message on the UI for some time before it completely goes off.