File completeFile = new File(mDataService.getDataDir(), completeFileName);
try {
// Read the update from the stream
DayProgramFile updateProg = new DayProgramFile();
updateProg.readFromStream(stream, job);
// When we are here then the loading succeed -> The file is OK.
// It is not a corrupt because it is currently being updated.
// Load the complete file