"server" + i).getAbsolutePath();
fmc.addConfigParam(syncManager, "dbPath", dbPath);
tp.init(fmc);
syncManager.init(fmc);
tp.startUp(fmc);
syncManager.startUp(fmc);
syncManager.registerStore("localTestStore", Scope.LOCAL);
syncManager.registerStore("globalTestStore", Scope.GLOBAL);
IStoreClient<String, String> unsyncStore =