Beispiel #1
0
 private void cleanupFromLastRun()
 {
     _report.addInfo("Cleaning up db IEN tracking table for failed sites from last batch");
     logging.Log.LOG("Cleaning up db IEN tracking table for failed sites from last batch");
     _sqlDao.rollbackIenTrackingForFailedSites();
     _report.addInfo("Completed cleanup of db for failed sites from last batch");
     logging.Log.LOG("Completed cleanup of db for failed sites from last batch");
 }