aDataModel.setProgressMonitor(rMonitor);
aDataModel.initFromStorage();
// init will read the data completely; reset the storage to free
// allocated resources like streams and buffers
aHRS.reset();
}
catch (Exception e)
{
throw new UserNotificationException(getString("JL_MtError"),
getString("MsInitMdl"), e);