Parameter
| Description
|
deferred_tran_id
| The ID number from the DefError view of the deferred transaction that you want to re-execute. If this parameter is null, all transactions queued for DESTINATION that originated from the DEFERRED_TRAN_DB are re-executed.
|
deferred_tran_db
| The fully qualified database name from the DefError view of the database in which the transaction that you want to re-execute originated. If both the DEFERRED_TRAN_ID and DEFERRED_TRAN_DB are null, all transactions originating from any site that were queued for the DESTINATION database that were not successfully executed are re-executed.
|
destination
| The fully qualified database name from the DefError view of the database to which the transaction was originally queued. This parameter must not be null.
|