TransferErrorAction

Specifies whether to roll back or commit a transfer batch when an error occurs.

Syntax

TransferErrorAction=[noaction | rollback]

Default

noaction

Values

  • noaction commits the transfer batch when an error occurs.

  • rollback issues a rollback when an error occurs, the TransactionMode is long, and the TransferErrorCount is exceeded.

Comments

To use the rollback property, you must set:

  • TransferErrorAction to rollback.

  • TransferErrorCount to a value greater than zero.

  • TransactionMode to long.