Index: trunk/ippToPsps/jython/ipptopsps.py
===================================================================
--- trunk/ippToPsps/jython/ipptopsps.py	(revision 31997)
+++ trunk/ippToPsps/jython/ipptopsps.py	(revision 32000)
@@ -31,5 +31,5 @@
     # if not in TEST mode, then only queue un-processed items
     else:
-        processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, EPOCH)
+        processedIDs = ippToPspsDb.getProcessedIDsForThisStage(batchType, EPOCH, DVOGPC1LABEL)
         logger.infoPair("Processed %s items" % batchType, "%d" % len(processedIDs))
         ids = list(set(allIDs) - set(processedIDs))
@@ -45,4 +45,5 @@
         if batchType == "P2":
             batch = DetectionBatch(logger,
+                    CONFIG,
                     configDoc,
                     gpc1Db,
@@ -51,4 +52,5 @@
         elif batchType == "ST":
             batch = StackBatch(logger,
+                    CONFIG,
                     configDoc,
                     gpc1Db,
