Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py	(revision 35016)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/detectionbatch.py	(revision 35026)
@@ -470,4 +470,5 @@
                FROM " + ippTableName
         # self.logger.info(sql)
+
         self.scratchDb.execute(sql)
 
@@ -755,19 +756,29 @@
         self.scratchDb.execute(sql)
         
-        #self.logger.info("updated imagedata")
+        self.logger.info("updated imagedata")
         self.populateSkinnyObjectTable(chipname)
-        #self.logger.info("updated skinnyobject")
+        self.logger.info("updated skinnyobject")
         #self.populateObjectCalColorTable(chipname)
         #self.logger.info("updated objectcalcolor")
         self.populateDetectionCalibTable(chipname)
-        #self.logger.info("updated detectioncalibtable")
+        self.logger.info("updated detectioncalibtable")
         
         # add these to list of tables to export later
         self.tablesToExport.append("ImageMeta_" + chipname)
+        self.logger.info("export ImageMeta")
+
         self.tablesToExport.append("Detection_" + chipname)
+        self.logger.info("export Detection")
+
         self.tablesToExport.append("SkinnyObject_" + chipname)
+        self.logger.info("export Skinny")
+
         #self.tablesToExport.append("ObjectCalColor_" + chipname)
         self.tablesToExport.append("DetectionCalib_" + chipname)
+        self.logger.info("export DetectionCalib")
+
         tables.append("Detection_" + chipname)
+        self.logger.info("updated detectioncalibtable")
+
         return True
 
Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py	(revision 35016)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py	(revision 35026)
@@ -598,4 +598,6 @@
         p.wait()
 
+        sql = "alter table dvoDetectionFull add key (objID, detectID)"
+        self.scratchDb.execute(sql)
 
         # update lists after attempted sync
Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/ippjython
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/ippjython	(revision 35016)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/ippjython	(revision 35026)
@@ -17,6 +17,6 @@
 
 # XXX install jython in JARDIR
-# set JYTHON = $JARDIR/jython2.5.3b1/jython.jar
-set JYTHON = ~/jython2.5.3b1/jython.jar
+set JYTHON = $JARDIR/jython2.5.3b1/jython.jar
+# set JYTHON = ~/jython2.5.3b1/jython.jar
 
 if (! -r $JYTHON) then
