Transfer records contain information regarding data transferred between the Enterprise and store servers. These records identify the record that requires modification and how it should be modified within the database. DBTableNumber identifies the table number that should be modified, DataRecordID identifies the record within the table, and TransferType identifies the type of update (insertion, update, or deletion) that should be made.
If a record transfer fails, the Enterprise Server will attempt to "re-sync" transfer records ten times. Users can modify this behavior to reset the RetryCount to "0" using the registry keys explained below.
Adding the EnableTransferRetry registry key to the registry will allow Enterprise to attempt another transfer after the default 10 transfer attempts have failed. Creating the TransferRetryMinutes registry key will specify the number of minutes the Enterprise Server should wait prior to attempting another transfer.