-
1. Re: How to recover data after an unexpected shutdown ?
davsclaus Sep 4, 2012 7:28 AM (in response to jc_cap)Its probably easer to just restart with the input file again if the aggregation was not fully completed.
So during aggregation store in a temporary file. And then when fully done, then rename/move the file to its intended location.
-
2. Re: How to recover data after an unexpected shutdown ?
jc_cap Sep 5, 2012 10:43 AM (in response to davsclaus)Hello,
thanks for your response.
I tried your solution, but sometimes I still have more data than required.
As you said, I store input files in a temporary directory just before they are splitted, and as soon as the aggregation is completed, I remove these files and put them into an history directory.
When an unexpected stop occurs, some files can be in this temporary directory because the aggregation is not complete. So, before the route starts again, I move these files into the input directory and sometimes I have more data at the end.
Best regards.
JC.
-
3. Re: How to recover data after an unexpected shutdown ?
davsclaus Sep 6, 2012 2:29 AM (in response to jc_cap)When you startup you should delete any temporary files, as they are not complete.