this.setConnection( SOSConnection.createInstance(
this.getJobProperties().getProperty("db_class"),
arguments.as_string("-class=", ""),
arguments.as_string("-url=", ""),
arguments.as_string("-user=", ""),
arguments.as_string("-password=", ""),
(SOSLogger)new SOSSchedulerLogger(this.spooler_log) )
);
this.getConnection().connect();
if (this.getLogger() != null) this.getLogger().debug6("..successfully connected to " + arguments.as_string("-url=", ""));