Status of Phase 6 - Error Behaviour

If phase 6 is not successful, the job terminates with an error. Phase 6 of a profile job is considered successful in the following cases.


  • If at least one (out of one or more) Response Route has been processed successfully. The processing is not cancelled, only a log entry is generated for the unsuccessful Response Routes.

  • If all (out of one or more) Response Routes have been skipped.

  • If there is no Response Route.

Alternative Behaviour


  • If there is a Response Route with set checkbox Mark whole job as failed if this response fails and this Response Route is not successful, phase 6 is not successful and the profile job terminates with an error.

  • In the event that the Response Routes do not have any dependencies, the following entry in the configuration file ./etc/startup.xml can be used to ensure that an error message appears whenever an error occurs. The default setting for this option is false.


<Call name="handleResponsesWithoutDependenciesAsError">
<Arg type="boolean">true</Arg>
</Call>