Reprocess Failed Records

When a Solution executes, records can fail to process for a variety of reasons. Reprocessing records takes the original data queried from the Source and tries to run that data through the Solution again to update the target system. Reprocessing records is not affected by the TIBCO Scribe® setting Do not store source data for record errors in the cloud option. See Setting Security Options in the TIBCO Scribe® Help for more information.

  1. After a Solution execution completes, use the GET history method to see if any errors need to be reprocessed.
  2. Address the cause of any failures in your Solution execution.
  3. Mark the errors that you want to reprocess. To mark all of them, call the POST mark for reprocess method from the History endpoint. To select particular records to mark, call the POST mark for reprocess method from the Errors endpoint.
  4. Call the POST reprocess marked errors method to notify your active Agent to reprocess all marked errors from the Solution execution.
  5. With the History endpoint, check the status of the reprocess job.

    The Agent may take some time to process the job, depending on the complexity of the Solution.

See

How Do I...

Errors

FailedRecords

History