if (LOG.isDebugEnabled()) LOG.debug("Loading SEATSProfile for the first time");
// Otherwise we have to go fetch everything again
LoadConfig proc = worker.getProcedure(LoadConfig.class);
ResultSet results[] = proc.run(worker.getConnection());
int result_idx = 0;
// CONFIG_PROFILE
this.loadConfigProfile(results[result_idx++]);