Batch Resubmission

To allow the system to continuously attempt to recover failed Replication Transactions, the method ‘GroupResubmitReplicationTxn
’ has been made available for use with the Aras Innovator Scheduler Service. By default, this method builds a list of failed Replication Transaction Log Items from the last 24 hours and automatically run the ‘Resubmit’ action against each of these transactions.

Due to the variable nature of how many replication transactions this method creates, it is recommend that you run this method during hours of low-usage of the system. The results of this method should be reviewed periodically to ensure it is not creating unwanted network traffic in peak usage hours.

Refer to the Aras Innovator - Scheduler Service documentation for information regarding the installation and configuration of the Aras Innovator Scheduler Service.

It is possible that the GroupResubmitReplicationTxn
Method may not help in all situations, and may not be used in all installations. The GroupResubmitReplicationTxn
Method could be customized to use different filter criteria for building the list for resubmission, but doing so requires that you include the testing of this Method as part of your acceptance tests after any changes to the system, like an upgrade or deployment of a new solution.