Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py	(revision 34950)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py	(revision 34951)
@@ -388,7 +388,11 @@
         for region in regions:
 
+            self.logger.infoPair("sizes for region", region)
+
              # get combined size of all interested files
              for fileType in self.ingestFileTypes:
                  size = size + self.getDiskSize(self.config.dvoLocation + "/" + region + "." + fileType)
+                 # EAM TEST I/O
+                 self.logger.infoPair(fileType, size)
 
         return size
@@ -519,5 +523,5 @@
           try:
               if attempts > 0: self.logger.infoPair("Attempt %d to write" % attempts, table.name)
-              table.cmd_keepcols("CODE NAME TYPE_AS_INT").write(self.scratchDb.url + '#' + tableName)
+              table.cmd_keepcols("CODE NAME TYPE_AS_INT C_LAM K").write(self.scratchDb.url + '#' + tableName)
               break
           except:
