Previous Topic: Preventing Duplicate Create Event ActionsNext Topic: Create an Event Policy with an Enrichment Action


Define a Create Event Action Reset Interval

You can set an action reset interval to prevent duplicate create event actions, if necessary.

Follow these steps:

  1. Navigate to the SOI_HOME\jsw\conf folder and locate the SAM-IntegrationServices.conf file.
  2. Open the file in a text editor.
  3. Add the following property:
    wrapper.java.additional.n=-DACTION_RESET_INTERVAL=interval
    
    n

    Use the appropriate sequential number for n in the path so that no numbers are duplicated or skipped.

    interval

    Defines the number of seconds before the action repeats.

    For example, to set the event action reset interval to five seconds where the sequential property number is 108:

    wrapper.java.additional.108=-DACTION_RESET_INTERVAL=5
    
  4. Save the changes.
  5. Restart the CA SAM Integration Services service.

    The value is set.