From c57203df808484b1c59d98943aa86e9671961fdb Mon Sep 17 00:00:00 2001 From: GEXCE Date: Tue, 28 Nov 2017 08:51:04 +0100 Subject: [PATCH] Investigation commit --- AH MAM Migration/resources/application.properties | 2 +- .../src/com/bayer/edam/migration/MamMigrationSelective.java | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/AH MAM Migration/resources/application.properties b/AH MAM Migration/resources/application.properties index 07c37e5..a18ad22 100644 --- a/AH MAM Migration/resources/application.properties +++ b/AH MAM Migration/resources/application.properties @@ -2,4 +2,4 @@ logging.level.com.bayer=DEBUG #logging.level.com.bayer.edam.migration.interceptors=INFO logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level- %msg%n -logging.file=application_2017-11-24_PROD.log +logging.file=application_2017-11-27_PROD_investigation.log diff --git a/AH MAM Migration/src/com/bayer/edam/migration/MamMigrationSelective.java b/AH MAM Migration/src/com/bayer/edam/migration/MamMigrationSelective.java index e761802..267ec11 100644 --- a/AH MAM Migration/src/com/bayer/edam/migration/MamMigrationSelective.java +++ b/AH MAM Migration/src/com/bayer/edam/migration/MamMigrationSelective.java @@ -122,8 +122,7 @@ public class MamMigrationSelective implements CommandLineRunner { entrySelection = new ArrayList(entryMap.keySet()); // Option 2: Process a fixed set of entry IDs -// entrySelection = Arrays.asList(71725L, 71537L, 71263L, 71048L, 70778L, 70746L, 70745L, -// 70440L, 70361L, 70340L, 70288L, 70161L, 70142L, 63924L, 63201L, 57641L, 56942L); +// entrySelection = Arrays.asList(34703L, 34702L, 34701L, 34700L, 34699L, 34698L, 33626L, 33623L, 33621L, 33620L, 32781L, 31114L); // Option 3: Read entry IDs from file // entrySelection = new ArrayList(); @@ -168,7 +167,7 @@ public class MamMigrationSelective implements CommandLineRunner { // XXX // if needed start from a certain ID - if (id > 27834) { + if (id > 58002 || id < 35620) { skippedCounter++; continue; }