try {
if (!check()) return false;
// Get the XML file.
log.info("Parsing KPI's XML file: " + importFile);
Application cm = Application.lookup();
File pf = new File(cm.getBaseAppDirectory() + File.separator + importFile);
if (!pf.exists()) {
log.error("Cannot find file " + importFile + " for KPI initial module.");
return false;
}