webMethods OneData 10.11 | Managing Master Data with webMethods OneData | Developing for webMethods OneData | RESTful Web Services | REST URL Parameters | enableEQRetrigger
 
enableEQRetrigger
Provides a mechanism to deactivate the resubmitting of the batch with faulty records from exception queue during the import process.
Possible Values are:
true. Default. Activates the re-submission of the batches with faulty records. The batches with faulty records are resubmitted, one record at a time. The faulty records are moved to the exception queue. The import process is slower when enableEQRetrigger is activated.
false. Deactivate the re-submission of the batch with faulty records. The entire batch containing the faulty records is moved to the exception queue and re-submitted manually at a later date.
Note:
The enableEQRetrigger property is applicable only if partialCommit is set to true in the REST URL.