BPM Script re-run settings

  • KM03812439
  • 01-Jun-2021
  • 07-Jun-2021

Summary

This document describes BPMs re-run script setting

Question

Script re-run Parameters and their values

  • RetryOnFailure=0
    • Default value false (default behavior: 30 seconds delay and one retry)
  • RetryOnFailureDelay=30
    • Wait 30 seconds attempting doing the next retry
    • Minimum value: 0, Maximum value: 900
    • Using a long failure delay might cause  the application to skip a scheduled run
  • RetryOnFailureCount=1
    • Retry once before reporting the results
    • Minimum value: 0, Maximum value: 5
  • RetryOnFailureSendAdditionalErrorMessage=0
    • Control adding a new default error to failed transactions when the re-run feature is enabled. The default error message will be: [Retry#count]  where count is the number of times that a script has re-run before sending to BSM

Answer

Configuration Files Changes

  • Instance level configuration: topaz_agent_ctrl.cfg

image text

  • Script level configuration:

Before uploading script to script repository, extract script zip content, You will find one default.cfg

Manually add the 4 parameters below in the [GENERAL] section (only) of  default.cfg

RetryOnFailure=0
RetryOnFailureDelay=30
RetryOnFailureCount=1
RetryOnFailureSendAdditionalErrorMessage=0

scriptlevel