New SCV configuration parameters for improved execution control

These SCV configuration parameters are added:

  • SCP_EXECUTION_STOP_ON_STATUS
  • SCP_CALC_ROUTING_GROSS_QTY_CONTINUE_ON_ERROR

Currently macro execution continues, even if an SCV job completes with an error message. It is now possible to stop the macro execution when an SCV job completes with the status as specified in the SCP_EXECUTION_STOP_ON_STATUS new configuration parameter. Possible values for the parameter are <empty>, ’Warning’ and ’Error’. The default value is <empty> (continue). If SCV job ends with the specified status, macro execution stops with the Critical status.

The SCP_CALC_ROUTING_GROSS_QTY_CONTINUE_ON_ERROR new configuration parameter is used to specify if routing gross quantity calculation program must continue processing the remaining routings in case the current routing is in error. Possible values are ’Y’ and ’N. The default value is ’N’ (do not continue).