@SuppressWarnings("unused")
final String conMethodName = conClassName + "::ReadSettingsFile";
this.settings.CheckMandatory();
this.profile.CheckMandatory();
try {
SOSStandardLogger objSOSLogger = new SOSStandardLogger(0);
getEnvVars();// TODO replace SOSConfigurations by a "ini-File-only" approach, to avoid dependencies on job-scheduler
SOSConfiguration objConf = new SOSConfiguration(settings.Value(), "globals", objSOSLogger);
// SOSConfiguration objConf = new SOSConfiguration(settings.Value(), "globals", null);
Properties objGlobals = objConf.getParameterAsProperties();
objConf = new SOSConfiguration(settings.Value(), profile.Value(), objSOSLogger);