Setting the Object/Data Retention to 'Refresh data using backup sets' on a TPC-E job will result in job error when changing the job scale factor after the initial run.
The following error might result from the test:
"Error: Execute TradeResult Frame2 insert holding_summary failure. Transaction "TradeResult Transaction" run failed by virtual user in agent of ."
If monitoring the database it will shows that BMF transactions are trying to insert the same values into table E_HOLDING_SUMMARY resulting in transaction deadlocks.
Checking the TPC-EJob_.log under "C:\Users\\Documents\My Benchmark Factory\\x64\Result Logs" will show:
"The loaded scale factor doesn't match the specified scale factor for the TPC-E benchmark."
Note: Reverting to the scale factor of the initial run will result in a successful run.