sysconfig.getKamPassword());
KAMStore kAMStore = new KAMStoreImpl(dbConnection);
// See if we need to set up the KAM Store schemas
final KAMStoreSchemaService kamSchemaService =
new KAMStoreSchemaServiceImpl(dbservice);
// Load the KAM catalog schema, if it doesn't exist (see #88).
kamSchemaService.setupKAMCatalogSchema();
try {
if (mode == Mode.LIST) {
List<KamInfo> kamInfos = kAMStore.getCatalog();
printKamCatalogSummary(kamInfos);