Index: trunk/ippToPsps/jython/objectbatch.py
===================================================================
--- trunk/ippToPsps/jython/objectbatch.py	(revision 37748)
+++ trunk/ippToPsps/jython/objectbatch.py	(revision 37763)
@@ -98,5 +98,5 @@
         except:
             self.logger.errorPair('failed sql',sql)
-            return
+            raise
         
 
@@ -456,7 +456,7 @@
         cptTableName = self.scratchDb.getDbFriendlyTableName(self.region + ".cpt")
         cpsTableName = self.scratchDb.getDbFriendlyTableName(self.region + ".cps")
-        self.logger.infoPair("Populating MeanObject.objid and pspsUniqueOBid from ", "ObjectThin")
-
-        sql = "INSERT INTO MeanObject ( objID, pspsUniqueOBid ) SELECT objID, pspsUniqueOBid FROM ObjectThin"
+        self.logger.infoPair("Populating MeanObject.objid and uniquePspsOBid from ", "ObjectThin")
+
+        sql = "INSERT INTO MeanObject ( objID, uniquePspsOBid ) SELECT objID, uniquePspsOBid FROM ObjectThin"
         try:
             self.scratchDb.execute(sql)
