Finding error information

You can obtain destination-template transfer error information in the following ways:

During processing, the DB2 access service sets the StopCondition property to none. It uses the value in the TransferErrorCount property to determine the number of error rows it will allow before it stops processing.

You can set this value with the following statement:

set TransferErrorCount nnn

The default setting is 0, which causes the DB2 access service to ignore errors.