Connection Options

In addition to the standard events (OnError, OnSuccess, and OnFailure) the Data Integration object includes custom output events, as listed and described in the following table. These can be used by creating an OnCustom connection and selecting the type of edge.

Edge

Description

success

The operation is successful and the document on this edge is the next row.

cancelled

The operation has been cancelled. The cancel status is checked during each iteration.

fail_parse

An iFL expression is not well-formed.

fail_connect

Cannot connect to either the source or the destination database.

fail_connect_source

Cannot connect to the source database.

fail_connect_destination

Cannot connect to the destination database.

fail_insert

An insert failed. Either the interaction with the destination source resulted in an error or the failure tolerance (including the first row test) was reached.

fail_nullability

Attempt to set NULL on a non-nullable column.

fail_operation

Another operation within the iterator failed.

xxxxx (XOpen code)

The XOpen code for a failure when known.


iWay Software